From: Jonathan Wakely Date: Wed, 24 Jun 2026 17:48:23 +0000 (+0100) Subject: libstdc++: Disable test on targets without mkfifo [PR118158] X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acab34d515b49ef79dd1ddc519827f42e236e362;p=thirdparty%2Fgcc.git libstdc++: Disable test on targets without mkfifo [PR118158] This test fails to compile using mingw-w64 so disable it using the dg-require-mkfifo directive. libstdc++-v3/ChangeLog: PR libstdc++/118158 * testsuite/27_io/filesystem/operations/pr118158.cc: Add dg-require-mkfifo. --- diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.cc index b57a2d184f4..43b8442bd20 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.cc @@ -1,5 +1,6 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } +// { dg-require-mkfifo "" } #include #include