From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 656F63947427; Mon, 14 Jun 2021 15:33:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 656F63947427 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 r11-8570] libstdc++: Only run Filesystem TS test if supported X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 028fd30231ea8a5ddea5525851ed93e0bc658a23 X-Git-Newrev: ded9ba1c0624d729456a65468a0f9c7b24b2d9cf Message-Id: <20210614153333.656F63947427@sourceware.org> Date: Mon, 14 Jun 2021 15:33:33 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 15:33:33 -0000 https://gcc.gnu.org/g:ded9ba1c0624d729456a65468a0f9c7b24b2d9cf commit r11-8570-gded9ba1c0624d729456a65468a0f9c7b24b2d9cf 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. (cherry picked from commit a40d2293a7a417fc7711f8f4e52dbd4c48c2a43f) 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