Make copy for disabled ir tests

This commit is contained in:
Mikhael Bogdanov
2021-05-05 12:01:15 +02:00
committed by TeamCityServer
parent 5ff4d648f4
commit 209ec68591
6 changed files with 140 additions and 0 deletions
@@ -135,6 +135,11 @@ public class IrAsmLikeInstructionListingTestGenerated extends AbstractIrAsmLikeI
runTest("compiler/testData/codegen/asmLike/typeAnnotations/enumClassConstructor.kt");
}
@TestMetadata("enumClassConstructor_ir.kt")
public void testEnumClassConstructor_ir() throws Exception {
runTest("compiler/testData/codegen/asmLike/typeAnnotations/enumClassConstructor_ir.kt");
}
@TestMetadata("extension.kt")
public void testExtension() throws Exception {
runTest("compiler/testData/codegen/asmLike/typeAnnotations/extension.kt");
@@ -145,6 +150,11 @@ public class IrAsmLikeInstructionListingTestGenerated extends AbstractIrAsmLikeI
runTest("compiler/testData/codegen/asmLike/typeAnnotations/implicit.kt");
}
@TestMetadata("implicit_ir.kt")
public void testImplicit_ir() throws Exception {
runTest("compiler/testData/codegen/asmLike/typeAnnotations/implicit_ir.kt");
}
@TestMetadata("innerClassConstructor.kt")
public void testInnerClassConstructor() throws Exception {
runTest("compiler/testData/codegen/asmLike/typeAnnotations/innerClassConstructor.kt");