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

testsuite: fix optasm tests for wasm32

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