summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoyougnu <jeffrey.young@iohk.io>2022-10-21 08:16:01 -0400
committerdoyougnu <jeffrey.young@iohk.io>2022-10-21 08:16:01 -0400
commit6c61757c8a9320b6dee6dae5ccd9216d74b7223b (patch)
treec05f11e0ccab756b3ae84f56336f04ed188ad4b4
parentd80760733a1101926aba75db84e6fcdd22b83203 (diff)
downloadhaskell-6c61757c8a9320b6dee6dae5ccd9216d74b7223b.tar.gz
testsuite: skip T10414 for JS backend
-rw-r--r--testsuite/tests/codeGen/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 9213347782..7deac6d552 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -156,7 +156,7 @@ test('T10246', normal, compile_and_run, [''])
test('T9533', normal, compile_and_run, [''])
test('T9533b', normal, compile_and_run, [''])
test('T9533c', normal, compile_and_run, [''])
-test('T10414', [only_ways(['threaded2']), extra_ways(['threaded2']), req_smp],
+test('T10414', [only_ways(['threaded2']), extra_ways(['threaded2']), req_smp, js_skip],
compile_and_run, ['-feager-blackholing'])
test('T10521', normal, compile_and_run, [''])
test('T10521b', normal, compile_and_run, [''])