Support proper frame maps for enumValues

This commit is contained in:
Mikhael Bogdanov
2021-01-27 17:19:01 +01:00
parent 1a044e5af4
commit c13f38f6df
13 changed files with 97 additions and 1 deletions
@@ -3198,6 +3198,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt");
}
@TestMetadata("kt35511_try_values.kt")
public void testKt35511_try_values() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt");
}
@TestMetadata("kt6988.kt")
public void testKt6988() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
@@ -3198,6 +3198,11 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt");
}
@TestMetadata("kt35511_try_values.kt")
public void testKt35511_try_values() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt");
}
@TestMetadata("kt6988.kt")
public void testKt6988() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
@@ -3198,6 +3198,11 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt");
}
@TestMetadata("kt35511_try_values.kt")
public void testKt35511_try_values() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt");
}
@TestMetadata("kt6988.kt")
public void testKt6988() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
@@ -3198,6 +3198,11 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt");
}
@TestMetadata("kt35511_try_values.kt")
public void testKt35511_try_values() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt");
}
@TestMetadata("kt6988.kt")
public void testKt6988() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
@@ -3198,6 +3198,11 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt");
}
@TestMetadata("kt35511_try_values.kt")
public void testKt35511_try_values() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt");
}
@TestMetadata("kt6988.kt")
public void testKt6988() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
@@ -3198,6 +3198,11 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt");
}
@TestMetadata("kt35511_try_values.kt")
public void testKt35511_try_values() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt");
}
@TestMetadata("kt6988.kt")
public void testKt6988() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");