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 0fa14c1f0e2857be68db79b71eaa2fff37442f5b..a8411765db9fab946804b1c93dec999174b5ed87 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 c1ef0a3d806afe04029a01c167a23912e3483643..811617b002d8838bbe57647c3edf98c13799ae4a 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 45697133f648e34882dead17e7673f417649f7cc..919f826b957681afd7504b2d8048452c7143bb6c 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 9d30593acb8484e9a31b62cf3a128cf78cd70fa3..544e30cbcaae7669e65924ce246bc6bd0ad71866 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>