From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id AF6433893C6F; Mon, 14 Jun 2021 14:11:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF6433893C6F MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r12-1431] libstdc++: Only run Filesystem TS test if supported X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 14f26c75d255ef05b706a12d25b003da8a2f5b45 X-Git-Newrev: a40d2293a7a417fc7711f8f4e52dbd4c48c2a43f Message-Id: <20210614141108.AF6433893C6F@sourceware.org> Date: Mon, 14 Jun 2021 14:11:08 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 14:11:08 -0000 https://gcc.gnu.org/g:a40d2293a7a417fc7711f8f4e52dbd4c48c2a43f commit r12-1431-ga40d2293a7a417fc7711f8f4e52dbd4c48c2a43f Author: Jonathan Wakely Date: Mon Jun 14 14:22:07 2021 +0100 libstdc++: Only run Filesystem TS test if supported libstdc++-v3/ChangeLog: * testsuite/experimental/filesystem/path/native/conv_c++23.cc: Add dg-require-filesystem-ts directive. Diff: --- libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc index f3c3f884965..81f57549ac9 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc @@ -1,5 +1,6 @@ // { dg-options "-std=gnu++23" } // { dg-do compile { target c++23 } } +// { dg-require-filesystem-ts "" } #include