[JS IR] temporarily disable .ts compilation for tests
Current task crashes on Windows.
This commit is contained in:
committed by
TeamCityServer
parent
8a7d86c4e5
commit
1696628b5e
@@ -205,9 +205,10 @@ fun Test.setUpJsBoxTests(jsEnabled: Boolean, jsIrEnabled: Boolean) {
|
|||||||
|
|
||||||
dependsOn(":dist")
|
dependsOn(":dist")
|
||||||
|
|
||||||
if (!project.hasProperty("teamcity")) {
|
// TODO uncomment after fixing on Windows
|
||||||
dependsOn(generateTypeScriptTests)
|
// if (!project.hasProperty("teamcity")) {
|
||||||
}
|
// dependsOn(generateTypeScriptTests)
|
||||||
|
// }
|
||||||
|
|
||||||
if (jsEnabled) {
|
if (jsEnabled) {
|
||||||
dependsOn(testJsRuntime)
|
dependsOn(testJsRuntime)
|
||||||
@@ -360,4 +361,4 @@ projectTest("invalidationTest", jUnitMode = JUnitMode.JUnit4) {
|
|||||||
dependsOn(":kotlin-stdlib-js-ir:compileKotlinJs")
|
dependsOn(":kotlin-stdlib-js-ir:compileKotlinJs")
|
||||||
|
|
||||||
systemProperty("kotlin.js.stdlib.klib.path", "libraries/stdlib/js-ir/build/libs/kotlin-stdlib-js-ir-js-$version.klib")
|
systemProperty("kotlin.js.stdlib.klib.path", "libraries/stdlib/js-ir/build/libs/kotlin-stdlib-js-ir-js-$version.klib")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user