]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/test-rwlockattr-printers.py
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / nptl / test-rwlockattr-printers.py
index 9db3c25305ccdf0aecbb2a78b295dc1bc2787028..cb8d92a90c7b13d1081f12c5963116320bc916d1 100644 (file)
@@ -1,6 +1,6 @@
 # Common tests for the RWLockPrinter and RWLockAttributesPrinter classes.
 #
-# Copyright (C) 2016-2017 Free Software Foundation, Inc.
+# Copyright (C) 2016-2019 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 #
 # The GNU C Library is free software; you can redistribute it and/or
@@ -15,7 +15,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 import sys
 
@@ -46,6 +46,9 @@ try:
     next_cmd(2)
     test_printer(rwlock_var, rwlock_to_string, {'Prefers': 'Writers'})
     test_printer(attr_var, attr_to_string, {'Prefers': 'Writers'})
+    next_cmd(2)
+    test_printer(rwlock_var, rwlock_to_string, {'Prefers': 'Writers no recursive readers'})
+    test_printer(attr_var, attr_to_string, {'Prefers': 'Writers no recursive readers'})
 
     break_at(test_source, 'Set shared')
     continue_cmd() # Go to test_setpshared