From ae50a8eb73a21decf3f6aa6cd9e4f236d11bdc3f Mon Sep 17 00:00:00 2001
From: Cheng Shao <terrorjack@type.dance>
Date: Sun, 2 Jun 2024 10:17:33 +0000
Subject: [PATCH] testsuite: mark T7773 as fragile on wasm

---
 libraries/base/tests/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index df67d9fd2366..604ba6f0c5cd 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -176,6 +176,7 @@ test('T7457', normal, compile_and_run, [''])
 test('T7773',
      [when(opsys('mingw32'), skip),
       js_broken(22261),
+      when(arch('wasm32'), fragile(24928)),
       expect_broken_for(23272, ['ghci-opt']) # unclear
      ],
      compile_and_run,
-- 
GitLab