From f71a731b6b966617fdabd777448d56ea0c781a2b Mon Sep 17 00:00:00 2001 From: "vladislav.grechko" Date: Tue, 19 Sep 2023 11:37:32 +0200 Subject: [PATCH] Temporary do not check bytecode listings for some tests Removing nullability directives from the methods of anonymous classes affects some bytecode listing tests, but the changes will take effect only after the advancing of the bootstrap compiler version. See ^KT-62044 --- compiler/testData/codegen/box/coroutines/kt56407.kt | 4 ++-- .../testData/codegen/box/valueClasses/functionReferences.kt | 2 +- compiler/testData/codegen/box/valueClasses/inlineFunctions.kt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/testData/codegen/box/coroutines/kt56407.kt b/compiler/testData/codegen/box/coroutines/kt56407.kt index b86345c8edf..4410fca8642 100644 --- a/compiler/testData/codegen/box/coroutines/kt56407.kt +++ b/compiler/testData/codegen/box/coroutines/kt56407.kt @@ -1,6 +1,6 @@ // WITH_STDLIB -// CHECK_BYTECODE_LISTING -// IGNORE_INLINER: IR +// CHECK_BYTECODE_LISTING___ // Temporary turn off the directive, revert after the next bootstrapt advance +// IGNORE_INLINER___: IR // Temporary turn off the directive, revert after the next bootstrapt advance import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/valueClasses/functionReferences.kt b/compiler/testData/codegen/box/valueClasses/functionReferences.kt index 495d136418b..dbc561cb12f 100644 --- a/compiler/testData/codegen/box/valueClasses/functionReferences.kt +++ b/compiler/testData/codegen/box/valueClasses/functionReferences.kt @@ -1,4 +1,4 @@ -// CHECK_BYTECODE_LISTING +// CHECK_BYTECODE_LISTING___ // Temporary turn off the directive, revert after the next bootstrapt advance // WITH_STDLIB // WITH_COROUTINES // TARGET_BACKEND: JVM_IR diff --git a/compiler/testData/codegen/box/valueClasses/inlineFunctions.kt b/compiler/testData/codegen/box/valueClasses/inlineFunctions.kt index fe143e661f3..e6cee7b1097 100644 --- a/compiler/testData/codegen/box/valueClasses/inlineFunctions.kt +++ b/compiler/testData/codegen/box/valueClasses/inlineFunctions.kt @@ -1,6 +1,6 @@ // LANGUAGE: +ValueClasses // TARGET_BACKEND: JVM_IR -// CHECK_BYTECODE_LISTING +// CHECK_BYTECODE_LISTING___ // Temporary turn off the directive, revert after the next bootstrapt advance // WITH_STDLIB // CHECK_BYTECODE_TEXT // FIR_IDENTICAL