diff options
-rw-r--r-- | gcc/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/plugindir1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/plugindir2.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/plugindir3.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/plugindir4.c | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 70d51e4..fe449c2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2019-01-05 Dominique d'Humieres <dominiq@gcc.gnu.org> + + * gcc.dg/plugin/plugindir1.c: Adjust dg-prune-output for Darwin. + * gcc.dg/plugin/plugindir2.c: Likewise. + * gcc.dg/plugin/plugindir3.c: Likewise. + * gcc.dg/plugin/plugindir4.c: Likewise. + 2019-01-05 Janus Weil <janus@gcc.gnu.org> PR fortran/88009 diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir1.c b/gcc/testsuite/gcc.dg/plugin/plugindir1.c index 72821ac..160e923 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugindir1.c +++ b/gcc/testsuite/gcc.dg/plugin/plugindir1.c @@ -1,4 +1,4 @@ /* { dg-do compile } */ /* { dg-options "-c -fplugin=foo" } */ -/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*foo\.(so|dylib) expanded from short plugin name.*" } */ diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir2.c b/gcc/testsuite/gcc.dg/plugin/plugindir2.c index 063b9d9..a0bdbb4 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugindir2.c +++ b/gcc/testsuite/gcc.dg/plugin/plugindir2.c @@ -1,4 +1,4 @@ /* { dg-do compile } */ /* { dg-options "-save-temps -c -fplugin=foo" } */ -/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*foo\.(so|dylib) expanded from short plugin name.*" } */ diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir3.c b/gcc/testsuite/gcc.dg/plugin/plugindir3.c index 9b1c004..8528c2e 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugindir3.c +++ b/gcc/testsuite/gcc.dg/plugin/plugindir3.c @@ -1,4 +1,4 @@ /* { dg-do preprocess } */ /* { dg-options "-fplugin=foo" } */ -/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*foo\.(so|dylib) expanded from short plugin name.*" } */ diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir4.c b/gcc/testsuite/gcc.dg/plugin/plugindir4.c index 8f1cb80..6f23195 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugindir4.c +++ b/gcc/testsuite/gcc.dg/plugin/plugindir4.c @@ -1,4 +1,4 @@ /* { dg-do preprocess } */ /* { dg-options "-iplugindir=my-plugindir -fplugin=foo" } */ -/* { dg-prune-output ".*inaccessible plugin file.*my-plugindir/foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*my-plugindir/foo\.(so|dylib) expanded from short plugin name.*" } */ |