From 77c797625483be968bb51c1518020895ca5ecb11 Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Wed, 2 Oct 2024 19:35:20 +0000 Subject: [PATCH] testsuite: mark MultiLayerModulesTH_Make/MultiLayerModulesTH_OneShot as fragile on wasm --- testsuite/tests/perf/compiler/all.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index c4ebef1dcb5..82390ff27e0 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -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']) - -- GitLab