From 957e150b49fce148c51a13bca0aa9f754ac2c4cb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Jun 2023 14:22:31 +0200 Subject: 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. --- tests/cc/modules/common.testscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') 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 -#\ -- cgit v1.1