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(),
|
||||
"libraries/stdlib/test",
|
||||
"dom/DomTest.kt",
|
||||
// "js/MapTest.kt",
|
||||
"js/MapTest.kt",
|
||||
"js/JsDomTest.kt",
|
||||
//"iterators/FunctionIteratorTest.kt",
|
||||
//"iterators/IteratorsTest.kt",
|
||||
"iterators/FunctionIteratorTest.kt",
|
||||
"iterators/IteratorsTest.kt",
|
||||
"GetOrElseTest.kt",
|
||||
"ListTest.kt",
|
||||
"SetTest.kt",
|
||||
|
||||
@@ -97,7 +97,7 @@ public abstract class Config {
|
||||
"/core/stringsCode.kt",
|
||||
"/stdlib/domCode.kt",
|
||||
"/stdlib/jutilCode.kt",
|
||||
//"/stdlib/JUMapsCode.kt",
|
||||
"/stdlib/JUMapsCode.kt",
|
||||
"/stdlib/testCode.kt"
|
||||
);
|
||||
|
||||
|
||||
@@ -44,7 +44,9 @@
|
||||
<copy todir="${basedir}/target/generated-js-library">
|
||||
<fileset dir="${kotlin-js-lib-srcdir}">
|
||||
<include name="**/*Code.kt"/>
|
||||
<!--
|
||||
<exclude name="**/JUtilMapsCode.kt"/>
|
||||
-->
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${basedir}/target/generated-js-library/kotlin">
|
||||
@@ -65,12 +67,10 @@
|
||||
<include name="Iterators.kt"/>
|
||||
<include name="JUtil.kt"/>
|
||||
<include name="JUtilCollections.kt"/>
|
||||
<!--
|
||||
<include name="JUtilMaps.kt"/>
|
||||
-->
|
||||
<include name="JLangIterables.kt"/>
|
||||
<include name="JLangIterablesLazy.kt"/>
|
||||
<include name="JLangIterablesSpecial.kkt"/>
|
||||
<include name="JLangIterablesSpecial.kt"/>
|
||||
<!--
|
||||
<include name="Ordering.kt"/>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user