Update test affected by ApproximateIntegerLiteralTypesInReceiverPosition feature

This commit is contained in:
Mikhael Bogdanov
2021-07-06 09:40:46 +02:00
parent 805778e782
commit 38fb5e16ef
9 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME

View File

@@ -1,3 +1,4 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// For reasons this test is ignored, go to KT-46419

View File

@@ -1,3 +1,4 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// WITH_REFLECT
// TARGET_BACKEND: JVM

View File

@@ -1,3 +1,4 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// WITH_REFLECT
// TARGET_BACKEND: JVM

View File

@@ -1,3 +1,4 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
package test
annotation class Ann(

View File

@@ -1,3 +1,4 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
package test
annotation class Ann(

View File

@@ -1,3 +1,4 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// IGNORE_BACKEND_FIR: JVM_IR
// SKIP_KT_DUMP
// This test exists only to check that we don't accidentally break the buggy behavior of the old JVM backend in JVM IR (KT-42321).

View File

@@ -0,0 +1 @@
-XXLanguage:-ApproximateIntegerLiteralTypesInReceiverPosition -XXLanguage:-ProhibitSimplificationOfNonTrivialConstBooleanExpressions

View File

@@ -1,3 +1,4 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// EXPECTED_REACHABLE_NODES: 1375
package foo