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 @<caret> annotation class Annotated
// EXIST: Target // EXIST: Target
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class SHello annotation class SHello
fun foo(@S<caret>) { } fun foo(@S<caret>) { }
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
val v = 1 val v = 1
enum class InlineOption { enum class InlineOption {
@@ -1,4 +1,3 @@
// FIR_COMPARISON
fun foo(@kotlin.<caret>) { } fun foo(@kotlin.<caret>) { }
// INVOCATION_COUNT: 1 // INVOCATION_COUNT: 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class SHello annotation class SHello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
val v = 1 val v = 1
fun foo(@[S<caret>) { } fun foo(@[S<caret>) { }
@@ -1,4 +1,3 @@
// FIR_COMPARISON
val v = 1 val v = 1
fun foo(@[volatile S<caret>) { } fun foo(@[volatile S<caret>) { }
@@ -1,4 +1,3 @@
// FIR_COMPARISON
package java package java
annotation class Hello annotation class Hello
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
annotation class Hello annotation class Hello
val v = 1 val v = 1
@@ -1,4 +1,3 @@
// FIR_COMPARISON
package some package some
annotation class AnnComplete annotation class AnnComplete
@@ -9,4 +8,3 @@ class Multiplier {
} }
// ELEMENT: AnnComplete // ELEMENT: AnnComplete
// FIR_COMPARISON
@@ -1,4 +1,3 @@
// FIR_COMPARISON
package some package some
annotation class AnnComplete annotation class AnnComplete
@@ -9,4 +8,3 @@ class Multiplier {
} }
// ELEMENT: AnnComplete // ELEMENT: AnnComplete
// FIR_COMPARISON
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@<caret> val p: String) class C(@<caret> val p: String)
// ELEMENT: get // ELEMENT: get
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@get:<caret> val p: String) class C(@get:<caret> val p: String)
// ELEMENT: get // ELEMENT: get
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@<caret>Ann var p: String) class C(@<caret>Ann var p: String)
// ELEMENT: set // ELEMENT: set
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@set:<caret>Ann var p: String) class C(@set:<caret>Ann var p: String)
// ELEMENT: set // ELEMENT: set
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@<caret>get:Ann var p: String) class C(@<caret>get:Ann var p: String)
// ELEMENT: set // ELEMENT: set
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class C(@set:<caret>Ann var p: String) class C(@set:<caret>Ann var p: String)
// ELEMENT: set // ELEMENT: set
+2
View File
@@ -6,6 +6,8 @@ plugins {
dependencies { dependencies {
compile(project(":plugins:uast-kotlin-fir")) compile(project(":plugins:uast-kotlin-fir"))
compile(project(":idea:idea-frontend-fir")) compile(project(":idea:idea-frontend-fir"))
compile(project(":idea:idea-frontend-fir:fir-low-level-api-ide-impl"))
compile(project(":idea:formatter")) compile(project(":idea:formatter"))
compile(intellijDep()) compile(intellijDep())
compile(intellijCoreDep()) compile(intellijCoreDep())
@@ -18,4 +18,3 @@ fun foo(e: SEALED) {
// EXIST: is SomeClass // EXIST: is SomeClass
// EXIST: SomeObject // EXIST: SomeObject
// EXIST: { lookupString: "else -> "} // EXIST: { lookupString: "else -> "}
// FIR_COMPARISON
@@ -13,4 +13,3 @@ fun foo(e: NON_SEALED) {
// EXIST: BBBB // EXIST: BBBB
// EXIST: { lookupString: "is CCCC", tailText: "<*> -> " } // EXIST: { lookupString: "is CCCC", tailText: "<*> -> " }
// EXIST: { lookupString: "else -> "} // EXIST: { lookupString: "else -> "}
// FIR_COMPARISON
@@ -17,4 +17,3 @@ fun foo(e: SEALED) {
// EXIST: is CCCC // EXIST: is CCCC
// EXIST: { lookupString: "else -> "} // EXIST: { lookupString: "else -> "}
// EXIST: is SomeClass // EXIST: is SomeClass
// FIR_COMPARISON