From 79f22d796c8c7fac57b5a7a4cf0ca259ea3fbca7 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 23 May 2017 16:42:29 +1000 Subject: tests/test-suite/inprogress/coroutine.js: un-skip stack overflow test --- tests/test-suite/inprogress/coroutine.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/test-suite') 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); -- cgit v1.2.3-54-g00ecf