Flaky and muted navigation tests clean up
Relates to #KT-40960
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
e2a12602a3
commit
be53467bee
-15
@@ -1,15 +0,0 @@
|
||||
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 {[]>
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
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 {[]>
|
||||
Vendored
-3
@@ -1,3 +0,0 @@
|
||||
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 +0,0 @@
|
||||
expected:<Text: (<highlight>[myParamName1: Int</highlight>, myParamName2:] String!), Disabled:...> but was:<Text: (<highlight>[Int</highlight>,] String!), Disabled:...>
|
||||
@@ -1,3 +0,0 @@
|
||||
expected:<Text: (<highlight>[sam: ((number: Int, ss: String!) -> Unit)!</highlight>), Disabled: false, Strikeout: false, Green: false
|
||||
Text: (<highlight>sam: ]JavaSAM!</highlight>...> but was:<Text: (<highlight>[((Int, String!) -> Unit)!</highlight>), Disabled: false, Strikeout: false, Green: false
|
||||
Text: (<highlight>]JavaSAM!</highlight>...>
|
||||
@@ -1 +0,0 @@
|
||||
expected:<...ighlight>function: ([number: Int, ss:] String!) -> Unit</h...> but was:<...ighlight>function: ([Int,] String!) -> Unit</h...>
|
||||
@@ -54,21 +54,6 @@ org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestGener
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestGenerated.testSameNameInDifferentSources, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestGenerated.testTypeAlias, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestGenerated.testTypeWithSameShortName, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testClassObject, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testConstructor, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testEnum, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testExtensionFunction, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testExtensionProperty, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testGenericFunctionWithExplicitlyDeclaredTypeArguments, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testGenericFunctionWithInferredTypeArguments, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testGlobalFunction, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testGlobalProperty, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testNamedObject, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testOverloadedFunWithTypeParam, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testProperty, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testSameNameInDifferentSources, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testTypeAlias, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.decompiler.navigation.NavigateToLibrarySourceTestWithJSGenerated.testTypeWithSameShortName, KT-34542, FAIL,
|
||||
org.jetbrains.kotlin.idea.filters.KotlinExceptionFilterTestGenerated.testInlineFunCallInLibrary, Unprocessed,,
|
||||
org.jetbrains.kotlin.idea.filters.KotlinExceptionFilterTestGenerated.testInlineFunInnerClassFromLibrary, Unprocessed,,
|
||||
org.jetbrains.kotlin.idea.inspections.CoroutineNonBlockingContextDetectionTest.testCoroutineContextCheck, KT-34659,,
|
||||
|
||||
|
Reference in New Issue
Block a user