Disable new tests for configurations with no libstdc++fs.a
authorJonathan Wakely <jwakely@redhat.com>
Thu, 13 Dec 2018 11:01:03 +0000 (11:01 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 13 Dec 2018 11:01:03 +0000 (11:01 +0000)
* testsuite/27_io/filesystem/path/construct/80762.cc: Skip test if
the Filesystem TS support is not configured.
* testsuite/experimental/filesystem/path/construct/80762.cc: Likewise.

From-SVN: r267082

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc
libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc

index cd7c7ee..9a7905f 100644 (file)
@@ -1,3 +1,9 @@
+2018-12-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/27_io/filesystem/path/construct/80762.cc: Skip test if
+       the Filesystem TS support is not configured.
+       * testsuite/experimental/filesystem/path/construct/80762.cc: Likewise.
+
 2018-12-12  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/71044 (partial)
index 15a79fd..0137e44 100644 (file)
@@ -17,6 +17,7 @@
 
 // { dg-options "-std=gnu++17" }
 // { dg-do compile { target c++17 } }
+// { dg-require-filesystem-ts "" }
 
 #include <filesystem>
 
index fdd9f76..84ea48b 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile { target c++11 } }
+// { dg-require-filesystem-ts "" }
 
 #include <experimental/filesystem>