[tests] Regenerate configurations for box-tests

This commit is contained in:
Stanislav Ruban
2023-11-21 19:39:50 +01:00
committed by Space Team
parent 9956c0f83b
commit ec995fc847
19 changed files with 339 additions and 0 deletions
@@ -30379,6 +30379,24 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt");
}
@Test
@TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt")
public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt");
}
@Test
@TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt")
public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt");
}
@Test
@TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt")
public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt");
}
@Test
@TestMetadata("privatePropertyWithoutBackingField.kt")
public void testPrivatePropertyWithoutBackingField() throws Exception {
@@ -31069,6 +31069,24 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt");
}
@Test
@TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt")
public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt");
}
@Test
@TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt")
public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt");
}
@Test
@TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt")
public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt");
}
@Test
@TestMetadata("privatePropertyWithoutBackingField.kt")
public void testPrivatePropertyWithoutBackingField() throws Exception {
@@ -29689,6 +29689,24 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt");
}
@Test
@TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt")
public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt");
}
@Test
@TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt")
public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt");
}
@Test
@TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt")
public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt");
}
@Test
@TestMetadata("privatePropertyWithoutBackingField.kt")
public void testPrivatePropertyWithoutBackingField() throws Exception {
@@ -30380,6 +30380,24 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt");
}
@Test
@TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt")
public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt");
}
@Test
@TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt")
public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt");
}
@Test
@TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt")
public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception {
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt");
}
@Test
@TestMetadata("privatePropertyWithoutBackingField.kt")
public void testPrivatePropertyWithoutBackingField() throws Exception {