summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-23 16:42:29 +1000
committerBenoit Giannangeli <giann008@gmail.com>2017-05-24 10:15:31 +0200
commit79f22d796c8c7fac57b5a7a4cf0ca259ea3fbca7 (patch)
tree281b324b6b63e0c08e05f1854adf06e98c9b1f4d /tests
parente7dd3b51548ec0445a448895d52fb60958ce0a16 (diff)
downloadfengari-79f22d796c8c7fac57b5a7a4cf0ca259ea3fbca7.tar.gz
fengari-79f22d796c8c7fac57b5a7a4cf0ca259ea3fbca7.tar.bz2
fengari-79f22d796c8c7fac57b5a7a4cf0ca259ea3fbca7.zip
tests/test-suite/inprogress/coroutine.js: un-skip stack overflow test
Diffstat (limited to 'tests')
-rw-r--r--tests/test-suite/inprogress/coroutine.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test-suite/inprogress/coroutine.js b/tests/test-suite/inprogress/coroutine.js
index d887805..3161bf0 100644
--- a/tests/test-suite/inprogress/coroutine.js
+++ b/tests/test-suite/inprogress/coroutine.js
@@ -693,7 +693,7 @@ test("[test-suite] coroutine: leaving a pending coroutine open", function (t) {
});
-test("[test-suite] coroutine: stack overflow", { skip: true }, function (t) {
+test("[test-suite] coroutine: stack overflow", function (t) {
let luaCode = `
-- bug (stack overflow)
local j = 2^9
@@ -711,8 +711,6 @@ test("[test-suite] coroutine: stack overflow", { skip: true }, function (t) {
end
co = nil
`, L;
-
- t.comment("TODO");
t.plan(2);