[Wasm] Fix for ReturnableBlockLowering invalid ir type for converted inlined blocks

This commit is contained in:
Igor Yakovlev
2023-04-11 15:32:36 +02:00
committed by Space Team
parent 08273623e6
commit edf4e80165
17 changed files with 126 additions and 6 deletions
@@ -7125,6 +7125,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/infiniteLoopInNextMeaningful.kt");
}
@Test
@TestMetadata("inlineCallWithReturns.kt")
public void testInlineCallWithReturns() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineCallWithReturns.kt");
}
@Test
@TestMetadata("inlineFunInGenericClass.kt")
public void testInlineFunInGenericClass() throws Exception {
@@ -7221,6 +7221,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/infiniteLoopInNextMeaningful.kt");
}
@Test
@TestMetadata("inlineCallWithReturns.kt")
public void testInlineCallWithReturns() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineCallWithReturns.kt");
}
@Test
@TestMetadata("inlineFunInGenericClass.kt")
public void testInlineFunInGenericClass() throws Exception {
@@ -7221,6 +7221,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/infiniteLoopInNextMeaningful.kt");
}
@Test
@TestMetadata("inlineCallWithReturns.kt")
public void testInlineCallWithReturns() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineCallWithReturns.kt");
}
@Test
@TestMetadata("inlineFunInGenericClass.kt")
public void testInlineFunInGenericClass() throws Exception {
@@ -7221,6 +7221,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/coroutines/infiniteLoopInNextMeaningful.kt");
}
@Test
@TestMetadata("inlineCallWithReturns.kt")
public void testInlineCallWithReturns() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineCallWithReturns.kt");
}
@Test
@TestMetadata("inlineFunInGenericClass.kt")
public void testInlineFunInGenericClass() throws Exception {