Successfully regrtested on x86_64-pc-linux-gnu.
Pushed to trunk as r16-3826-g85a97e1a8ee934.

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.
---
 ...null-sarif.c => crash-test-write-through-null-sarif.c} | 0
 ...ll-stderr.c => crash-test-write-through-null-stderr.c} | 0
 gcc/testsuite/gcc.dg/plugin/plugin.exp                    | 8 ++++----
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-sarif.c => 
crash-test-write-through-null-sarif.c} (100%)
 rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-stderr.c => 
crash-test-write-through-null-stderr.c} (100%)

diff --git a/gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-sarif.c 
b/gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-sarif.c
similarity index 100%
rename from gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-sarif.c
rename to gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-sarif.c
diff --git a/gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-stderr.c 
b/gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-stderr.c
similarity index 100%
rename from gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-stderr.c
rename to gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-stderr.c
diff --git a/gcc/testsuite/gcc.dg/plugin/plugin.exp 
b/gcc/testsuite/gcc.dg/plugin/plugin.exp
index c7cc36c1cef5..3d7ba3f38c3b 100644
--- a/gcc/testsuite/gcc.dg/plugin/plugin.exp
+++ b/gcc/testsuite/gcc.dg/plugin/plugin.exp
@@ -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 \
-- 
2.26.3

Reply via email to