From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7897) id 3492C3858D1E; Fri, 30 Sep 2022 16:34:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3492C3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664555646; bh=DvZjuCYNa6bfFzXSFP87Qb/TQhnySPf8xzLgp0+kMgg=; h=From:To:Subject:Date:From; b=b7PJGjqSpvkO54IzjiTQfanfcGbh9fdDNhaeJGbQDhvlULLhLI51t43YL7vBjoWje vd6Zkwkg+r4M6DQaUmSNHEMlfQP4XE0acPKctpJ5XkYNGqqXxWyJIeAStRrte6O+Bn qeKV8/phTnRv9RfCs0XW6wk9XpAg7R9N4uw34no8= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Torbjorn Svensson To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-2991] testsuite: Windows paths use \ and not / X-Act-Checkin: gcc X-Git-Author: =?utf-8?q?Torbj=C3=B6rn_SVENSSON?= X-Git-Refname: refs/heads/master X-Git-Oldrev: 5fb71366da6ec5cd4dbc0262c6747804e319a7b7 X-Git-Newrev: fe8264bb9bb1d989c54e55c7a267c2922aa489d9 Message-Id: <20220930163406.3492C3858D1E@sourceware.org> Date: Fri, 30 Sep 2022 16:34:06 +0000 (GMT) List-Id: https://gcc.gnu.org/g:fe8264bb9bb1d989c54e55c7a267c2922aa489d9 commit r13-2991-gfe8264bb9bb1d989c54e55c7a267c2922aa489d9 Author: Torbjörn SVENSSON Date: Fri Sep 30 16:33:24 2022 +0200 testsuite: Windows paths use \ and not / libstdc++-v3/ChangeLog: * testsuite/20_util/bind/ref_neg.cc: Prune Windows paths too. Co-Authored-By: Yvan ROUX Signed-off-by: Torbjörn SVENSSON Diff: --- libstdc++-v3/testsuite/20_util/bind/ref_neg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc b/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc index e779d2f20bd..1e9f3e7fece 100644 --- a/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc +++ b/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc @@ -50,7 +50,7 @@ void test02() // Ignore the reasons for deduction/substitution failure in the headers. // Arrange for the match to work on installed trees as well as build trees. -// { dg-prune-output "/(functional|bits/invoke.h):" } +// { dg-prune-output "[/\\](functional|bits/invoke.h):" } int main() {