[JS IR BE] Unmute inlineClasses tests
This commit is contained in:
+15
@@ -9453,6 +9453,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("bridgeForFunctionReturningInlineClass.kt")
|
||||
public void testBridgeForFunctionReturningInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/bridgeForFunctionReturningInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("bridgeGenerationWithInlineClassOverAny.kt")
|
||||
public void testBridgeGenerationWithInlineClassOverAny() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/bridgeGenerationWithInlineClassOverAny.kt");
|
||||
@@ -9488,6 +9493,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingAfterAssertionOperator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxingForComplexClassHierarchy.kt")
|
||||
public void testCheckBoxingForComplexClassHierarchy() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingForComplexClassHierarchy.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxingForNonLocalAndLabeledReturns.kt")
|
||||
public void testCheckBoxingForNonLocalAndLabeledReturns() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingForNonLocalAndLabeledReturns.kt");
|
||||
@@ -9508,6 +9518,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingOnLocalVariableAssignments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt")
|
||||
public void testCheckBoxingUnboxingForInheritedTypeSpecializedFunctions() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkCallingMembersInsideInlineClass.kt")
|
||||
public void testCheckCallingMembersInsideInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkCallingMembersInsideInlineClass.kt");
|
||||
|
||||
+15
@@ -10503,6 +10503,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("bridgeForFunctionReturningInlineClass.kt")
|
||||
public void testBridgeForFunctionReturningInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/bridgeForFunctionReturningInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("bridgeGenerationWithInlineClassOverAny.kt")
|
||||
public void testBridgeGenerationWithInlineClassOverAny() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/bridgeGenerationWithInlineClassOverAny.kt");
|
||||
@@ -10538,6 +10543,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingAfterAssertionOperator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxingForComplexClassHierarchy.kt")
|
||||
public void testCheckBoxingForComplexClassHierarchy() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingForComplexClassHierarchy.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxingForNonLocalAndLabeledReturns.kt")
|
||||
public void testCheckBoxingForNonLocalAndLabeledReturns() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingForNonLocalAndLabeledReturns.kt");
|
||||
@@ -10558,6 +10568,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingOnLocalVariableAssignments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt")
|
||||
public void testCheckBoxingUnboxingForInheritedTypeSpecializedFunctions() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkCallingMembersInsideInlineClass.kt")
|
||||
public void testCheckCallingMembersInsideInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkCallingMembersInsideInlineClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user