[Test] Convert IGNORE: NATIVE directives in box tests "super"
^KT-59057 Merge-request: KT-MR-10764 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
9f763deea1
commit
3e6175fe30
@@ -1,7 +1,7 @@
|
|||||||
// IGNORE_BACKEND: WASM
|
// IGNORE_BACKEND: WASM
|
||||||
// WASM_MUTE_REASON: STDLIB_COLLECTION_INHERITANCE
|
// WASM_MUTE_REASON: STDLIB_COLLECTION_INHERITANCE
|
||||||
// KJS_WITH_FULL_RUNTIME
|
// KJS_WITH_FULL_RUNTIME
|
||||||
// IGNORE_BACKEND: NATIVE
|
// DONT_TARGET_EXACT_BACKEND: NATIVE
|
||||||
|
|
||||||
class N() : ArrayList<Any>() {
|
class N() : ArrayList<Any>() {
|
||||||
override fun add(el: Any) : Boolean {
|
override fun add(el: Any) : Boolean {
|
||||||
|
|||||||
-6
@@ -38489,12 +38489,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
|||||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/super"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/super"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("basicmethodSuperClass.kt")
|
|
||||||
public void testBasicmethodSuperClass() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/super/basicmethodSuperClass.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("basicmethodSuperTrait.kt")
|
@TestMetadata("basicmethodSuperTrait.kt")
|
||||||
public void testBasicmethodSuperTrait() throws Exception {
|
public void testBasicmethodSuperTrait() throws Exception {
|
||||||
|
|||||||
-6
@@ -39467,12 +39467,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
|||||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/super"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/super"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("basicmethodSuperClass.kt")
|
|
||||||
public void testBasicmethodSuperClass() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/super/basicmethodSuperClass.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("basicmethodSuperTrait.kt")
|
@TestMetadata("basicmethodSuperTrait.kt")
|
||||||
public void testBasicmethodSuperTrait() throws Exception {
|
public void testBasicmethodSuperTrait() throws Exception {
|
||||||
|
|||||||
-6
@@ -38001,12 +38001,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
|||||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/super"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/super"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("basicmethodSuperClass.kt")
|
|
||||||
public void testBasicmethodSuperClass() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/super/basicmethodSuperClass.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("basicmethodSuperTrait.kt")
|
@TestMetadata("basicmethodSuperTrait.kt")
|
||||||
public void testBasicmethodSuperTrait() throws Exception {
|
public void testBasicmethodSuperTrait() throws Exception {
|
||||||
|
|||||||
-6
@@ -38490,12 +38490,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
|||||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/super"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/super"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("basicmethodSuperClass.kt")
|
|
||||||
public void testBasicmethodSuperClass() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/super/basicmethodSuperClass.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("basicmethodSuperTrait.kt")
|
@TestMetadata("basicmethodSuperTrait.kt")
|
||||||
public void testBasicmethodSuperTrait() throws Exception {
|
public void testBasicmethodSuperTrait() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user