[JS IR BE] Update test data

This commit is contained in:
Roman Artemev
2018-04-28 18:50:41 +03:00
committed by Roman Artemev
parent 3ec722eaa1
commit 84447d59e1
54 changed files with 144 additions and 46 deletions
@@ -2066,6 +2066,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/expression/evaluationOrder/compareToIntrinsicWithSideEffect.kt");
}
@TestMetadata("concatWithTerminator.kt")
public void testConcatWithTerminator() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/concatWithTerminator.kt");
}
@TestMetadata("dangerousInline.kt")
public void testDangerousInline() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/dangerousInline.kt");
@@ -2076,6 +2081,16 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/expression/evaluationOrder/dangerousInsideDangerous.kt");
}
@TestMetadata("deepExpression.kt")
public void testDeepExpression() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/deepExpression.kt");
}
@TestMetadata("delegationCtorWithExpression.kt")
public void testDelegationCtorWithExpression() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/delegationCtorWithExpression.kt");
}
@TestMetadata("elvisComplex.kt")
public void testElvisComplex() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/elvisComplex.kt");
@@ -2066,6 +2066,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/expression/evaluationOrder/compareToIntrinsicWithSideEffect.kt");
}
@TestMetadata("concatWithTerminator.kt")
public void testConcatWithTerminator() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/concatWithTerminator.kt");
}
@TestMetadata("dangerousInline.kt")
public void testDangerousInline() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/dangerousInline.kt");
@@ -2076,6 +2081,16 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/expression/evaluationOrder/dangerousInsideDangerous.kt");
}
@TestMetadata("deepExpression.kt")
public void testDeepExpression() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/deepExpression.kt");
}
@TestMetadata("delegationCtorWithExpression.kt")
public void testDelegationCtorWithExpression() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/delegationCtorWithExpression.kt");
}
@TestMetadata("elvisComplex.kt")
public void testElvisComplex() throws Exception {
runTest("js/js.translator/testData/box/expression/evaluationOrder/elvisComplex.kt");