diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2018-12-13 11:01:03 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-12-13 11:01:03 +0000 |
commit | bc51a764a3c3dbdb0b1491339fec95290ba53752 (patch) | |
tree | 638a7deaafe5f0f35ff119e19d3ab0e01348ca95 /libstdc++-v3 | |
parent | ee03c51c0b62d64497eb31d630ec386df6c7299d (diff) | |
download | gcc-bc51a764a3c3dbdb0b1491339fec95290ba53752.zip gcc-bc51a764a3c3dbdb0b1491339fec95290ba53752.tar.gz gcc-bc51a764a3c3dbdb0b1491339fec95290ba53752.tar.bz2 |
Disable new tests for configurations with no libstdc++fs.a
* 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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc | 1 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cd7c7ee..9a7905f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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) diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc index 15a79fd..0137e44 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc @@ -17,6 +17,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } +// { dg-require-filesystem-ts "" } #include <filesystem> diff --git a/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc index fdd9f76..84ea48b 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc @@ -16,6 +16,7 @@ // <http://www.gnu.org/licenses/>. // { dg-do compile { target c++11 } } +// { dg-require-filesystem-ts "" } #include <experimental/filesystem> |