Tests for issues fixed in JVM_IR
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+20
@@ -1470,6 +1470,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt21014.kt")
|
||||
public void testKt21014() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37604.kt")
|
||||
public void testKt37604() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/kt37604.kt");
|
||||
@@ -14562,6 +14567,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/localClasses/anonymousObjectInParameterInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturingInDefaultConstructorParameter.kt")
|
||||
public void testCapturingInDefaultConstructorParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/capturingInDefaultConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("closureOfInnerLocalClass.kt")
|
||||
public void testClosureOfInnerLocalClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/closureOfInnerLocalClass.kt");
|
||||
@@ -14607,6 +14617,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/localClasses/innerOfLocalCaptureExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10835.kt")
|
||||
public void testKt10835() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt10835.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10835a.kt")
|
||||
public void testKt10835a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt10835a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2700.kt")
|
||||
public void testKt2700() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt2700.kt");
|
||||
|
||||
Generated
+20
@@ -1470,6 +1470,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt21014.kt")
|
||||
public void testKt21014() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37604.kt")
|
||||
public void testKt37604() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/kt37604.kt");
|
||||
@@ -14562,6 +14567,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/localClasses/anonymousObjectInParameterInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturingInDefaultConstructorParameter.kt")
|
||||
public void testCapturingInDefaultConstructorParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/capturingInDefaultConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("closureOfInnerLocalClass.kt")
|
||||
public void testClosureOfInnerLocalClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/closureOfInnerLocalClass.kt");
|
||||
@@ -14607,6 +14617,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/localClasses/innerOfLocalCaptureExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10835.kt")
|
||||
public void testKt10835() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt10835.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10835a.kt")
|
||||
public void testKt10835a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt10835a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2700.kt")
|
||||
public void testKt2700() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt2700.kt");
|
||||
|
||||
Generated
+20
@@ -1470,6 +1470,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt21014.kt")
|
||||
public void testKt21014() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37604.kt")
|
||||
public void testKt37604() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/kt37604.kt");
|
||||
@@ -14627,6 +14632,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/localClasses/anonymousObjectInParameterInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturingInDefaultConstructorParameter.kt")
|
||||
public void testCapturingInDefaultConstructorParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/capturingInDefaultConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("closureOfInnerLocalClass.kt")
|
||||
public void testClosureOfInnerLocalClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/closureOfInnerLocalClass.kt");
|
||||
@@ -14672,6 +14682,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/localClasses/innerOfLocalCaptureExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10835.kt")
|
||||
public void testKt10835() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt10835.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10835a.kt")
|
||||
public void testKt10835a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt10835a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2700.kt")
|
||||
public void testKt2700() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt2700.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+15
@@ -8753,6 +8753,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/localClasses/anonymousObjectInParameterInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturingInDefaultConstructorParameter.kt")
|
||||
public void testCapturingInDefaultConstructorParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/capturingInDefaultConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("closureOfInnerLocalClass.kt")
|
||||
public void testClosureOfInnerLocalClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/closureOfInnerLocalClass.kt");
|
||||
@@ -8793,6 +8798,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/localClasses/innerOfLocalCaptureExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10835.kt")
|
||||
public void testKt10835() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt10835.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10835a.kt")
|
||||
public void testKt10835a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt10835a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2700.kt")
|
||||
public void testKt2700() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/kt2700.kt");
|
||||
|
||||
Reference in New Issue
Block a user