Tests for not reproduced KT-1770, KT-3001 and KT-3414

#KT-3414 Can't Reproduced
 #KT-3001 Can't Reproduced
 #KT-1770 Can't Reproduced
This commit is contained in:
Mikhael Bogdanov
2013-06-18 14:46:14 +04:00
parent 79cf02ffb9
commit 86f2a6dc69
5 changed files with 61 additions and 0 deletions
@@ -960,11 +960,21 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/classes/kt285.kt");
}
@TestMetadata("kt3001.kt")
public void testKt3001() throws Exception {
doTest("compiler/testData/codegen/box/classes/kt3001.kt");
}
@TestMetadata("kt3114.kt")
public void testKt3114() throws Exception {
doTest("compiler/testData/codegen/box/classes/kt3114.kt");
}
@TestMetadata("kt3414.kt")
public void testKt3414() throws Exception {
doTest("compiler/testData/codegen/box/classes/kt3414.kt");
}
@TestMetadata("kt343.kt")
public void testKt343() throws Exception {
doTest("compiler/testData/codegen/box/classes/kt343.kt");
@@ -654,6 +654,11 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
doTestWithStdlib("compiler/testData/codegen/boxWithStdlib/regressions/kt1733.kt");
}
@TestMetadata("kt1770.kt")
public void testKt1770() throws Exception {
doTestWithStdlib("compiler/testData/codegen/boxWithStdlib/regressions/kt1770.kt");
}
@TestMetadata("kt1779.kt")
public void testKt1779() throws Exception {
doTestWithStdlib("compiler/testData/codegen/boxWithStdlib/regressions/kt1779.kt");