re-enabled compiling to JS test cases now we've fixed the compilation of the latest comparator based standard library code
This commit is contained in:
@@ -36,15 +36,10 @@ import java.util.Set;
|
||||
*/
|
||||
public class StdLibTestToJSTest extends StdLibTestSupport {
|
||||
public void testGenerateTestCase() throws Exception {
|
||||
|
||||
/*
|
||||
TODO temporary disabled test
|
||||
|
||||
generateJavaScriptFiles(EcmaVersion.all(),
|
||||
"libraries/stdlib/test",
|
||||
"ListTest.kt",
|
||||
"StringTest.kt",
|
||||
"js/SimpleTest.kt");
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,14 +36,10 @@ import java.util.Set;
|
||||
public class StdLibToJSTest extends StdLibTestSupport {
|
||||
|
||||
public void testCompileJavaScriptFiles() throws Exception {
|
||||
|
||||
/*
|
||||
TODO temporary disabled test
|
||||
generateJavaScriptFiles(EcmaVersion.all(),
|
||||
"libraries/stdlib/src",
|
||||
"kotlin/Preconditions.kt",
|
||||
"kotlin/dom/Dom.kt",
|
||||
"kotlin/support/AbstractIterator.kt");
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user