]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
stdio-common: Adjust tests in Makefile
authorCarlos O'Donell <carlos@redhat.com>
Wed, 17 May 2023 13:33:05 +0000 (09:33 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Thu, 18 May 2023 16:34:00 +0000 (12:34 -0400)
Sort tests against updated scripts/sort-makefile-lines.py.

No changes in generated code.
No regressions on x86_64 and i686.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
stdio-common/Makefile
stdio-common/bug27.c [moved from stdio-common/bug23-2.c with 100% similarity]
stdio-common/bug28.c [moved from stdio-common/bug23-3.c with 100% similarity]
stdio-common/bug29.c [moved from stdio-common/bug23-4.c with 100% similarity]
stdio-common/scanf18.c [moved from stdio-common/scanf14a.c with 100% similarity]
stdio-common/scanf19.c [moved from stdio-common/scanf16a.c with 100% similarity]

index 1b4997afc8c0bd3a90c54bf6e5f75e1385025715..4c15b97683c7c03b830d849345654429136e18e0 100644 (file)
@@ -130,6 +130,13 @@ aux := \
 tests := \
   bug-vfprintf-nargs \
   bug1 \
+  bug3 \
+  bug4 \
+  bug5 \
+  bug6 \
+  bug7 \
+  bug8 \
+  bug9 \
   bug10 \
   bug11 \
   bug12 \
@@ -146,38 +153,31 @@ tests := \
   bug21 \
   bug22 \
   bug23 \
-  bug23-2 \
-  bug23-3 \
-  bug23-4 \
   bug24 \
   bug25 \
   bug26 \
-  bug3 \
-  bug4 \
-  bug5 \
-  bug6 \
-  bug7 \
-  bug8 \
-  bug9 \
+  bug27 \
+  bug28 \
+  bug29 \
   errnobug \
   scanf1 \
+  scanf2 \
+  scanf3 \
+  scanf4 \
+  scanf5 \
+  scanf7 \
+  scanf8 \
+  scanf9 \
   scanf10 \
   scanf11 \
   scanf12 \
   scanf13 \
   scanf14 \
-  scanf14a \
   scanf15 \
   scanf16 \
-  scanf16a \
   scanf17 \
-  scanf2 \
-  scanf3 \
-  scanf4 \
-  scanf5 \
-  scanf7 \
-  scanf8 \
-  scanf9 \
+  scanf18 \
+  scanf19 \
   temptest \
   test-fseek \
   test-fwrite \
@@ -442,11 +442,11 @@ CFLAGS-isoc23_scanf.c += -fexceptions
 
 CFLAGS-dprintf.c += $(config-cflags-wno-ignored-attributes)
 
-# scanf14a.c and scanf16a.c test a deprecated extension which is no
+# scanf18.c and scanf19.c test a deprecated extension which is no
 # longer visible under most conformance levels; see the source files
 # for more detail.
-CFLAGS-scanf14a.c += -std=gnu89
-CFLAGS-scanf16a.c += -std=gnu89
+CFLAGS-scanf18.c += -std=gnu89
+CFLAGS-scanf19.c += -std=gnu89
 
 CFLAGS-bug3.c += -DOBJPFX=\"$(objpfx)\"
 CFLAGS-bug4.c += -DOBJPFX=\"$(objpfx)\"
similarity index 100%
rename from stdio-common/bug23-2.c
rename to stdio-common/bug27.c
similarity index 100%
rename from stdio-common/bug23-3.c
rename to stdio-common/bug28.c
similarity index 100%
rename from stdio-common/bug23-4.c
rename to stdio-common/bug29.c