updated on latest excluded JS tests
This commit is contained in:
@@ -57,16 +57,19 @@
|
||||
<fileset dir="${basedir}/../../stdlib/test">
|
||||
<include name="ArraysTest.kt"/>
|
||||
<include name="GetOrElseTest.kt"/>
|
||||
|
||||
<!-- TODO FixME ASAP - works fine in JS, why doesn't it work in JUnit with Rhino and Selenium?
|
||||
<include name="ListTest.kt"/>
|
||||
-->
|
||||
<!--
|
||||
TODO: depends on this being fixed: http://youtrack.jetbrains.com/issue/KT-2372
|
||||
|
||||
<include name="ListTest.kt"/>
|
||||
<include name="SetTest.kt"/>
|
||||
-->
|
||||
<include name="StringTest.kt"/>
|
||||
<!--
|
||||
TODO: depends on this being fixed: http://youtrack.jetbrains.com/issue/KT-2356
|
||||
|
||||
<include name="CollectionTest.kt"/>
|
||||
<include name="MapTest.kt"/>
|
||||
<include name="iterators/*.kt"/>
|
||||
-->
|
||||
<exclude name="**/*JVMTest.kt"/>
|
||||
|
||||
Reference in New Issue
Block a user