[K/N] Migrate filecheck test redundant_safepoints to new infra
^KT-62157
This commit is contained in:
committed by
Space Team
parent
35b83a1225
commit
35e5b0613d
+6
@@ -19480,6 +19480,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/fileCheck/no_frame_on_constant_object_access.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("redundant_safepoints.kt")
|
||||
public void testRedundant_safepoints() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/redundant_safepoints.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("replace_invoke_with_call.kt")
|
||||
public void testReplace_invoke_with_call() throws Exception {
|
||||
|
||||
+6
@@ -19480,6 +19480,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/fileCheck/no_frame_on_constant_object_access.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("redundant_safepoints.kt")
|
||||
public void testRedundant_safepoints() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/redundant_safepoints.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("replace_invoke_with_call.kt")
|
||||
public void testReplace_invoke_with_call() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user