aboutsummaryrefslogtreecommitdiff
path: root/libgomp/lock.c
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2024-02-12 14:44:17 +0100
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2024-02-12 14:44:17 +0100
commit1e94648ab7b370c5867e146c7f59603e2e6ba2e6 (patch)
tree73ab6ba6bd4d7781ad0abfb51510dbf4bf75b96d /libgomp/lock.c
parent938a419182f8c43bd1212ffb98f8aa6077cf8326 (diff)
downloadgcc-1e94648ab7b370c5867e146c7f59603e2e6ba2e6.zip
gcc-1e94648ab7b370c5867e146c7f59603e2e6ba2e6.tar.gz
gcc-1e94648ab7b370c5867e146c7f59603e2e6ba2e6.tar.bz2
libgomp: testsuite: Don't XPASS libgomp.c/alloc-pinned-1.c etc. on non-Linux targets [PR113448]
Two libgomp tests XPASS on Solaris (any non-Linux target actually) since their introduction: XPASS: libgomp.c/alloc-pinned-1.c execution test XPASS: libgomp.c/alloc-pinned-2.c execution test The problem is that the test just prints OS unsupported and exits successfully, while the test is XFAILed: /* { dg-xfail-run-if "Pinning not implemented on this host" { ! *-*-linux-gnu } } */ Fixed by aborting immediately after the message above in the non-Linux case. Tested on i386-pc-solaris2.11 and i686-pc-linux-gnu. 2024-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> libgomp: PR testsuite/113448 * testsuite/libgomp.c/alloc-pinned-1.c [!__linux__] (CHECK_SIZE): Call abort. * testsuite/libgomp.c/alloc-pinned-2.c [!__linux__] (CHECK_SIZE): Likewise.
Diffstat (limited to 'libgomp/lock.c')
0 files changed, 0 insertions, 0 deletions