[JS IR BE] Update test data
This commit is contained in:
committed by
Roman Artemev
parent
3ec722eaa1
commit
84447d59e1
+15
@@ -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");
|
||||
|
||||
+15
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user