Update and regenerate incremental compilation tests for 1.5

Set TargetBackend.JVM_IR for these tests by default; remove the
generated IR-based test and add a new old-backend-based test. This fixes
the issue where some (3) of these tests were not properly ignored
because of incorrect target backend used in the test generator.

Also update test data for some tests which use local functions, which
are not generated to separate anonymous classes in JVM IR.

Original commit: 1deb317e0d
This commit is contained in:
Alexander Udalov
2021-01-13 18:08:30 +01:00
committed by Dmitriy Novozhilov
parent 442f384321
commit 382724d5e9
3 changed files with 345 additions and 346 deletions
@@ -13,7 +13,6 @@ Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Cleaning output files:
out/production/module/META-INF/module.kotlin_module
out/production/module/usage/UsageKt$usage$1.class
out/production/module/usage/UsageKt.class
End of files
Compiling files:
@@ -10,7 +10,6 @@ Compiling files:
End of files
Cleaning output files:
out/production/module/META-INF/module.kotlin_module
out/production/module/WillBeResolvedToOtherKt$willBeResolvedToOther$1.class
out/production/module/WillBeResolvedToOtherKt.class
out/production/module/WillBeUnresolvedKt.class
End of files