[gcc r15-11340] libstdc++: Disable test on targets without mkfifo [PR118158]
Jonathan Wakely
redi@gcc.gnu.org
Thu Jul 2 10:44:36 GMT 2026
https://gcc.gnu.org/g:6c37c4ee6d1fd21da66851fa85aabf5af39505e3
commit r15-11340-g6c37c4ee6d1fd21da66851fa85aabf5af39505e3
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Wed Jun 24 18:48:23 2026 +0100
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.
(cherry picked from commit acab34d515b49ef79dd1ddc519827f42e236e362)
Diff:
---
libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.cc
index b57a2d184f41..43b8442bd203 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 <filesystem>
#include <testsuite_fs.h>
More information about the Libstdc++-cvs
mailing list