[IR] Add test describes case from KT-48912
It actually doesn't check behaviour because we don't have proper infra for that but explains a bit a problem for further investigations.
This commit is contained in:
committed by
TeamCityServer
parent
8496729597
commit
1d39b37c90
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -16382,6 +16382,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/ir/serializationRegressions"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
||||
}
|
||||
|
||||
@TestMetadata("anonFakeOverride.kt")
|
||||
public void testAnonFakeOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/anonFakeOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deepGenericDelegatedProperty.kt")
|
||||
public void testDeepGenericDelegatedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt");
|
||||
|
||||
Generated
+5
@@ -15788,6 +15788,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/ir/serializationRegressions"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("anonFakeOverride.kt")
|
||||
public void testAnonFakeOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/anonFakeOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deepGenericDelegatedProperty.kt")
|
||||
public void testDeepGenericDelegatedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt");
|
||||
|
||||
Generated
+5
@@ -15818,6 +15818,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/ir/serializationRegressions"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true);
|
||||
}
|
||||
|
||||
@TestMetadata("anonFakeOverride.kt")
|
||||
public void testAnonFakeOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/anonFakeOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deepGenericDelegatedProperty.kt")
|
||||
public void testDeepGenericDelegatedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -12567,6 +12567,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/ir/serializationRegressions"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("anonFakeOverride.kt")
|
||||
public void testAnonFakeOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/anonFakeOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deepGenericDelegatedProperty.kt")
|
||||
public void testDeepGenericDelegatedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user