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

testsuite: fix optasm tests for wasm32

(cherry picked from commit af771148)
(cherry picked from commit 84c875d1)
parent ab2617a4
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