[box-tests] Made test Native-specific

Seems like other backends don't like top level lateinit properties
This commit is contained in:
Igor Chevdar
2022-08-07 08:17:57 +03:00
parent 8ba3bdaf2e
commit 7090a2716a
8 changed files with 1 additions and 40 deletions
@@ -35200,12 +35200,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
public void testTopLevelProperty() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelPropertyMultiModule.kt")
public void testTopLevelPropertyMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelPropertyMultiModule.kt");
}
}
@Nested
@@ -1,3 +1,4 @@
// TARGET_BACKEND: NATIVE
// WITH_STDLIB
// MODULE: lib
@@ -34582,12 +34582,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testTopLevelProperty() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelPropertyMultiModule.kt")
public void testTopLevelPropertyMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelPropertyMultiModule.kt");
}
}
@Nested
@@ -35200,12 +35200,6 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
public void testTopLevelProperty() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelPropertyMultiModule.kt")
public void testTopLevelPropertyMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelPropertyMultiModule.kt");
}
}
@Nested
@@ -29506,11 +29506,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testTopLevelProperty() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt");
}
@TestMetadata("topLevelPropertyMultiModule.kt")
public void testTopLevelPropertyMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelPropertyMultiModule.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/properties/lateinit/local")
@@ -25434,12 +25434,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
public void testTopLevelProperty() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelPropertyMultiModule.kt")
public void testTopLevelPropertyMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelPropertyMultiModule.kt");
}
}
@Nested
@@ -25428,12 +25428,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
public void testTopLevelProperty() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelPropertyMultiModule.kt")
public void testTopLevelPropertyMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelPropertyMultiModule.kt");
}
}
@Nested
@@ -22689,11 +22689,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
public void testTopLevelProperty() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt");
}
@TestMetadata("topLevelPropertyMultiModule.kt")
public void testTopLevelPropertyMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelPropertyMultiModule.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/properties/lateinit/local")