JVM_IR KT-36853 patch parents after tailrecPhase
This commit is contained in:
committed by
TeamCityServer
parent
34f8c7a68b
commit
ac6232b4ba
+20
-5
@@ -9803,6 +9803,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/inheritedFromInterfaceViaAbstractSuperclass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853.kt")
|
||||
public void testKt36853() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_nestedObject.kt")
|
||||
public void testKt36853_nestedObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_nestedObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853a.kt")
|
||||
public void testKt36853a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36972_companion.kt")
|
||||
public void testKt36972_companion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36972_companion.kt");
|
||||
@@ -15548,6 +15563,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/funInterface/argumentResult.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("returnIC.kt")
|
||||
public void ignoreReturnIC() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/funInterface/returnIC.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("returnResult.kt")
|
||||
public void ignoreReturnResult() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/funInterface/returnResult.kt");
|
||||
@@ -15575,11 +15595,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
public void testJavaSamReturnResult() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/funInterface/javaSamReturnResult.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("returnIC.kt")
|
||||
public void testReturnIC() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/funInterface/returnIC.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/inlineClasses/functionNameMangling")
|
||||
|
||||
Reference in New Issue
Block a user