[JS] Remove KJS_WITH_FULL_RUNTIME for tests that already have WITH_RUNTIME

This commit is contained in:
Svyatoslav Kuzmich
2021-10-02 11:51:55 +03:00
parent e18980b7ad
commit aa5f98f919
590 changed files with 0 additions and 590 deletions
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
fun testUIntSafeAsInt(x: UInt) = x as? Int
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
interface IFooList {
fun foo(): List<String>
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
inline class FieldValue(val value: String)
@@ -1,7 +1,6 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB_TEXT
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
inline class NumberInlineClass(val value: Double)
@@ -1,7 +1,6 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB_TEXT
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
inline class NumberInlineClass(val value: Double)
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
object Foo {
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
@@ -1,7 +1,6 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB_GENERATED
// !LANGUAGE: +InlineClasses
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
data class RGBA(val rgba: Int)
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
inline class Result<T>(val isSuccess: Boolean)
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND: WASM
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: JVM
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND: WASM
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
// KT-41771
@@ -2,7 +2,6 @@
// WASM_MUTE_REASON: UNSIGNED_ARRAYS
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
class C<T>(val x: T, vararg ys: UInt) {
val y0 = ys[0]
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
inline class Wrapper(val id: Int)
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.assertEquals
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.assertEquals
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.assertEquals
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.assertEquals
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.assertEquals
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.assertEquals
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
@@ -2,7 +2,6 @@
// WASM_MUTE_REASON: STDLIB_TEXT
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
import kotlin.test.*
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
fun box(): String {
return when(val foo = 42UL) {
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
interface OneofField<T> {
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: JVM
// IGNORE_LIGHT_ANALYSIS
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
inline class Z(val x: Int)
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES
// On wasm this will produce conflicting return types, Result::<get-value> will return Any but we will try to interpret it as String.
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES
// On wasm this will produce conflicting return types, Result.<get-value> will return Any but we will try to interpret it as String.
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES
// On wasm this will produce conflicting return types, foo will return Any but we will try to interpret it as String.
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES
// On wasm this will produce conflicting return types, foo will return Any but we will try to interpret it as String.
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES
// On wasm this will produce conflicting return types, Result.<get-value> will return Any but we will try to interpret it as String.
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES
// On wasm this will produce conflicting return types, Result.<get-value> will return Any but we will try to interpret it as String.
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: WASM
import kotlin.coroutines.*
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
// IGNORE_BACKEND: NATIVE
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
inline class NullableInt(private val holder: Any?) {