FIR IDE: mute completion tests failing with "Class LinkedHashMap was not found"

This commit is contained in:
Ilya Kirillov
2021-06-20 21:33:56 +02:00
parent 3e42ae03a9
commit e9d1fb7c40
30 changed files with 2 additions and 31 deletions
@@ -1,4 +1,3 @@
// FIR_COMPARISON
@<caret> annotation class Annotated
// EXIST: Target
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class SHello
fun foo(@S<caret>) { }
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
val v = 1
enum class InlineOption {
@@ -1,4 +1,3 @@
// FIR_COMPARISON
fun foo(@kotlin.<caret>) { }
// INVOCATION_COUNT: 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class SHello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
val v = 1
fun foo(@[S<caret>) { }
@@ -1,4 +1,3 @@
// FIR_COMPARISON
val v = 1
fun foo(@[volatile S<caret>) { }
@@ -1,4 +1,3 @@
// FIR_COMPARISON
package java
annotation class Hello
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello
val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
package some
annotation class AnnComplete
@@ -9,4 +8,3 @@ class Multiplier {
}
// ELEMENT: AnnComplete
// FIR_COMPARISON
@@ -1,4 +1,3 @@
// FIR_COMPARISON
package some
annotation class AnnComplete
@@ -9,4 +8,3 @@ class Multiplier {
}
// ELEMENT: AnnComplete
// FIR_COMPARISON
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@<caret> val p: String)
// ELEMENT: get
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@get:<caret> val p: String)
// ELEMENT: get
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@<caret>Ann var p: String)
// ELEMENT: set
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@set:<caret>Ann var p: String)
// ELEMENT: set
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@<caret>get:Ann var p: String)
// ELEMENT: set
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@set:<caret>Ann var p: String)
// ELEMENT: set
+2
View File
@@ -6,6 +6,8 @@ plugins {
dependencies {
compile(project(":plugins:uast-kotlin-fir"))
compile(project(":idea:idea-frontend-fir"))
compile(project(":idea:idea-frontend-fir:fir-low-level-api-ide-impl"))
compile(project(":idea:formatter"))
compile(intellijDep())
compile(intellijCoreDep())
@@ -18,4 +18,3 @@ fun foo(e: SEALED) {
// EXIST: is SomeClass
// EXIST: SomeObject
// EXIST: { lookupString: "else -> "}
// FIR_COMPARISON
@@ -13,4 +13,3 @@ fun foo(e: NON_SEALED) {
// EXIST: BBBB
// EXIST: { lookupString: "is CCCC", tailText: "<*> -> " }
// EXIST: { lookupString: "else -> "}
// FIR_COMPARISON
@@ -17,4 +17,3 @@ fun foo(e: SEALED) {
// EXIST: is CCCC
// EXIST: { lookupString: "else -> "}
// EXIST: is SomeClass
// FIR_COMPARISON