[K/N] Unmute tests already working on native
Also, add issue references for some tests
This commit is contained in:
committed by
Space Team
parent
46d113605b
commit
733ca5a358
Generated
-5
@@ -3229,11 +3229,6 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
|
||||
runTest("compiler/testData/codegen/boxInline/reified/dontSubstituteNonReified.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt15956.kt")
|
||||
public void testKt15956() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt15956.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt18977.kt")
|
||||
public void testKt18977() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt18977.kt");
|
||||
|
||||
Generated
-55
@@ -579,11 +579,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/arrays/kt7288.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7338.kt")
|
||||
public void testKt7338() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt7338.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt779.kt")
|
||||
public void testKt779() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt779.kt");
|
||||
@@ -11829,11 +11824,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/virtual.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("whenFail.kt")
|
||||
public void testWhenFail() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/whenFail.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/extensionFunctions/contextReceivers")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
@@ -13266,16 +13256,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/ieee754/smartCastOnWhenSubjectAfterCheckInBranch_properIeeeComparisons.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("smartCastToDifferentTypes.kt")
|
||||
public void testSmartCastToDifferentTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ieee754/smartCastToDifferentTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("smartCastToDifferentTypesWithNumericPromotion.kt")
|
||||
public void testSmartCastToDifferentTypesWithNumericPromotion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ieee754/smartCastToDifferentTypesWithNumericPromotion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("smartCastToDifferentTypesWithNumericPromotion_properIeeeComparisons.kt")
|
||||
public void testSmartCastToDifferentTypesWithNumericPromotion_properIeeeComparisons() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ieee754/smartCastToDifferentTypesWithNumericPromotion_properIeeeComparisons.kt");
|
||||
@@ -19149,16 +19129,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
public void testAllFilesPresentInGenerics() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/javaInterop/generics"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("kt42824.kt")
|
||||
public void testKt42824() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/generics/kt42824.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42825.kt")
|
||||
public void testKt42825() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/generics/kt42825.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions")
|
||||
@@ -29834,11 +29804,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("callableReferences.kt")
|
||||
public void testCallableReferences() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegatedProperty.kt")
|
||||
public void testDelegatedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/delegatedProperty.kt");
|
||||
@@ -30880,16 +30845,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reified/arraysReification"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("instanceOf.kt")
|
||||
public void testInstanceOf() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/arraysReification/instanceOf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("instanceOfArrays.kt")
|
||||
public void testInstanceOfArrays() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/arraysReification/instanceOfArrays.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jaggedArray.kt")
|
||||
public void testJaggedArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/arraysReification/jaggedArray.kt");
|
||||
@@ -31367,11 +31322,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/secondaryConstructors/fieldInitializerOptimization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fieldInitializerOptimization_inlineClass.kt")
|
||||
public void testFieldInitializerOptimization_inlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/secondaryConstructors/fieldInitializerOptimization_inlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("generics.kt")
|
||||
public void testGenerics() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/secondaryConstructors/generics.kt");
|
||||
@@ -32560,11 +32510,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
public void testReturnToTypedArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/toArray/returnToTypedArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("toTypedArray.kt")
|
||||
public void testToTypedArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/toArray/toTypedArray.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/topLevelInitializtion")
|
||||
|
||||
Reference in New Issue
Block a user