From 0331ea22f7e792434ec74c2d2051fd27a9eae0d2 Mon Sep 17 00:00:00 2001 From: sergeych Date: Fri, 30 Jan 2026 20:19:29 +0300 Subject: [PATCH] Unignore ScriptTest sprintf/forin/return --- lynglib/src/commonTest/kotlin/ScriptTest.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lynglib/src/commonTest/kotlin/ScriptTest.kt b/lynglib/src/commonTest/kotlin/ScriptTest.kt index bb24e07..d86cf22 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -2561,7 +2561,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testSprintf() = runTest { eval( @@ -5182,7 +5181,6 @@ class ScriptTest { assertEquals(ObjInt(12), result) } - @Ignore("incremental enable") @Test fun testForInIterableUnknownTypeDisasm() = runTest { val scope = Script.newScope() @@ -5205,7 +5203,6 @@ class ScriptTest { assertEquals(ObjInt(4), r2) } - @Ignore("incremental enable") @Test fun testReturnBreakValueBytecodeDisasm() = runTest { val scope = Script.newScope() @@ -5264,7 +5261,6 @@ class ScriptTest { assertEquals(ObjFalse, scope.eval("isInt(\"42\")")) } - @Ignore("incremental enable") @Test fun testFilterBug() = runTest { eval(