[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
var order = StringBuilder()
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
var order = StringBuilder()
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB_ASSERT
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.*
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: KOTLIN_TEST_LIB
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.*
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: KOTLIN_TEST_LIB
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.*
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB_ASSERT
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.*
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: KOTLIN_TEST_LIB
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.*
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: KOTLIN_TEST_LIB
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.*
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: KOTLIN_TEST_LIB
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
import kotlin.test.*
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
fun box(): String = when {
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB_TEXT
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
val charSeq: String = "123"
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
class A(val z: Int) : Comparable<A> {
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
val iterable: Iterable<Int> = listOf(1, 2, 3)
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
val progression = 1 .. 3 step 2
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
val i1 = 1
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
// USE_OLD_INLINE_CLASSES_MANGLING_SCHEME
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
// USE_OLD_INLINE_CLASSES_MANGLING_SCHEME
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
// USE_OLD_INLINE_CLASSES_MANGLING_SCHEME
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
fun box(): String {
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
operator fun ClosedRange<Int>.contains(value: Long) = false
operator fun ClosedRange<UInt>.contains(value: ULong) = false