[KLIB] Update test data
- mute temporary broken test - add regression test
This commit is contained in:
Generated
+5
@@ -11898,6 +11898,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/innerClassInEnumEntryClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("transitiveClash.kt")
|
||||
public void testTransitiveClash() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/transitiveClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useImportedMember.kt")
|
||||
public void testUseImportedMember() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/useImportedMember.kt");
|
||||
|
||||
+5
@@ -11963,6 +11963,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/innerClassInEnumEntryClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("transitiveClash.kt")
|
||||
public void testTransitiveClash() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/transitiveClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useImportedMember.kt")
|
||||
public void testUseImportedMember() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/useImportedMember.kt");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1284
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
|
||||
// MODULE: AT
|
||||
// FILE: at.kt
|
||||
|
||||
Reference in New Issue
Block a user