From 3652ac93548a57bcefdd7fd18922d50b5e53241f Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 13 May 2020 17:50:26 +0300 Subject: [PATCH] [FIR2IR] Mute 2 failing BB tests Looks like both tests are failing because now only classes from 'kotlin.*' are considered "external" and generated with declarations. --- compiler/testData/codegen/box/fullJdk/charBuffer.kt | 1 + .../testData/codegen/box/specialBuiltins/explicitSuperCall.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/testData/codegen/box/fullJdk/charBuffer.kt b/compiler/testData/codegen/box/fullJdk/charBuffer.kt index 7d7f2702e91..932871ff9f4 100644 --- a/compiler/testData/codegen/box/fullJdk/charBuffer.kt +++ b/compiler/testData/codegen/box/fullJdk/charBuffer.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // FULL_JDK diff --git a/compiler/testData/codegen/box/specialBuiltins/explicitSuperCall.kt b/compiler/testData/codegen/box/specialBuiltins/explicitSuperCall.kt index 6c0a3b7f566..eb8cf9326cf 100644 --- a/compiler/testData/codegen/box/specialBuiltins/explicitSuperCall.kt +++ b/compiler/testData/codegen/box/specialBuiltins/explicitSuperCall.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // KJS_WITH_FULL_RUNTIME // IGNORE_BACKEND: NATIVE