提交 ab8f64a3 编写于 作者: R Roman Artemev

[FIR] Mute failing tests

上级 92eac7e1
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +MultiPlatformProjects
expect abstract class A protected constructor() {
......
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +MultiPlatformProjects
expect enum class MyEnum {
......
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +MultiPlatformProjects
expect sealed class Ops()
......
// IGNORE_BACKEND_FIR: JVM_IR
fun f(
f1: () -> String = { f2() },
f2: () -> String = { "FAIL" }
......
// IGNORE_BACKEND_FIR: JVM_IR
// !IGNORE_ERRORS
val test1 = unresolved
......
// IGNORE_BACKEND_FIR: JVM_IR
// !IGNORE_ERRORS
fun test1() {
......
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +NewInference +FunctionReferenceWithDefaultValueAsOtherType +FunctionalInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions
fun interface IFoo {
......
// IGNORE_BACKEND_FIR: JVM_IR
inline fun foo() = false
fun run(x: Boolean, y: Boolean): String {
......
// IGNORE_BACKEND_FIR: JVM_IR
// SKIP_KT_DUMP
// This test exists only to check that we don't accidentally break the buggy behavior of the old JVM backend in JVM IR (KT-42321).
// Feel free to remove it as soon as there's no language version where such code is allowed (KT-38895).
......
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +NewInference +SamConversionPerArgument +SamConversionForKotlinFunctions -ProhibitVarargAsArrayAfterSamArgument
// WITH_JDK
......
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
// FILE: signedToUnsignedConversions_annotation.kt
......
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +VariableDeclarationInWhenSubject
fun foo(): Any = 1
......
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +NewInference
// WITH_RUNTIME
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册