Add min/max test generator and generated tests
Temporarily exclude these tests from kotlin-stdlib-wasm testing due to KT-51647
This commit is contained in:
@@ -62,6 +62,9 @@ val commonTestSources by task<Sync> {
|
||||
sources.forEach { path ->
|
||||
from("$rootDir/$path") {
|
||||
into(path.dropLastWhile { it != '/' })
|
||||
// exclusions due to KT-51647
|
||||
exclude("generated/minmax")
|
||||
exclude("collections/MapTest.kt")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user