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

testsuite: fix optasm tests for wasm32

(cherry picked from commit af771148)
parent 8d9efe4d
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ setTestOpts(
test('selfloop', [cmm_src], compile, ['-no-hs-main'])
test('cmm_sink_sp', [ only_ways(['optasm']),
when(arch('wasm32'), fragile(24152)),
grep_errmsg(r'(\[Sp.*\]).*(=).*(\[.*R1.*\]).*;',[1,2,3]),
cmm_src], compile, ['-no-hs-main -ddump-cmm -dsuppress-uniques -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