X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2Fexperimental%2Ffilesystem%2Foperations%2Fpermissions.cc;h=f58e14ba2cc9cca753ed82b6c27f76ee7ac20faa;hb=99dee82307f1e163e150c9c810452979994047ce;hp=a771fd1005c8bd024611d99f49ea90008b0727dc;hpb=a5544970246db337977bb8b69ab120e9ef209317;p=thirdparty%2Fgcc.git diff --git a/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc index a771fd1005c8..f58e14ba2cc9 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2019 Free Software Foundation, Inc. +// Copyright (C) 2016-2021 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -18,6 +18,7 @@ // { dg-options "-DUSE_FILESYSTEM_TS -lstdc++fs" } // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } +// { dg-xfail-if "permissions not supported" { *-*-mingw* } } // 15.26 Permissions [fs.op.permissions]