From f3d0a976b23516b29ac87e9aa6eb950c7a42beb7 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Tue, 19 Nov 2019 10:39:01 +0300 Subject: [PATCH] Disable recently added FIR black box tests --- compiler/testData/codegen/box/annotations/annotationProperty.kt | 1 + .../codegen/box/annotations/annotationsOnLateinitFields.kt | 1 + .../codegen/box/coroutines/inlineFunctionInMultifileClass.kt | 1 + .../box/coroutines/inlineFunctionInMultifileClassUnoptimized.kt | 1 + .../testData/codegen/box/increment/prefixIncrementOnClass.kt | 1 + compiler/testData/codegen/box/jvm8/kt29242.kt | 1 + compiler/testData/codegen/box/jvm8/kt33054.kt | 1 + compiler/testData/codegen/box/jvmName/functionWithDefault.kt | 1 + .../codegen/box/multifileClasses/optimized/callInInlineLambda.kt | 1 + .../codegen/box/multifileClasses/optimized/internalFunction.kt | 1 + .../equalityWithObject/generated/primitiveEqObjectInt.kt | 1 - .../equalityWithObject/generated/primitiveEqObjectLong.kt | 1 - .../codegen/box/ranges/contains/generated/charRangeLiteral.kt | 1 + 13 files changed, 11 insertions(+), 2 deletions(-) diff --git a/compiler/testData/codegen/box/annotations/annotationProperty.kt b/compiler/testData/codegen/box/annotations/annotationProperty.kt index 7490db2c7a8..3758425d1e7 100644 --- a/compiler/testData/codegen/box/annotations/annotationProperty.kt +++ b/compiler/testData/codegen/box/annotations/annotationProperty.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/annotations/annotationsOnLateinitFields.kt b/compiler/testData/codegen/box/annotations/annotationsOnLateinitFields.kt index 8878e9d07ee..4beb41d12d2 100644 --- a/compiler/testData/codegen/box/annotations/annotationsOnLateinitFields.kt +++ b/compiler/testData/codegen/box/annotations/annotationsOnLateinitFields.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // WITH_REFLECT // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClass.kt b/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClass.kt index 7b092b89728..4582060b415 100644 --- a/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClass.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // WITH_RUNTIME // WITH_COROUTINES // COMMON_COROUTINES_TEST diff --git a/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClassUnoptimized.kt b/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClassUnoptimized.kt index 8192ea68e26..8900575d151 100644 --- a/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClassUnoptimized.kt +++ b/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClassUnoptimized.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // WITH_RUNTIME // WITH_COROUTINES // COMMON_COROUTINES_TEST diff --git a/compiler/testData/codegen/box/increment/prefixIncrementOnClass.kt b/compiler/testData/codegen/box/increment/prefixIncrementOnClass.kt index 6bc75ad060e..b706a9f1c77 100644 --- a/compiler/testData/codegen/box/increment/prefixIncrementOnClass.kt +++ b/compiler/testData/codegen/box/increment/prefixIncrementOnClass.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR interface Base class Derived: Base class Another: Base diff --git a/compiler/testData/codegen/box/jvm8/kt29242.kt b/compiler/testData/codegen/box/jvm8/kt29242.kt index 5a528d0c43b..e5e04fad4c2 100644 --- a/compiler/testData/codegen/box/jvm8/kt29242.kt +++ b/compiler/testData/codegen/box/jvm8/kt29242.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/box/jvm8/kt33054.kt b/compiler/testData/codegen/box/jvm8/kt33054.kt index 6472d777dc2..b42c15ca051 100644 --- a/compiler/testData/codegen/box/jvm8/kt33054.kt +++ b/compiler/testData/codegen/box/jvm8/kt33054.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/box/jvmName/functionWithDefault.kt b/compiler/testData/codegen/box/jvmName/functionWithDefault.kt index 6ab5ff8b77b..acceda4b1dc 100644 --- a/compiler/testData/codegen/box/jvmName/functionWithDefault.kt +++ b/compiler/testData/codegen/box/jvmName/functionWithDefault.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/callInInlineLambda.kt b/compiler/testData/codegen/box/multifileClasses/optimized/callInInlineLambda.kt index 6eaacfc3209..2b6209f18dd 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/callInInlineLambda.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/callInInlineLambda.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/internalFunction.kt b/compiler/testData/codegen/box/multifileClasses/optimized/internalFunction.kt index 69d159e1929..febe29e0ae4 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/internalFunction.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/internalFunction.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectInt.kt b/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectInt.kt index bab912378f1..a93afee14a2 100644 --- a/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectInt.kt +++ b/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectInt.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR // Auto-generated by GeneratePrimitiveVsObjectEqualityTestData. Do not edit! val nx: Any? = 0 diff --git a/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectLong.kt b/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectLong.kt index b1b8f3de377..ddfdcad82e8 100644 --- a/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectLong.kt +++ b/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectLong.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR // Auto-generated by GeneratePrimitiveVsObjectEqualityTestData. Do not edit! val nx: Any? = 0L diff --git a/compiler/testData/codegen/box/ranges/contains/generated/charRangeLiteral.kt b/compiler/testData/codegen/box/ranges/contains/generated/charRangeLiteral.kt index e8054507b36..8aff0512bce 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/charRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/charRangeLiteral.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // KJS_WITH_FULL_RUNTIME // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! // WITH_RUNTIME