d: Fix new tests gdc.dg/pr93038.d and gdc.dg/pr93038b.d in r10-7320 fail
authorIain Buclaw <ibuclaw@gdcproject.org>
Wed, 1 Apr 2020 21:37:06 +0000 (23:37 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Wed, 1 Apr 2020 21:42:45 +0000 (23:42 +0200)
The scan-file match is likely too strict to always succeed, so instead
have split it up into a set of smaller matches.

gcc/testsuite/ChangeLog:

PR d/94315
* gdc.dg/pr93038.d: Split dg-final into multiple tests.
* gdc.dg/pr93038b.d: Likewise.

gcc/testsuite/ChangeLog
gcc/testsuite/gdc.dg/pr93038.d
gcc/testsuite/gdc.dg/pr93038b.d

index bcaf2e727a3a4330221351d513978f7cb1b25f07..ff021ac7787dc61c59220b7bfb00f0fcb79e4152 100644 (file)
@@ -1,3 +1,9 @@
+2020-04-01  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/94315
+       * gdc.dg/pr93038.d: Split scan-file into multiple tests.
+       * gdc.dg/pr93038b.d: Likewise.
+
 2020-04-01  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        PR d/94321
index 4e09690a4736f990e190cf8123c95581291a99ff..79d30a853805195b501fee3304e495e708ce0b84 100644 (file)
@@ -1,7 +1,9 @@
 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93038
 // { dg-options "-J $srcdir/gdc.dg/fileimports -MMD" }
 // { dg-do compile }
-// { dg-final { scan-file pr93038.deps "pr93038.o: \[^\n\]*/pr93038.d \[ \\\\\n\]*\[^\n\]*/fileimports/pr93038.txt" } }
+// { dg-final { scan-file pr93038.deps "(^|\\n)pr93038.o:" } }
+// { dg-final { scan-file pr93038.deps "pr93038.d" } }
+// { dg-final { scan-file pr93038.deps "pr93038.txt" } }
 // { dg-final { file delete pr93038.deps } }
 module pr93038;
 
index 04177a7e01ab89140bbb5eb010ae84b3d3f0e66c..18649b8636a6d934883bdf39df9a3687db23090c 100644 (file)
@@ -1,7 +1,10 @@
 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93038
 // { dg-options "-J $srcdir/gdc.dg/fileimports -MMD -MP" }
 // { dg-do compile }
-// { dg-final { scan-file pr93038b.deps "pr93038b.o: \[^\n\]*/pr93038b.d \[ \\\\\n\]*\[^\n\]*/fileimports/pr93038.txt\n\n\[^\n\]*/fileimports/pr93038.txt:" } }
+// { dg-final { scan-file pr93038b.deps "(^|\\n)pr93038b.o:" } }
+// { dg-final { scan-file pr93038b.deps "pr93038b.d" } }
+// { dg-final { scan-file pr93038b.deps "pr93038.txt" } }
+// { dg-final { scan-file pr93038b.deps "(^|\\n)\[^\n\]*pr93038.txt:" } }
 // { dg-final { file delete pr93038b.deps } }
 module pr93038b;