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

testsuite: mark MultiLayerModulesTH_Make/MultiLayerModulesTH_OneShot as fragile on wasm

(cherry picked from commit 77c79762)
parent 5f60f7bc
No related branches found
No related tags found
No related merge requests found
...@@ -360,6 +360,7 @@ test('MultiLayerModulesTH_Make', ...@@ -360,6 +360,7 @@ test('MultiLayerModulesTH_Make',
extra_files(['genMultiLayerModulesTH']), extra_files(['genMultiLayerModulesTH']),
unless(have_dynamic(),skip), unless(have_dynamic(),skip),
compile_timeout_multiplier(5), compile_timeout_multiplier(5),
when(arch('wasm32'), fragile(25336)),
# We skip the test on darwin due to recent regression due to toolchain # We skip the test on darwin due to recent regression due to toolchain
# upgrade (tracked in #24177) # upgrade (tracked in #24177)
when(opsys('darwin'), skip) when(opsys('darwin'), skip)
...@@ -375,6 +376,7 @@ test('MultiLayerModulesTH_OneShot', ...@@ -375,6 +376,7 @@ test('MultiLayerModulesTH_OneShot',
extra_files(['genMultiLayerModulesTH']), extra_files(['genMultiLayerModulesTH']),
unless(have_dynamic(),skip), unless(have_dynamic(),skip),
compile_timeout_multiplier(5), compile_timeout_multiplier(5),
when(arch('wasm32'), fragile(25336)),
# We skip the test on darwin due to recent regression due to toolchain # We skip the test on darwin due to recent regression due to toolchain
# upgrade (tracked in #24177) # upgrade (tracked in #24177)
when(opsys('darwin'), skip) when(opsys('darwin'), skip)
......
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