minor: drop main-kts tests on oldBE
it is not supported anymore
This commit is contained in:
committed by
Space Team
parent
deb2d6d024
commit
8c5739739c
@@ -666,7 +666,6 @@ tasks {
|
|||||||
// dependsOn(":kotlin-scripting-jvm-host-test:embeddableTest")
|
// dependsOn(":kotlin-scripting-jvm-host-test:embeddableTest")
|
||||||
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
|
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
|
||||||
dependsOn(":kotlin-main-kts-test:test")
|
dependsOn(":kotlin-main-kts-test:test")
|
||||||
dependsOn(":kotlin-main-kts-test:testWithIr")
|
|
||||||
dependsOn(":kotlin-scripting-ide-services-test:test")
|
dependsOn(":kotlin-scripting-ide-services-test:test")
|
||||||
dependsOn(":kotlin-scripting-ide-services-test:embeddableTest")
|
dependsOn(":kotlin-scripting-ide-services-test:embeddableTest")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,13 +23,6 @@ sourceSets {
|
|||||||
projectTest(parallel = true) {
|
projectTest(parallel = true) {
|
||||||
dependsOn(":dist")
|
dependsOn(":dist")
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
systemProperty("kotlin.script.base.compiler.arguments", "-Xuse-old-backend")
|
|
||||||
}
|
|
||||||
|
|
||||||
projectTest(taskName = "testWithIr", parallel = true) {
|
|
||||||
dependsOn(":dist")
|
|
||||||
workingDir = rootDir
|
|
||||||
systemProperty("kotlin.script.base.compiler.arguments", "-Xuse-ir")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
projectTest(taskName = "testWithK2", parallel = true) {
|
projectTest(taskName = "testWithK2", parallel = true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user