aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-07 14:22:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-07 14:22:31 +0200
commit957e150b49fce148c51a13bca0aa9f754ac2c4cb (patch)
tree9888353901e973bef075d656264558694fef2281 /tests
parent456e2179dcb10b7931ddc802469fc91d1fab6e84 (diff)
Re-disable C++20 modules tests for MinGW GCC
Several tests (other than the expected symexport) are still failing due to what looks like Windows-specific bugs in the compiler.
Diffstat (limited to 'tests')
-rw-r--r--tests/cc/modules/common.testscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/cc/modules/common.testscript b/tests/cc/modules/common.testscript
index 76c9145..50dc865 100644
--- a/tests/cc/modules/common.testscript
+++ b/tests/cc/modules/common.testscript
@@ -48,11 +48,9 @@ EOI
print ($cxx.features.modules && $cxx.id == 'gcc')
EOI
-# @@ TMP: modules support is broken in MinGW GCC (symexport).
+# @@ TMP: modules support is broken in MinGW GCC (not just symexport).
#
-#\
if ($cxx.target.class == 'windows' && $cxx.id == 'gcc')
modules = false
headers = false
end
-#\