[TEST] Drop generating tests for coroutines of Kotlin 1.2

This commit is contained in:
Dmitriy Novozhilov
2020-12-01 17:26:15 +03:00
committed by TeamCityServer
parent 0389589d83
commit 8c4b7ad1e1
36 changed files with 5902 additions and 10854 deletions
@@ -509,8 +509,7 @@ fun main(args: Array<String>) {
testClass<AbstractJvmOldAgainstIrBoxTest> {
model(
"compileKotlinAgainstKotlin",
targetBackend = TargetBackend.JVM_MULTI_MODULE_OLD_AGAINST_IR,
skipTestsForExperimentalCoroutines = true
targetBackend = TargetBackend.JVM_MULTI_MODULE_OLD_AGAINST_IR
)
}
@@ -634,8 +633,7 @@ fun main(args: Array<String>) {
testClass<AbstractJvmOldAgainstIrBoxInlineTest> {
model(
"codegen/boxInline",
targetBackend = TargetBackend.JVM_MULTI_MODULE_OLD_AGAINST_IR,
skipTestsForExperimentalCoroutines = true
targetBackend = TargetBackend.JVM_MULTI_MODULE_OLD_AGAINST_IR
)
}
}
@@ -713,8 +711,7 @@ fun main(args: Array<String>) {
testClass<AbstractFirOldFrontendDiagnosticsTestWithStdlib> {
model(
"diagnostics/testsWithStdLib",
excludedPattern = excludedFirTestdataPattern,
skipTestsForExperimentalCoroutines = true
excludedPattern = excludedFirTestdataPattern
)
}
}