Ignore incorrect stdlib tests
This commit is contained in:
committed by
Pavel Punegov
parent
6e568247a1
commit
c57bf1a10b
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user