Regenerate and unmute tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// IGNORE_BACKEND: JVM_IR, JS_IR
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|
||||||
const val MaxUI = UInt.MAX_VALUE
|
const val MaxUI = UInt.MAX_VALUE
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// IGNORE_BACKEND: JVM_IR, JS_IR
|
// IGNORE_BACKEND: JVM_IR
|
||||||
|
|
||||||
fun testUIntRangeForEach() {
|
fun testUIntRangeForEach() {
|
||||||
var s = 0
|
var s = 0
|
||||||
|
|||||||
+15
@@ -11803,6 +11803,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
runTest("compiler/testData/codegen/box/inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt");
|
runTest("compiler/testData/codegen/box/inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("bridgeForFunctionReturningInlineClass.kt")
|
||||||
|
public void testBridgeForFunctionReturningInlineClass() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/inlineClasses/bridgeForFunctionReturningInlineClass.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("bridgeGenerationWithInlineClassOverAny.kt")
|
@TestMetadata("bridgeGenerationWithInlineClassOverAny.kt")
|
||||||
public void testBridgeGenerationWithInlineClassOverAny() throws Exception {
|
public void testBridgeGenerationWithInlineClassOverAny() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/inlineClasses/bridgeGenerationWithInlineClassOverAny.kt");
|
runTest("compiler/testData/codegen/box/inlineClasses/bridgeGenerationWithInlineClassOverAny.kt");
|
||||||
@@ -11848,6 +11853,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingAfterAssertionOperator.kt");
|
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingAfterAssertionOperator.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("checkBoxingForComplexClassHierarchy.kt")
|
||||||
|
public void testCheckBoxingForComplexClassHierarchy() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingForComplexClassHierarchy.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("checkBoxingForNonLocalAndLabeledReturns.kt")
|
@TestMetadata("checkBoxingForNonLocalAndLabeledReturns.kt")
|
||||||
public void testCheckBoxingForNonLocalAndLabeledReturns() throws Exception {
|
public void testCheckBoxingForNonLocalAndLabeledReturns() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingForNonLocalAndLabeledReturns.kt");
|
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingForNonLocalAndLabeledReturns.kt");
|
||||||
@@ -11868,6 +11878,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingOnLocalVariableAssignments.kt");
|
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingOnLocalVariableAssignments.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt")
|
||||||
|
public void testCheckBoxingUnboxingForInheritedTypeSpecializedFunctions() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("checkCallingMembersInsideInlineClass.kt")
|
@TestMetadata("checkCallingMembersInsideInlineClass.kt")
|
||||||
public void testCheckCallingMembersInsideInlineClass() throws Exception {
|
public void testCheckCallingMembersInsideInlineClass() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/inlineClasses/checkCallingMembersInsideInlineClass.kt");
|
runTest("compiler/testData/codegen/box/inlineClasses/checkCallingMembersInsideInlineClass.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user