mark broken callcc tests

This commit is contained in:
2026-08-30 02:12:16 -06:00
parent 0df7280236
commit 03797d573b
5 changed files with 6 additions and 0 deletions
+6
View File
@@ -30,9 +30,15 @@ brokenWasmTests =
brokenStackifyTests :: List String
brokenStackifyTests =
[ "callcc-early-exit-1"
, "callcc-early-exit-2"
, "callcc-early-exit-3"
, "callcc-early-exit-4"
, "callcc-early-exit-5"
, "callcc-early-exit-6"
, "callcc-nested-1"
, "callcc-nested-2"
, "callcc-discard"
, "callcc-constant"
]
test_root :: IO TestTree