Add tests

This commit is contained in:
Roman Artemev
2018-10-19 19:26:26 +03:00
committed by romanart
parent 7cb202934c
commit 59b1743c37
9 changed files with 75 additions and 0 deletions
@@ -2229,6 +2229,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/expression/evaluationOrder/singleComponentDestructuring.kt");
}
@TestMetadata("throwableDelegation.kt")
public void testThrowableDelegation() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/throwableDelegation.kt");
}
@TestMetadata("whenAsMinusArgument.kt")
public void testWhenAsMinusArgument() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/whenAsMinusArgument.kt");
@@ -2229,6 +2229,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/expression/evaluationOrder/singleComponentDestructuring.kt");
}
@TestMetadata("throwableDelegation.kt")
public void testThrowableDelegation() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/throwableDelegation.kt");
}
@TestMetadata("whenAsMinusArgument.kt")
public void testWhenAsMinusArgument() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/whenAsMinusArgument.kt");
@@ -20770,6 +20770,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/typeMapping/nothing.kt");
}
@TestMetadata("nullNothing.kt")
public void testNullNothing() throws Exception {
runTest("compiler/testData/codegen/box/typeMapping/nullNothing.kt");
}
@TestMetadata("nullableNothing.kt")
public void testNullableNothing() throws Exception {
runTest("compiler/testData/codegen/box/typeMapping/nullableNothing.kt");
@@ -21815,6 +21815,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/typeMapping/nothing.kt");
}
@TestMetadata("nullNothing.kt")
public void testNullNothing() throws Exception {
runTest("compiler/testData/codegen/box/typeMapping/nullNothing.kt");
}
@TestMetadata("nullableNothing.kt")
public void testNullableNothing() throws Exception {
runTest("compiler/testData/codegen/box/typeMapping/nullableNothing.kt");