FIR: add status line to all failing black box tests
This commit is contained in:
committed by
TeamCityServer
parent
d0d1c8c4b9
commit
cf104c8433
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: NPE expected on calling foo
|
||||
// DISABLE_PARAM_ASSERTIONS
|
||||
|
||||
// MODULE: lib
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// !LANGUAGE: +DefinitelyNonNullableTypes +ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
// FIR status: wrong NOTHING_TO_OVERRIDE at KDerived.foo
|
||||
// FILE: JClass.java
|
||||
|
||||
import org.jetbrains.annotations.*;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
// FIR status: Fail: should have been an exception
|
||||
// MODULE: lib
|
||||
// FILE: Delegation.java
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: Fail: should have been an exception in 'bar()'
|
||||
// MODULE: lib
|
||||
// FILE: RightElvisOperand.java
|
||||
|
||||
|
||||
Reference in New Issue
Block a user