]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Disable test on targets without mkfifo [PR118158]
authorJonathan Wakely <jwakely@redhat.com>
Wed, 24 Jun 2026 17:48:23 +0000 (18:48 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 24 Jun 2026 17:54:14 +0000 (18:54 +0100)
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.

libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.cc

index b57a2d184f41df60f00759745ca88bcd19b3655d..43b8442bd20336b60fcdccf5ab81bdf68ca3e13f 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do run { target c++17 } }
 // { dg-require-filesystem-ts "" }
+// { dg-require-mkfifo "" }
 
 #include <filesystem>
 #include <testsuite_fs.h>