Mark some Filesystem tests as XFAIL for mingw
authorJonathan Wakely <jwakely@redhat.com>
Tue, 5 Jun 2018 07:37:30 +0000 (08:37 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 5 Jun 2018 07:37:30 +0000 (08:37 +0100)
Symlinks are not supported on mingw.

* testsuite/27_io/filesystem/operations/read_symlink.cc: XFAIL for
mingw* targets.
* testsuite/27_io/filesystem/operations/symlink_status.cc: Likewise.
* testsuite/experimental/filesystem/operations/read_symlink.cc:
Likewise.

From-SVN: r261185

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/filesystem/operations/read_symlink.cc
libstdc++-v3/testsuite/27_io/filesystem/operations/symlink_status.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/read_symlink.cc

index 0fa14c1..a841176 100644 (file)
@@ -1,3 +1,11 @@
+2018-06-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/27_io/filesystem/operations/read_symlink.cc: XFAIL for
+       mingw* targets.
+       * testsuite/27_io/filesystem/operations/symlink_status.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/read_symlink.cc:
+       Likewise.
+
 2018-06-05  François Dumont  <fdumont@gcc.gnu.org>
 
        * include/bits/stl_tempbuf.h
index c1ef0a3..811617b 100644 (file)
@@ -18,6 +18,7 @@
 // { dg-options "-std=gnu++17 -lstdc++fs" }
 // { dg-do run { target c++17 } }
 // { dg-require-filesystem-ts "" }
+// { dg-xfail-if "symlinks not supported" { *-*-mingw* } }
 
 #include <filesystem>
 #include <testsuite_hooks.h>
index 4569713..919f826 100644 (file)
@@ -18,6 +18,7 @@
 // { dg-options "-std=gnu++17 -lstdc++fs" }
 // { dg-do run { target c++17 } }
 // { dg-require-filesystem-ts "" }
+// { dg-xfail-if "symlinks not supported" { *-*-mingw* } }
 
 #include <filesystem>
 #include <testsuite_hooks.h>
index 9d30593..544e30c 100644 (file)
@@ -18,6 +18,7 @@
 // { dg-options "-DUSE_FILESYSTEM_TS -lstdc++fs" }
 // { dg-do run { target c++11 } }
 // { dg-require-filesystem-ts "" }
+// { dg-xfail-if "symlinks not supported" { *-*-mingw* } }
 
 #include <experimental/filesystem>
 #include <testsuite_hooks.h>