libgomp: XFAIL two libgomp.oacc-* tests
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 19 Jun 2015 07:41:37 +0000 (09:41 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 19 Jun 2015 07:41:37 +0000 (09:41 +0200)
PR libgomp/66518
libgomp/
* testsuite/libgomp.oacc-c-c++-common/lib-3.c: XFAIL.
* testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.

From-SVN: r224639

libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c-c++-common/lib-3.c
libgomp/testsuite/libgomp.oacc-c-c++-common/lib-42.c

index d7e0d368b6fcb5a598a033310b8c7fb5e88d5a7b..d49b0564a3f37abaff9bc0483afad4d555677c6d 100644 (file)
@@ -1,3 +1,9 @@
+2015-06-19  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR libgomp/66518
+       * testsuite/libgomp.oacc-c-c++-common/lib-3.c: XFAIL.
+       * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
+
 2015-06-15  Tom de Vries  <tom@codesourcery.com>
 
        * testsuite/libgomp.c/atomic-1.c: Remove dg-options "-O2".  Use
index bb76c826fb694bf4c5c1a146493487f04fb8994b..d5f390d7f9d931597fdb81af66e0c3bba7f18253 100644 (file)
@@ -12,5 +12,6 @@ main (int argc, char **argv)
   return 0;
 }
 
-/* { dg-output "device \[0-9\]+\\\(\[0-9\]+\\\) is initialized" } */
+/* TODO: currently prints: "libgomp: no device found".  */
+/* { dg-output "device \[0-9\]+\\\(\[0-9\]+\\\) is initialized" { xfail *-*-* } } */
 /* { dg-shouldfail "" } */
index ff3eab4ed6ea233c86fef41cc3a076666ada6129..b74adddccaca42b16f5a2808901d90326f8eaf18 100644 (file)
@@ -32,5 +32,7 @@ main (int argc, char **argv)
   return 0;
 }
 
-/* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] is not mapped" } */
+/* TODO: currently doesn't print anything; SIGSEGV.
+   <https://gcc.gnu.org/PR66518>.  */
+/* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] is not mapped" { xfail *-*-* } } */
 /* { dg-shouldfail "" } */