enabled the Map tests as they seem to work fine again now
This commit is contained in:
@@ -25,10 +25,10 @@ public class StdLibTestToJSTest extends StdLibTestBase {
|
|||||||
performStdLibTest(EcmaVersion.all(),
|
performStdLibTest(EcmaVersion.all(),
|
||||||
"libraries/stdlib/test",
|
"libraries/stdlib/test",
|
||||||
"dom/DomTest.kt",
|
"dom/DomTest.kt",
|
||||||
// "js/MapTest.kt",
|
"js/MapTest.kt",
|
||||||
"js/JsDomTest.kt",
|
"js/JsDomTest.kt",
|
||||||
//"iterators/FunctionIteratorTest.kt",
|
"iterators/FunctionIteratorTest.kt",
|
||||||
//"iterators/IteratorsTest.kt",
|
"iterators/IteratorsTest.kt",
|
||||||
"GetOrElseTest.kt",
|
"GetOrElseTest.kt",
|
||||||
"ListTest.kt",
|
"ListTest.kt",
|
||||||
"SetTest.kt",
|
"SetTest.kt",
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ public abstract class Config {
|
|||||||
"/core/stringsCode.kt",
|
"/core/stringsCode.kt",
|
||||||
"/stdlib/domCode.kt",
|
"/stdlib/domCode.kt",
|
||||||
"/stdlib/jutilCode.kt",
|
"/stdlib/jutilCode.kt",
|
||||||
//"/stdlib/JUMapsCode.kt",
|
"/stdlib/JUMapsCode.kt",
|
||||||
"/stdlib/testCode.kt"
|
"/stdlib/testCode.kt"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,9 @@
|
|||||||
<copy todir="${basedir}/target/generated-js-library">
|
<copy todir="${basedir}/target/generated-js-library">
|
||||||
<fileset dir="${kotlin-js-lib-srcdir}">
|
<fileset dir="${kotlin-js-lib-srcdir}">
|
||||||
<include name="**/*Code.kt"/>
|
<include name="**/*Code.kt"/>
|
||||||
|
<!--
|
||||||
<exclude name="**/JUtilMapsCode.kt"/>
|
<exclude name="**/JUtilMapsCode.kt"/>
|
||||||
|
-->
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="${basedir}/target/generated-js-library/kotlin">
|
<copy todir="${basedir}/target/generated-js-library/kotlin">
|
||||||
@@ -65,12 +67,10 @@
|
|||||||
<include name="Iterators.kt"/>
|
<include name="Iterators.kt"/>
|
||||||
<include name="JUtil.kt"/>
|
<include name="JUtil.kt"/>
|
||||||
<include name="JUtilCollections.kt"/>
|
<include name="JUtilCollections.kt"/>
|
||||||
<!--
|
|
||||||
<include name="JUtilMaps.kt"/>
|
<include name="JUtilMaps.kt"/>
|
||||||
-->
|
|
||||||
<include name="JLangIterables.kt"/>
|
<include name="JLangIterables.kt"/>
|
||||||
<include name="JLangIterablesLazy.kt"/>
|
<include name="JLangIterablesLazy.kt"/>
|
||||||
<include name="JLangIterablesSpecial.kkt"/>
|
<include name="JLangIterablesSpecial.kt"/>
|
||||||
<!--
|
<!--
|
||||||
<include name="Ordering.kt"/>
|
<include name="Ordering.kt"/>
|
||||||
-->
|
-->
|
||||||
|
|||||||
Reference in New Issue
Block a user