Add TargetBackend.isIR, simplify JVM IR test configuration

This commit is contained in:
Alexander Udalov
2019-11-08 17:21:00 +01:00
parent ab65a6bc6c
commit ce09be3f59
21 changed files with 33 additions and 113 deletions
@@ -54,7 +54,7 @@ fun createCommonCoroutinesTestMethodModels(
targetBackend: TargetBackend,
skipIgnored: Boolean
): Collection<MethodModel> {
return if (targetBackend == TargetBackend.JS_IR || targetBackend == TargetBackend.JVM_IR)
return if (targetBackend.isIR)
listOf(
CoroutinesTestModel(
rootDir,