From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 3FB2B385800C; Thu, 23 Feb 2023 13:48:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3FB2B385800C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677160089; bh=YgrHlheJ4WMsnqhKSunASi4lL6+jeckNg9ZGN5MXYLY=; h=From:To:Subject:Date:From; b=vfdE5by+Aw0MQsAX3PmR479UXDPXL92WtX6N9/T0a8BGs/UP3QpRaNPsGSbslDBnl TZ5/lhNgsmXPCIXsquCbLgrX6lKK7D6zfJUTS/EWhfOXMjomhgMREQeTopYHxL844u Tdx6i47fo0+JhpWZtdUi8skSjWYltu0MnG76QCLQ= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-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: 9854d500109b4a21a04414abdf48cb099fd67b05 X-Git-Newrev: d310aa27168fef00664081fa96556a03a43f0ca1 Message-Id: <20230223134809.3FB2B385800C@sourceware.org> Date: Thu, 23 Feb 2023 13:48:09 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d310aa27168fef00664081fa96556a03a43f0ca1 commit d310aa27168fef00664081fa96556a03a43f0ca1 Author: Alexandre Oliva Date: Thu Feb 23 10:30:20 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: