From 03797d573b2f617895c9c2e24da205c758c505fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sun, 30 Aug 2026 01:53:27 -0600 Subject: [PATCH] mark broken callcc tests --- golden/exec/{callcc-nested1 => callcc-nested-1}/exec | 0 golden/exec/{callcc-nested1 => callcc-nested-1}/source.scm | 0 golden/exec/{callcc-nested2 => callcc-nested-2}/exec | 0 golden/exec/{callcc-nested2 => callcc-nested-2}/source.scm | 0 test/Gyehoek/Test/Golden.hs | 6 ++++++ 5 files changed, 6 insertions(+) rename golden/exec/{callcc-nested1 => callcc-nested-1}/exec (100%) rename golden/exec/{callcc-nested1 => callcc-nested-1}/source.scm (100%) rename golden/exec/{callcc-nested2 => callcc-nested-2}/exec (100%) rename golden/exec/{callcc-nested2 => callcc-nested-2}/source.scm (100%) diff --git a/golden/exec/callcc-nested1/exec b/golden/exec/callcc-nested-1/exec similarity index 100% rename from golden/exec/callcc-nested1/exec rename to golden/exec/callcc-nested-1/exec diff --git a/golden/exec/callcc-nested1/source.scm b/golden/exec/callcc-nested-1/source.scm similarity index 100% rename from golden/exec/callcc-nested1/source.scm rename to golden/exec/callcc-nested-1/source.scm diff --git a/golden/exec/callcc-nested2/exec b/golden/exec/callcc-nested-2/exec similarity index 100% rename from golden/exec/callcc-nested2/exec rename to golden/exec/callcc-nested-2/exec diff --git a/golden/exec/callcc-nested2/source.scm b/golden/exec/callcc-nested-2/source.scm similarity index 100% rename from golden/exec/callcc-nested2/source.scm rename to golden/exec/callcc-nested-2/source.scm diff --git a/test/Gyehoek/Test/Golden.hs b/test/Gyehoek/Test/Golden.hs index b64425d..a929937 100644 --- a/test/Gyehoek/Test/Golden.hs +++ b/test/Gyehoek/Test/Golden.hs @@ -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