Temporary mute tests on unsigned types for JS backend
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
// !LANGUAGE: +InlineClasses
|
||||||
// !SKIP_METADATA_VERSION_CHECK
|
// !SKIP_METADATA_VERSION_CHECK
|
||||||
// WITH_UNSIGNED
|
// WITH_UNSIGNED
|
||||||
|
// TARGET_BACKEND: JVM
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val u1 = 1u
|
val u1 = 1u
|
||||||
|
|||||||
+1
@@ -1,6 +1,7 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
// !LANGUAGE: +InlineClasses
|
||||||
// !SKIP_METADATA_VERSION_CHECK
|
// !SKIP_METADATA_VERSION_CHECK
|
||||||
// WITH_UNSIGNED
|
// WITH_UNSIGNED
|
||||||
|
// TARGET_BACKEND: JVM
|
||||||
|
|
||||||
@file:Suppress("INVISIBLE_MEMBER")
|
@file:Suppress("INVISIBLE_MEMBER")
|
||||||
|
|
||||||
|
|||||||
+1
@@ -1,6 +1,7 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
// !LANGUAGE: +InlineClasses
|
||||||
// !SKIP_METADATA_VERSION_CHECK
|
// !SKIP_METADATA_VERSION_CHECK
|
||||||
// WITH_UNSIGNED
|
// WITH_UNSIGNED
|
||||||
|
// TARGET_BACKEND: JVM
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val u1: UByte = 255u
|
val u1: UByte = 255u
|
||||||
|
|||||||
-15
@@ -19134,21 +19134,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
public void testAllFilesPresentInUnsignedTypes() throws Exception {
|
public void testAllFilesPresentInUnsignedTypes() throws Exception {
|
||||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/unsignedTypes"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS, true);
|
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/unsignedTypes"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("checkBasicUnsignedLiterals.kt")
|
|
||||||
public void testCheckBasicUnsignedLiterals() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/checkBasicUnsignedLiterals.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("evaluateConstructorOfUnsignedType.kt")
|
|
||||||
public void testEvaluateConstructorOfUnsignedType() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/evaluateConstructorOfUnsignedType.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("unsignedLiteralsWithSignedOverflow.kt")
|
|
||||||
public void testUnsignedLiteralsWithSignedOverflow() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsWithSignedOverflow.kt");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("compiler/testData/codegen/box/vararg")
|
@TestMetadata("compiler/testData/codegen/box/vararg")
|
||||||
|
|||||||
Reference in New Issue
Block a user