Move jvm ir tests to jvm ones
This commit is contained in:
@@ -100,8 +100,6 @@ sourceSets {
|
|||||||
"main" {}
|
"main" {}
|
||||||
"test" {
|
"test" {
|
||||||
projectDefault()
|
projectDefault()
|
||||||
// not yet ready
|
|
||||||
// java.srcDir("tests-ir-jvm/tests")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JVM_IR
|
|
||||||
// IGNORE_BACKEND: JS_IR
|
// IGNORE_BACKEND: JS_IR
|
||||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
|
|||||||
-1
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JVM_IR
|
|
||||||
// FILE: inline.kt
|
// FILE: inline.kt
|
||||||
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
|
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// FILE: inline.kt
|
// FILE: inline.kt
|
||||||
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
|
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
plugins {
|
|
||||||
kotlin("jvm")
|
|
||||||
id("jps-compatible")
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
testRuntime(intellijDep())
|
|
||||||
testCompile(projectTests(":compiler:tests-common"))
|
|
||||||
testCompile(projectDist(":kotlin-script-runtime"))
|
|
||||||
testCompile(projectDist(":kotlin-stdlib"))
|
|
||||||
testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))
|
|
||||||
}
|
|
||||||
|
|
||||||
sourceSets {
|
|
||||||
"main" { }
|
|
||||||
"test" { projectDefault() }
|
|
||||||
}
|
|
||||||
|
|
||||||
projectTest {
|
|
||||||
workingDir = rootDir
|
|
||||||
maxParallelForks = Math.max(Runtime.getRuntime().availableProcessors() / 2, 1)
|
|
||||||
}
|
|
||||||
@@ -347,9 +347,7 @@ fun main(args: Array<String>) {
|
|||||||
testClass<AbstractKDocLexerTest> {
|
testClass<AbstractKDocLexerTest> {
|
||||||
model("kdoc/lexer")
|
model("kdoc/lexer")
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
testGroup("compiler/tests-ir-jvm/tests", "compiler/testData") {
|
|
||||||
testClass<AbstractIrBlackBoxCodegenTest> {
|
testClass<AbstractIrBlackBoxCodegenTest> {
|
||||||
model("codegen/box", targetBackend = TargetBackend.JVM_IR)
|
model("codegen/box", targetBackend = TargetBackend.JVM_IR)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -132,7 +132,6 @@ include ":kotlin-build-common",
|
|||||||
":kotlin-reflect-api",
|
":kotlin-reflect-api",
|
||||||
":kotlin-ant",
|
":kotlin-ant",
|
||||||
":compiler:tests-java8",
|
":compiler:tests-java8",
|
||||||
":compiler:tests-ir-jvm",
|
|
||||||
":generators",
|
":generators",
|
||||||
":generators:test-generator",
|
":generators:test-generator",
|
||||||
":tools:binary-compatibility-validator",
|
":tools:binary-compatibility-validator",
|
||||||
|
|||||||
Reference in New Issue
Block a user