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

testsuite: mark MultiLayerModulesTH_Make/MultiLayerModulesTH_OneShot as fragile on wasm

parent fefb4ea1
No related branches found
No related tags found
No related merge requests found
......@@ -369,6 +369,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)
......@@ -384,6 +385,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)
......@@ -775,4 +777,3 @@ test ('T24984',
[ collect_compiler_stats('bytes allocated',5) ],
compile,
['-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