Ignore incorrect stdlib tests

This commit is contained in:
Pavel Punegov
2018-09-20 20:52:15 +03:00
committed by Pavel Punegov
parent 6e568247a1
commit c57bf1a10b
+2
View File
@@ -119,6 +119,7 @@ def update_external_tests() {
into(externalStdlibTestsDir)
include 'stdlib/common/**'
include 'stdlib/test/**'
exclude 'stdlib/test/js/**'
}
}
}
@@ -3008,6 +3009,7 @@ task runStdlibTests(type: RunStdlibTest) {
// runs all tests and hence source name should be not null
source = "stdlib_external/utils.kt"
useFilter = false
arguments = [ "--ktest_negative_regex_filter=test.collections.CollectionTest.abstractCollectionToArray" ]
runnerLogger = RunKonanTest.Logger.GTEST
}