diff --git a/compiler/testData/codegen/box/bridges/covariantGenericDiamond.kt b/compiler/testData/codegen/box/bridges/covariantGenericDiamond.kt index c748f46d4be..3292015fd01 100644 --- a/compiler/testData/codegen/box/bridges/covariantGenericDiamond.kt +++ b/compiler/testData/codegen/box/bridges/covariantGenericDiamond.kt @@ -1,8 +1,3 @@ -// IGNORE_BACKEND: WASM -// WASM_MUTE_REASON: BRIDGE_ISSUES -// Before we implemented native wasm strings this passed by chance, only because we inserted unbox intrinsic at the end of -// the BImpl::. Need to find common source of this bridge problems. - interface A { val result: Any } diff --git a/compiler/testData/codegen/box/defaultArguments/implementedByFake.kt b/compiler/testData/codegen/box/defaultArguments/implementedByFake.kt index 4a285803771..ee26f2909a3 100644 --- a/compiler/testData/codegen/box/defaultArguments/implementedByFake.kt +++ b/compiler/testData/codegen/box/defaultArguments/implementedByFake.kt @@ -1,8 +1,3 @@ -// IGNORE_BACKEND: WASM -// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES -// On wasm this will produce conflicting return types, A.g will return Any but we will try to interpret it as String. -// Before wasm native strings this worked by chance because we added unbox intrinsic for strings. - interface I { val prop: T diff --git a/compiler/testData/codegen/box/defaultArguments/implementedByFake2.kt b/compiler/testData/codegen/box/defaultArguments/implementedByFake2.kt index c1e8edd3c18..c175599772f 100644 --- a/compiler/testData/codegen/box/defaultArguments/implementedByFake2.kt +++ b/compiler/testData/codegen/box/defaultArguments/implementedByFake2.kt @@ -1,8 +1,3 @@ -// IGNORE_BACKEND: WASM -// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES -// On wasm this will produce conflicting return types, A.g will return Any but we will try to interpret it as String. -// Before wasm native strings this worked by chance because we added unbox intrinsic for strings. - interface I { val prop: T diff --git a/compiler/testData/codegen/box/defaultArguments/implementedByFake3.kt b/compiler/testData/codegen/box/defaultArguments/implementedByFake3.kt index 2522f892dcd..db046c58477 100644 --- a/compiler/testData/codegen/box/defaultArguments/implementedByFake3.kt +++ b/compiler/testData/codegen/box/defaultArguments/implementedByFake3.kt @@ -1,8 +1,3 @@ -// IGNORE_BACKEND: WASM -// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES -// On wasm this will produce conflicting return types, A.g will return Any but we will try to interpret it as String. -// Before wasm native strings this worked by chance because we added unbox intrinsic for strings. - interface I { val prop: T diff --git a/compiler/testData/codegen/boxInline/reified/kt35511.kt b/compiler/testData/codegen/boxInline/reified/kt35511.kt index e97497caddf..74e45e155a1 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: WASM // JVM_TARGET: 1.8 // WITH_STDLIB // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try.kt index 8994efaa2ef..b276ecbfac5 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: WASM // JVM_TARGET: 1.8 // WITH_STDLIB // FILE: 1.kt