summaryrefslogtreecommitdiff
path: root/testsuite
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-07 09:38:53 -0400
commit9c838429b01c5acdeccaebf2ef7786feb69d87fa (patch)
tree899428d3b104ac8b5c0bcc1065e2ba9c3ef6186e /testsuite
parent5e3c3c4f6b7b4bfa94e555b86165c296717f8dec (diff)
downloadhaskell-9c838429b01c5acdeccaebf2ef7786feb69d87fa.tar.gz
testsuite: Mark T10420 as broken on Windows
Due to #21322.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/plugins/all.T2
-rw-r--r--testsuite/tests/th/all.T3
2 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index f661c59479..dca05d885c 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..2a003b8141 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -400,7 +400,8 @@ test('T13366C',
['-v0'])
test('T13366Cxx',
[expect_broken_for(13366, ['ghci']),
- when(opsys('darwin'), expect_broken(16083))],
+ when(opsys('darwin'), expect_broken(16083))
+ ],
compile_and_run,
['-l{} -v0'.format(config.stdcxx_impl)])
test('T13473', normal, multimod_compile_and_run,