Replace all occurrences of WITH_RUNTIME with WITH_STDLIB
We are going to deprecate `WITH_RUNTIME` directive. The main reason behind this change is that `WITH_STDLIB` directive better describes its meaning, specifically it will add kotlin stdlib to test's classpath.
This commit is contained in:
committed by
TeamCityServer
parent
960ba3ffde
commit
c7435ba760
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
// Test to ensure that we are using the correct class loader
|
||||
// for generic types and bundles. See:
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: describeContents
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel, <clinit>
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
package test
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel, <clinit>
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
// FILE: KotlinParcelable.kt
|
||||
package k
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel, newArray
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcel
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: newArray
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcel
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: describeContents
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: <clinit>
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel, <clinit>
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
//FILE: test.kt
|
||||
package test
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel
|
||||
// RENDER_ANNOTATIONS
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
package test
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import android.util.Size
|
||||
import kotlinx.parcelize.*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel, <clinit>
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
//FILE: test/JavaClass.java
|
||||
package test;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: test1, test2, test3
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
/*
|
||||
* Serializing of short arrays is not properly supported in old frontend, so this
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel, <clinit>
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel, <clinit>, describeContents
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel, <clinit>, describeContents
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
// LOCAL_VARIABLE_TABLE
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
|
||||
Reference in New Issue
Block a user