Disable new test on WASM

This commit is contained in:
Mikhael Bogdanov
2020-12-11 06:36:42 +01:00
parent c922484758
commit b143cb9ae5
2 changed files with 1 additions and 5 deletions
@@ -1,3 +1,4 @@
// DONT_TARGET_EXACT_BACKEND: WASM
import kotlin.reflect.KProperty
class Delegate {
@@ -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);
}
@TestMetadata("delegatedPropertyOnCompanion.kt")
public void testDelegatedPropertyOnCompanion() throws Exception {
runTest("compiler/testData/codegen/box/companion/delegatedPropertyOnCompanion.kt");
}
@TestMetadata("inlineFunctionCompanionPropertyAccess.kt")
public void testInlineFunctionCompanionPropertyAccess() throws Exception {
runTest("compiler/testData/codegen/box/companion/inlineFunctionCompanionPropertyAccess.kt");