Skip to content
Snippets Groups Projects
Commit 990addfc 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 39d746e1
No related branches found
No related tags found
No related merge requests found
...@@ -369,6 +369,7 @@ test('MultiLayerModulesTH_Make', ...@@ -369,6 +369,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)
...@@ -384,6 +385,7 @@ test('MultiLayerModulesTH_OneShot', ...@@ -384,6 +385,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)
...@@ -775,4 +777,3 @@ test ('T24984', ...@@ -775,4 +777,3 @@ test ('T24984',
[ collect_compiler_stats('bytes allocated',5) ], [ collect_compiler_stats('bytes allocated',5) ],
compile, compile,
['-O']) ['-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