Skip to content
Snippets Groups Projects
Commit 8bcddc0c 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 10929a41
No related branches found
No related tags found
No related merge requests found
......@@ -360,6 +360,7 @@ test('MultiLayerModulesTH_Make',
extra_files(['genMultiLayerModulesTH']),
unless(have_dynamic(),skip),
compile_timeout_multiplier(5),
when(arch('wasm32'), fragile(25336)),
# We skip the test on darwin due to recent regression due to toolchain
# upgrade (tracked in #24177)
when(opsys('darwin'), skip)
......@@ -375,6 +376,7 @@ test('MultiLayerModulesTH_OneShot',
extra_files(['genMultiLayerModulesTH']),
unless(have_dynamic(),skip),
compile_timeout_multiplier(5),
when(arch('wasm32'), fragile(25336)),
# We skip the test on darwin due to recent regression due to toolchain
# upgrade (tracked in #24177)
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