From b9420eacab34a88df8f129f90a59e322d58cf2fd Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Tue, 14 Feb 2023 13:36:12 +0200 Subject: Mark all T5435 variants as fragile See #22970. --- testsuite/tests/rts/linker/all.T | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testsuite/tests/rts/linker/all.T b/testsuite/tests/rts/linker/all.T index aa81e7078a..bd51b3ed95 100644 --- a/testsuite/tests/rts/linker/all.T +++ b/testsuite/tests/rts/linker/all.T @@ -59,6 +59,7 @@ def checkDynAsm(actual_file, normaliser): test('T5435_v_asm_a', [extra_files(['T5435.hs', 'T5435_asm.c']), req_rts_linker, + fragile(22970), when(arch('arm'), expect_broken(17559)), when(opsys('linux') and not ghc_dynamic(), expect_broken(20706))], makefile_test, ['T5435_v_asm_a']) @@ -67,6 +68,7 @@ test('T5435_v_asm_a', test('T5435_v_asm_b', [extra_files(['T5435.hs', 'T5435_asm.c']), req_rts_linker, + fragile(22970), when(arch('arm'), expect_broken(17559)), when(opsys('darwin') or opsys('mingw32'), skip), when(opsys('linux') and not ghc_dynamic(), expect_broken(20706))], @@ -74,16 +76,19 @@ test('T5435_v_asm_b', test('T5435_v_gcc', [extra_files(['T5435.hs', 'T5435_gcc.c']), req_rts_linker, + fragile(22970), when(arch('arm'), expect_broken(17559)), when(opsys('linux') and not ghc_dynamic(), expect_broken(20706))], makefile_test, ['T5435_v_gcc']) test('T5435_dyn_asm', [extra_files(['T5435.hs', 'T5435_asm.c']), + fragile(22970), js_skip, # dynamic linking not supported by the JS backend check_stdout(checkDynAsm)], makefile_test, ['T5435_dyn_asm']) test('T5435_dyn_gcc', [extra_files(['T5435.hs', 'T5435_gcc.c']), + fragile(22970), js_skip], # dynamic linking not supported by the JS backend makefile_test, ['T5435_dyn_gcc']) -- cgit v1.2.1