summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2022-10-19 15:44:54 +0200
committerSylvain Henry <sylvain@haskus.fr>2022-10-26 09:32:20 +0200
commit9ab31f42da8796363187e387c4085e8c9197f4e5 (patch)
tree6e3ea5351a597680b5a01838a7e9d191a8fa576f /testsuite/tests/typecheck/should_fail
parent0270cc54481bef9630274e77c2750940c1a4eff5 (diff)
downloadhaskell-9ab31f42da8796363187e387c4085e8c9197f4e5.tar.gz
Testsuite: more precise test options
Necessary for newer cross-compiling backends (JS, Wasm) that don't support TH yet.
Diffstat (limited to 'testsuite/tests/typecheck/should_fail')
-rw-r--r--testsuite/tests/typecheck/should_fail/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index efad13aacd..9d97a8ea3f 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -441,7 +441,7 @@ test('T12837', normal, compile_fail, [''])
test('T12906', normal, compile_fail, [''])
test('T12918a', normal, compile_fail, [''])
test('T12918b', normal, compile_fail, [''])
-test('T12921', normal, compile_fail, [''])
+test('T12921', req_interp, compile_fail, [''])
test('T12947', normal, compile_fail, [''])
test('StrictBinds', normal, compile_fail, [''])
test('T13068', [extra_files(['T13068.hs', 'T13068a.hs', 'T13068.hs-boot', 'T13068m.hs'])], multimod_compile_fail, ['T13068m', ''])
@@ -497,7 +497,7 @@ test('T15552a', normal, compile_fail, [''])
test('T15592a', normal, compile_fail, [''])
test('T15629', normal, compile_fail, [''])
test('T15767', normal, compile_fail, [''])
-test('T15648', [extra_files(['T15648a.hs'])], multimod_compile_fail, ['T15648', '-v0 -fprint-equality-relations'])
+test('T15648', [req_th,extra_files(['T15648a.hs'])], multimod_compile_fail, ['T15648', '-v0 -fprint-equality-relations'])
test('T15712', normal, compile_fail, [''])
test('T15793', normal, compile_fail, [''])
test('T15796', normal, compile_fail, [''])