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