Disable new test on WASM
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||||
import kotlin.reflect.KProperty
|
import kotlin.reflect.KProperty
|
||||||
|
|
||||||
class Delegate {
|
class Delegate {
|
||||||
|
|||||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
-5
@@ -2994,11 +2994,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
|||||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/companion"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/companion"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("delegatedPropertyOnCompanion.kt")
|
|
||||||
public void testDelegatedPropertyOnCompanion() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/companion/delegatedPropertyOnCompanion.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("inlineFunctionCompanionPropertyAccess.kt")
|
@TestMetadata("inlineFunctionCompanionPropertyAccess.kt")
|
||||||
public void testInlineFunctionCompanionPropertyAccess() throws Exception {
|
public void testInlineFunctionCompanionPropertyAccess() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/companion/inlineFunctionCompanionPropertyAccess.kt");
|
runTest("compiler/testData/codegen/box/companion/inlineFunctionCompanionPropertyAccess.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user