!fixup [tests] BI (1P&1TV/1TIO): add tests for target types

failing legacy JVM backend tests for
LocalClass.kt and GenericLocalClass.kt test data
were not initially muted
This commit is contained in:
Stanislav Ruban
2023-08-02 12:53:49 +03:00
committed by Space Team
parent 44a4c4ee1c
commit a03f65e06b
2 changed files with 10 additions and 0 deletions
@@ -1,3 +1,8 @@
// IGNORE_BACKEND: JVM
/* ^ code compiled by legacy JVM backend fails in run-time with
* NoSuchMethodError: GenericLocalClassKt$testYield$3$buildee$1$Local: method <init>()V not found
*/
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6
@@ -1,3 +1,8 @@
// IGNORE_BACKEND: JVM
/* ^ code compiled by legacy JVM backend fails in run-time with
* NoSuchMethodError: LocalClassKt$testYield$3$buildee$1$Local: method <init>()V not found
*/
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6