Add tests with loop in store-load chains on noinline function parameters

This commit is contained in:
Dmitry Petrov
2017-04-25 15:43:39 +03:00
parent e1731373d8
commit 996a08a3f7
4 changed files with 68 additions and 0 deletions
@@ -2432,6 +2432,18 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
doTest(fileName);
}
@TestMetadata("loopInStoreLoadChains.kt")
public void testLoopInStoreLoadChains() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/special/loopInStoreLoadChains.kt");
doTest(fileName);
}
@TestMetadata("loopInStoreLoadChains2.kt")
public void testLoopInStoreLoadChains2() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/special/loopInStoreLoadChains2.kt");
doTest(fileName);
}
@TestMetadata("plusAssign.kt")
public void testPlusAssign() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/special/plusAssign.kt");