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:
parent
a19d9c69e4
commit
d7efbbf6af
@ -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>
|
2015-06-15 Tom de Vries <tom@codesourcery.com>
|
||||||
|
|
||||||
* testsuite/libgomp.c/atomic-1.c: Remove dg-options "-O2". Use
|
* testsuite/libgomp.c/atomic-1.c: Remove dg-options "-O2". Use
|
||||||
|
@ -12,5 +12,6 @@ main (int argc, char **argv)
|
|||||||
return 0;
|
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 "" } */
|
/* { dg-shouldfail "" } */
|
||||||
|
@ -32,5 +32,7 @@ main (int argc, char **argv)
|
|||||||
return 0;
|
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 "" } */
|
/* { dg-shouldfail "" } */
|
||||||
|
Loading…
Reference in New Issue
Block a user