]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove xfail for hppa*-*-hpux* from stdatomic-flag.c and stdatomic-flag-2.c
authorJohn David Anglin <danglin@gcc.gnu.org>
Tue, 16 Jan 2024 20:51:26 +0000 (20:51 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 16 Jan 2024 20:51:26 +0000 (20:51 +0000)
Tests now pass on hppa64-hp-hpux11.11.

2024-01-16  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.dg/atomic/stdatomic-flag.c: Remove xfail.
* gcc.dg/atomic/stdatomic-flag-2.c: Likewise.

gcc/testsuite/gcc.dg/atomic/stdatomic-flag-2.c
gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c

index aeae6b7b5ad592fe9b0a880d6a0097344c802a60..e4e3a6ef33d7942b90788e0ae356fcacda155c47 100644 (file)
@@ -1,7 +1,7 @@
 /* Test atomic_flag routines for existence and execution.  Out-of-line
    function calls.  */
 /* The test needs a lockless atomic implementation.  */
-/* { dg-do run { xfail hppa*-*-hpux* } } */
+/* { dg-do run } */
 /* { dg-options "-std=c11 -pedantic-errors" } */
 
 #include <stdatomic.h>
index 515d5d8dd5a2d73f4ae966dde67190326400dc88..bd28ba56c244d97de868b335cf9b252301ca98d4 100644 (file)
@@ -1,6 +1,6 @@
 /* Test atomic_flag routines for existence and execution.  */
 /* The test needs a lockless atomic implementation.  */
-/* { dg-do run { xfail hppa*-*-hpux* } } */
+/* { dg-do run } */
 /* { dg-options "-std=c11 -pedantic-errors" } */
 
 #include <stdatomic.h>