From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1118) id 51AF83858D1E; Tue, 16 Jan 2024 20:52:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51AF83858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705438324; bh=X2PAuMnG337uhADdeEl1zql5TNsheaOvpYabn2K6CLM=; h=From:To:Subject:Date:From; b=utll19SMbsMv9+GiArhgV8+tQNVq6QhxPzfc65X4Ehv0NB4qBbvG1cvOEiJA95bHD DHP11oAGcWsl3E9wkeIsQpLRdamBZRADRcLk+VKmL7THVXZmgp/4+fENylQXkrxcK6 vxjB8DtEewcxmKuhP3YCvrZG80HcDm1EMELBBxFQ= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: John David Anglin To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-8161] Remove xfail for hppa*-*-hpux* from stdatomic-flag.c and stdatomic-flag-2.c X-Act-Checkin: gcc X-Git-Author: John David Anglin X-Git-Refname: refs/heads/master X-Git-Oldrev: dc5fc15d5a16669a0995a3fdc98d9704c6199022 X-Git-Newrev: 21836718a94873a99be341d062c747b843a047cd Message-Id: <20240116205204.51AF83858D1E@sourceware.org> Date: Tue, 16 Jan 2024 20:52:04 +0000 (GMT) List-Id: https://gcc.gnu.org/g:21836718a94873a99be341d062c747b843a047cd commit r14-8161-g21836718a94873a99be341d062c747b843a047cd Author: John David Anglin Date: Tue Jan 16 20:51:26 2024 +0000 Remove xfail for hppa*-*-hpux* from stdatomic-flag.c and stdatomic-flag-2.c Tests now pass on hppa64-hp-hpux11.11. 2024-01-16 John David Anglin gcc/testsuite/ChangeLog: * gcc.dg/atomic/stdatomic-flag.c: Remove xfail. * gcc.dg/atomic/stdatomic-flag-2.c: Likewise. Diff: --- gcc/testsuite/gcc.dg/atomic/stdatomic-flag-2.c | 2 +- gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/gcc.dg/atomic/stdatomic-flag-2.c b/gcc/testsuite/gcc.dg/atomic/stdatomic-flag-2.c index aeae6b7b5ad..e4e3a6ef33d 100644 --- a/gcc/testsuite/gcc.dg/atomic/stdatomic-flag-2.c +++ b/gcc/testsuite/gcc.dg/atomic/stdatomic-flag-2.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c b/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c index 515d5d8dd5a..bd28ba56c24 100644 --- a/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c +++ b/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c @@ -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