From 91814364de9f893a88310360715bd081515598e2 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 17 Feb 2020 20:21:25 +0300 Subject: [PATCH] Mute two failing FIR black box tests (broken by commits of demiurg) --- compiler/testData/codegen/box/smartCasts/implicitReceiver.kt | 2 ++ compiler/testData/codegen/box/smartCasts/implicitToGrandSon.kt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/compiler/testData/codegen/box/smartCasts/implicitReceiver.kt b/compiler/testData/codegen/box/smartCasts/implicitReceiver.kt index 911f53248c5..adae422f59d 100644 --- a/compiler/testData/codegen/box/smartCasts/implicitReceiver.kt +++ b/compiler/testData/codegen/box/smartCasts/implicitReceiver.kt @@ -1,3 +1,5 @@ +// IGNORE_BACKEND_FIR: JVM_IR + open class A { class B : A() { val a = "FAIL" diff --git a/compiler/testData/codegen/box/smartCasts/implicitToGrandSon.kt b/compiler/testData/codegen/box/smartCasts/implicitToGrandSon.kt index 588cc9ff24d..45cd09089a8 100644 --- a/compiler/testData/codegen/box/smartCasts/implicitToGrandSon.kt +++ b/compiler/testData/codegen/box/smartCasts/implicitToGrandSon.kt @@ -1,3 +1,5 @@ +// IGNORE_BACKEND_FIR: JVM_IR + open class A { open fun foo() = "FAIL"