JVM_IR: add test for calling monitorEnter/Exit from serialized code.

This commit is contained in:
Georgy Bronnikov
2021-06-25 17:25:59 +03:00
committed by TeamCityServer
parent dffb22de9d
commit 28bff2ba4f
6 changed files with 50 additions and 0 deletions
@@ -4632,6 +4632,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
runTest("compiler/testData/codegen/boxInline/special/loopInStoreLoadChains2.kt");
}
@Test
@TestMetadata("monitorEnterExit.kt")
public void testMonitorEnterExit() throws Exception {
runTest("compiler/testData/codegen/boxInline/special/monitorEnterExit.kt");
}
@Test
@TestMetadata("plusAssign.kt")
public void testPlusAssign() throws Exception {
@@ -4632,6 +4632,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
runTest("compiler/testData/codegen/boxInline/special/loopInStoreLoadChains2.kt");
}
@Test
@TestMetadata("monitorEnterExit.kt")
public void testMonitorEnterExit() throws Exception {
runTest("compiler/testData/codegen/boxInline/special/monitorEnterExit.kt");
}
@Test
@TestMetadata("plusAssign.kt")
public void testPlusAssign() throws Exception {
@@ -4530,6 +4530,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/special/loopInStoreLoadChains2.kt");
}
@Test
@TestMetadata("monitorEnterExit.kt")
public void testMonitorEnterExit() throws Exception {
runTest("compiler/testData/codegen/boxInline/special/monitorEnterExit.kt");
}
@Test
@TestMetadata("plusAssign.kt")
public void testPlusAssign() throws Exception {
@@ -4632,6 +4632,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
runTest("compiler/testData/codegen/boxInline/special/loopInStoreLoadChains2.kt");
}
@Test
@TestMetadata("monitorEnterExit.kt")
public void testMonitorEnterExit() throws Exception {
runTest("compiler/testData/codegen/boxInline/special/monitorEnterExit.kt");
}
@Test
@TestMetadata("plusAssign.kt")
public void testPlusAssign() throws Exception {