]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: fix typo in name of plugin test file
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 12 Sep 2025 14:24:35 +0000 (10:24 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 12 Sep 2025 14:24:35 +0000 (10:24 -0400)
gcc/testsuite/ChangeLog:
* gcc.dg/plugin/crash-test-write-though-null-sarif.c: Rename to...
* gcc.dg/plugin/crash-test-write-through-null-sarif.c: ...this.
* gcc.dg/plugin/crash-test-write-though-null-stderr.c: Rename to...
* gcc.dg/plugin/crash-test-write-through-null-stderr.c: ...this.
* gcc.dg/plugin/plugin.exp: Update for above renamings.  Sort the
test files for crash_test_plugin.cc alphabetically.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-sarif.c [moved from gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-sarif.c with 100% similarity]
gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-stderr.c [moved from gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-stderr.c with 100% similarity]
gcc/testsuite/gcc.dg/plugin/plugin.exp

index c7cc36c1cef535339c128ffc41ef4ed35257c315..3d7ba3f38c3bbcd581d55cb0313d341ce9503b66 100644 (file)
@@ -70,12 +70,12 @@ set plugin_test_list [list \
     { poly-int-06_plugin.cc poly-int-test-1.c } \
     { poly-int-07_plugin.cc poly-int-test-1.c } \
     { crash_test_plugin.cc \
-         crash-test-ice-stderr.c \
-         crash-test-write-though-null-stderr.c \
-         crash-test-ice-sarif.c \
          crash-test-ice-in-header-sarif-2.1.c \
          crash-test-ice-in-header-sarif-2.2.c \
-         crash-test-write-though-null-sarif.c } \
+         crash-test-ice-sarif.c \
+         crash-test-ice-stderr.c \
+         crash-test-write-through-null-sarif.c \
+         crash-test-write-through-null-stderr.c } \
     { diagnostic_group_plugin.cc \
          diagnostic-group-test-1.c } \
     { diagnostic_plugin_test_show_locus.cc \