Skip to content
Snippets Groups Projects
Commit 1241c04e authored by Cheng Shao's avatar Cheng Shao
Browse files

testsuite: skip T22840 due to broken -dtag-inference-checks on wasm

parent fa68f833
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,10 @@ test('T22212', normal, compile, ['-O'])
test('T22840', [extra_files(
[ 'T22840A.hs'
, 'T22840B.hs'
]), when(not(have_dynamic()),skip)], multimod_compile, ['T22840', '-dynamic-too -dtag-inference-checks'])
]),
# barf signature mismatch on wasm32 due to -dtag-inference-checks
when(arch('wasm32'), skip),
when(not(have_dynamic()),skip)], multimod_compile, ['T22840', '-dynamic-too -dtag-inference-checks'])
test('inferTags003', [ only_ways(['optasm']),
grep_errmsg(r'(call stg\_ap\_0)', [1])
], compile, ['-ddump-cmm -dno-typeable-binds -O'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment