!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:
committed by
Space Team
parent
44a4c4ee1c
commit
a03f65e06b
+5
@@ -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
|
||||
|
||||
+5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user