193: Mute tests for find usages in libraries in 193 (KT-34542)
This commit is contained in:
committed by
Nikolay Krasko
parent
7e5316b9f1
commit
f7c775a080
+15
@@ -0,0 +1,15 @@
|
||||
Actual data differs from file content: LibraryClassUsages.results.txt expected:<... class J extends A {[
|
||||
[library.kt] Nested class/object 63 val t = A.T(1)
|
||||
[library.kt] Nested class/object 64 val tt = A.T()
|
||||
[library.kt] Nested class/object 66 val fff = A.T::bar
|
||||
[library.kt] New instance creation 57 val a = A(1)
|
||||
[library.kt] New instance creation 58 val aa = A()
|
||||
[library.kt] Supertype 19 class B: A {
|
||||
[library.kt] Supertype 22 class U: A.T {
|
||||
[library.kt] Supertype 27 class C(): A(1) {
|
||||
[library.kt] Supertype 28 class V(): A.T(1)
|
||||
[library.kt] Supertype 31 class BB: A {
|
||||
[library.kt] Supertype 34 class UU: A.T {
|
||||
[library.kt] Supertype 39 class CC(): A() {
|
||||
[library.kt] Supertype 40 class VV(): A.T()
|
||||
[library.kt] Unclassified usage 61 val ff = A::foo]> but was:<... class J extends A {[]>
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
Actual data differs from file content: LibraryNestedClassUsages.results.txt expected:<...lass J extends A.T {[
|
||||
[library.kt] New instance creation 63 val t = A.T(1)
|
||||
[library.kt] New instance creation 64 val tt = A.T()
|
||||
[library.kt] Supertype 22 class U: A.T {
|
||||
[library.kt] Supertype 28 class V(): A.T(1)
|
||||
[library.kt] Supertype 34 class UU: A.T {
|
||||
[library.kt] Supertype 40 class VV(): A.T()
|
||||
[library.kt] Unclassified usage 66 val fff = A.T::bar]> but was:<...lass J extends A.T {[]>
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
Actual data differs from file content: LibraryObjectUsages.results.txt expected:<... 7 O o = O.INSTANCE;[
|
||||
[library.kt] Value read 55 val o = O
|
||||
]> but was:<... 7 O o = O.INSTANCE;[]>
|
||||
@@ -1,4 +1,7 @@
|
||||
Test key, Issue, State (optional: MUTE or FAIL)
|
||||
org.jetbrains.kotlin.findUsages.KotlinFindUsagesWithLibraryTestGenerated.KotlinLibrary.testLibraryClassUsages, KT-34542, FAIL
|
||||
org.jetbrains.kotlin.findUsages.KotlinFindUsagesWithLibraryTestGenerated.KotlinLibrary.testLibraryNestedClassUsages, KT-34542, FAIL
|
||||
org.jetbrains.kotlin.findUsages.KotlinFindUsagesWithLibraryTestGenerated.KotlinLibrary.testLibraryObjectUsages, KT-34542, FAIL
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateFromLibrarySourcesTest.testBuiltinClass, KT-34542
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateFromLibrarySourcesTest.testJdkClass, KT-34542
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateFromLibrarySourcesTest.testLightClassForLibrarySource, KT-34542
|
||||
|
||||
Reference in New Issue
Block a user