Don't run OpenACC C++ test twice
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 23 Dec 2015 10:39:58 +0000 (11:39 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 23 Dec 2015 10:39:58 +0000 (11:39 +0100)
gcc/testsuite/
* g++.dg/dg.exp (tests): Prune "goacc/*" and "goacc-gomp/*" files.

From-SVN: r231925

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/dg.exp

index 0620068bee1ca2e22822860932e5c38d340f8080..1924c24002e1b40c59939a334352d97a5f7c928a 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-23  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * g++.dg/dg.exp (tests): Prune "goacc/*" and "goacc-gomp/*" files.
+
 2015-12-23  David Sherwood  <david.sherwood@arm.com>
 
        * gcc.target/arm/fmaxmin.x: New file used by tests below.
index b77c3c5904072f9b18955605d42e484833c90460..570a81843f63e33d37c630ef0f6747490c497102 100644 (file)
@@ -45,6 +45,8 @@ set tests [prune $tests $srcdir/$subdir/plugin/*]
 set tests [prune $tests $srcdir/$subdir/special/*]
 set tests [prune $tests $srcdir/$subdir/tls/*]
 set tests [prune $tests $srcdir/$subdir/vect/*]
+set tests [prune $tests $srcdir/$subdir/goacc/*]
+set tests [prune $tests $srcdir/$subdir/goacc-gomp/*]
 set tests [prune $tests $srcdir/$subdir/gomp/*]
 set tests [prune $tests $srcdir/$subdir/tree-prof/*]
 set tests [prune $tests $srcdir/$subdir/torture/*]