summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-03-30 22:31:01 -0400
committerBen Gamari <ben@smart-cactus.org>2022-04-01 09:39:46 -0400
commit3467c18a9856a04bd46c154dccb0db179184ae70 (patch)
treea5abf7dbeeab71c33e9ebc53804a8ab96e2920c5
parente0092afbb91528dcd09114679543c7669037eea0 (diff)
downloadhaskell-3467c18a9856a04bd46c154dccb0db179184ae70.tar.gz
testsuite: Mark T13366Cxx, T10420 as broken on Windows
Due to #21322.
-rw-r--r--testsuite/tests/plugins/all.T2
-rw-r--r--testsuite/tests/th/all.T4
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index de8968e29e..17b2fe1e8d 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -99,7 +99,7 @@ test('plugins15',
test('T10420',
[extra_files(['rule-defining-plugin/']),
-
+ when(opsys('mingw32'), expect_broken(21322)),
pre_cmd('$MAKE -s --no-print-directory -C rule-defining-plugin package.T10420 TOP={top}')],
makefile_test, [])
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index f91136db4e..aa3d28104a 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -400,7 +400,9 @@ test('T13366C',
['-v0'])
test('T13366Cxx',
[expect_broken_for(13366, ['ghci']),
- when(opsys('darwin'), expect_broken(16083))],
+ when(opsys('mingw32'), expect_broken(21322)),
+ when(opsys('darwin'), expect_broken(16083))
+ ],
compile_and_run,
['-l{} -v0'.format(config.stdcxx_impl)])
test('T13473', normal, multimod_compile_and_run,