From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id F1D35385841D; Thu, 16 Feb 2023 11:13:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1D35385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676546016; bh=ajs4WUGcwR8iIP0KiTnuUurXRyXXjh1V9k130EoVGRY=; h=From:To:Subject:Date:From; b=xdAYaUZSNnSVw5KVi0pJ8Vm329NrIKI8+yIuFhn6Jli8JVQH/d8SuBbVvjE2Cuazp Qz4YVOp8WPTrYIPDzfIR/AMehoz8t1Tlj7xDMtPnFgHfCq8PDDCiPKQVA1zL7Y4Hza RH+DoO5FQajAD3ZFgwcZrfD/ZSl0rt+GRsOED88c= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/testme)] [libstdc++] xfail noreplace tests on vxworks X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: cfda39b47453bbe2e75d3e0358d53ffc77b8dfb8 X-Git-Newrev: 75a2d1f1659ed594148e2da53c42148543337c35 Message-Id: <20230216111336.F1D35385841D@sourceware.org> Date: Thu, 16 Feb 2023 11:13:36 +0000 (GMT) List-Id: https://gcc.gnu.org/g:75a2d1f1659ed594148e2da53c42148543337c35 commit 75a2d1f1659ed594148e2da53c42148543337c35 Author: Alexandre Oliva Date: Thu Feb 16 07:45:32 2023 -0300 [libstdc++] xfail noreplace tests on vxworks vxworks ignores O_EXCL in open, so noreplace open succeeds when it is expected to fail. xfail the tests. for libstdc++-v3/ChangeLog * testsuite/27_io/basic_ofstream/open/char/noreplace.cc: xfail on vxworks. * testsuite/27_io/basic_ofstream/open/wchar_t/noreplace.cc: Likewise. Diff: --- libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/noreplace.cc | 2 +- libstdc++-v3/testsuite/27_io/basic_ofstream/open/wchar_t/noreplace.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/noreplace.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/noreplace.cc index 56ff2d7cead..2e99707df86 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/noreplace.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/noreplace.cc @@ -1,4 +1,4 @@ -// { dg-do run } +// { dg-do run { xfail *-*-vxworks* } } #include diff --git a/libstdc++-v3/testsuite/27_io/basic_ofstream/open/wchar_t/noreplace.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/wchar_t/noreplace.cc index f0425cdab3d..ddb7fd69160 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/open/wchar_t/noreplace.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/wchar_t/noreplace.cc @@ -1,4 +1,4 @@ -// { dg-do run } +// { dg-do run { xfail *-*-vxworks* } } #include