aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-02-25 09:19:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-02-25 09:19:53 +0200
commit003f56bf62433d6b009368e52855c766118468e1 (patch)
treee38e4a7a4813071d7c6e37875c66c2611f38a8c6 /tests
parentf749aab34924a61710aa28a33ad223e866aa5843 (diff)
Disable global module fragment tests for MSVC due to issue 845845
Diffstat (limited to 'tests')
-rw-r--r--tests/cc/modules/modules.testscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cc/modules/modules.testscript b/tests/cc/modules/modules.testscript
index 4fd9598..b603871 100644
--- a/tests/cc/modules/modules.testscript
+++ b/tests/cc/modules/modules.testscript
@@ -202,6 +202,8 @@ $* test clean <<EOI
:
: Test global module fragment/leading module marker (module;).
:
+if ($cxx.id != 'msvc') # Disabled for MSVC due to issue 845845.
+{
cat <<EOI >=g.hxx;
void g ();
EOI
@@ -217,6 +219,7 @@ ln -s ../core.cxx ../driver.cxx ./;
$* test clean <<EOI
exe{test}: cxx{driver} {mxx cxx}{core}
EOI
+}
: re-export
: