Message ID | 20240711154355.1048126-1-jwakely@redhat.com |
---|---|
State | New |
Headers | show |
Series | [committed] libstdc++: Disable expensive test for debug mode [PR108636] | expand |
diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/108636.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/108636.cc index 73742df93b0..48435525d36 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/108636.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/108636.cc @@ -1,6 +1,7 @@ // { dg-do link { target c++17 } } // { dg-options "-fkeep-inline-functions" } // { dg-require-filesystem-ts "" } +// { dg-require-normal-mode "too slow with debug mode" } #include <filesystem> int main()