From 19e450a557ddcb25dfae76211ded283a77b35c22 Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Tue, 28 May 2024 15:40:45 +0000 Subject: [PATCH] testsuite: mark process005 as fragile on JS (cherry picked from commit fd47e2e38dd10d6f39cc7ee2c512cb3e6b56a44e) --- testsuite/tests/process/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/process/all.T b/testsuite/tests/process/all.T index f08715c9cf6..e2ddf9186c0 100644 --- a/testsuite/tests/process/all.T +++ b/testsuite/tests/process/all.T @@ -11,7 +11,7 @@ test('process002', [fragile_for(16547, concurrent_ways), req_process], compile_a test('process003', [fragile_for(17245, concurrent_ways), req_process], compile_and_run, ['']) test('process004', [normalise_exec, normalise_exe, req_process], compile_and_run, ['']) test('T1780', [req_process], compile_and_run, ['']) -test('process005', [omit_ghci, req_process], compile_and_run, ['']) +test('process005', [omit_ghci, req_process, when(js_arch(), fragile(24373))], compile_and_run, ['']) test('process006', [req_process], compile_and_run, ['']) test('process007', -- GitLab