diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cd7c7ee65bfa..9a7905f1f167 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2018-12-13 Jonathan Wakely + + * 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 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 15a79fd4e120..0137e4466d03 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 diff --git a/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc index fdd9f768f783..84ea48b11b1d 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 @@ // . // { dg-do compile { target c++11 } } +// { dg-require-filesystem-ts "" } #include