libgomp: XFAIL two libgomp.oacc-* tests

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
This commit is contained in:
Thomas Schwinge 2015-06-19 09:41:37 +02:00 committed by Thomas Schwinge
parent a19d9c69e4
commit d7efbbf6af
3 changed files with 11 additions and 2 deletions

View 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

View 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 "" } */

View 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 "" } */