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:
Ilya Gorbunov
2022-03-17 21:28:04 +03:00
committed by Space
parent 60fbb0d171
commit 4c461d7864
20 changed files with 3902 additions and 0 deletions
+3
View File
@@ -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")
}
}