From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 9167A3858D3C; Wed, 22 Feb 2023 17:39:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9167A3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677087572; bh=w3sel7W9pdhrdzakw41/huw782WQUDiQBupbtE688S0=; h=From:To:Subject:Date:From; b=dxJjZsSxEcmhqh3MnP3c/wD8dIf9PkXjabXh94N1cFekw9QyPlH/hYOuSmf19Ovbn Nmcecn8sTyFnbsuXbpB+osVVU3EfL6f7Ys/0PcyBaJn0OxG8raK3Cilnwh5yX3tNLo TpUyYB7Y7+aoro+PLzb1fa6gghFuAACbYjk283SI= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-6281] [libstdc++] xfail noreplace tests on vxworks X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/heads/master X-Git-Oldrev: 937692f20d44e41b340b54cb0e0006f5cabd070c X-Git-Newrev: 2ff710857fd315770d71061e1a938324c1654d81 Message-Id: <20230222173932.9167A3858D3C@sourceware.org> Date: Wed, 22 Feb 2023 17:39:32 +0000 (GMT) List-Id: https://gcc.gnu.org/g:2ff710857fd315770d71061e1a938324c1654d81 commit r13-6281-g2ff710857fd315770d71061e1a938324c1654d81 Author: Alexandre Oliva Date: Wed Feb 22 14:35:15 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