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

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

(cherry picked from commit 1241c04e)
parent 5d8f5f0d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,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('T15226b', normal, compile, ['-O -ddump-stg-final -dsuppress-uniques -dno-typeable-binds'])
test('inferTags003', [ only_ways(['optasm']),
grep_errmsg(r'(call stg\_ap\_0)', [1])
......
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