JS_IR: add common codegen box tests (same as for old backend)

This commit is contained in:
Anton Bannykh
2018-06-06 16:23:23 +03:00
parent 7fb2452dba
commit 1e169b0838
10 changed files with 20853 additions and 1 deletions
@@ -72,7 +72,7 @@ fun createCommonCoroutinesTestMethodModels(
targetBackend: TargetBackend,
skipIgnored: Boolean
): Collection<MethodModel> {
return if (targetBackend == TargetBackend.JS)
return if (targetBackend == TargetBackend.JS || targetBackend == TargetBackend.JS_IR)
listOf(
CoroutinesTestModel(
rootDir,