Vladimir Ilmov
cd12226f20
(CoroutineDebugger) Alternative CoroutineInfoProvider added
...
Added way to retrieve coroutine information without an agent
in target JVM. 'kotlin.debugger.coroutines.switch' provides
two possibilities to test coroutines.
Agent way gets activated once kotlinx.coroutines.debug.DebugProbes
started with javaagent.
Library-less ways use DispatchedContinuation or ChildContinuationImpl
classes to retrieve coroutine information and stack traces.
2020-03-23 12:27:07 +01:00
Nikolay Krasko
997debdd42
201: Mute GradleMultiplatformWizardTest.testMobile because of leaked JDK
2020-03-12 03:02:30 +03:00
Nikolay Krasko
0e65d0e00b
201: Mute JS android tests in MultiplatformProjectImportingTest
2020-03-12 03:02:29 +03:00
Nikolay Krasko
a9044b8a69
201: Mute test because of NPE: element.parent must not be null (IDEA-234737)
2020-03-12 03:02:29 +03:00
Nikolay Krasko
9370260022
201: Mute SpringRenameTestGenerated tests
2020-03-12 03:02:29 +03:00
Nikolay Krasko
7a4d414c59
201: Mute SuggestedRefactoring tests
2020-02-28 11:36:42 +03:00
Nikolay Krasko
6a9dfd4935
201: Mute HierarchicalMultiplatformProjectImportingTest: No module dependency found
2020-02-28 11:36:41 +03:00
Nikolay Krasko
774db02b23
201: Mute quick fix tests: Range must be inside element being annotated
2020-02-28 11:36:41 +03:00
Nikolay Krasko
06adac1abf
201: Mute TodoSearchTest: duplicate TODO items
2020-02-28 11:36:41 +03:00
Nikolay Krasko
543168c61d
201: Mute incremental compilation tests with constants
2020-02-28 11:36:40 +03:00
Nikolay Krasko
8501ea78c8
201: Mute a lot of tests with enums
2020-02-28 11:36:40 +03:00
Nikolay Krasko
79e663828a
201: Mute QuickFixTestGenerate: Range must be inside element being annotated
2020-02-28 11:36:39 +03:00
Nikolay Krasko
f5a97ea56e
201: Mute GradleScriptInputsWatcherTest failures
2020-02-28 11:36:39 +03:00
Nikolay Krasko
f0a4f838f2
201: Mute NewMultiplatformProjectImportingTest tests
...
No module dependency found
No source folder found
2020-02-28 11:36:38 +03:00
Nikolay Krasko
f4cd25ce72
201: Mute MultiplatformProjectImportingTest tests
...
Failed search dependency in Gradle tests.
2020-02-28 11:36:38 +03:00
Nikolay Krasko
67dee52b8a
201: Mute NewJavaToKotlinConverterSingleFileTestGenerated tests
2020-02-28 11:36:38 +03:00
Nikolay Krasko
da2683d180
Copy 192 muted tests
2020-02-28 11:36:36 +03:00
Nikolay Krasko
31ba40cc99
Ignore auto-mute files
2020-02-28 11:36:34 +03:00
Igor Yakovlev
4693d595b7
Fix UL classes tests
...
Fixed #KT-36717
2020-02-20 18:03:10 +03:00
Pavel Kirpichenkov
55b836a0ac
Mute light class tests
...
Muted test failures are stable with LV 1.4
Related ticket KT-36717
2020-02-17 10:56:46 +03:00
Leonid Startsev
bdf1441c80
Remove special casing for Unit in kotlinx.serialization
...
Unignore test since it is in muted list and auto-generated
2020-02-14 14:28:51 +03:00
nataliya.valtman
3acf7a4679
TCServiceMessageOutputStreamHandlerTest: fix tests
...
Fix test to support updates in ServiceMessageParser and attributes
remove TCServiceMessageOutputStreamHandlerTest from ignored tests
2020-02-14 11:14:17 +03:00
Pavel Kirpichenkov
4997c9535c
Mute test, affected by changes in unstable smart casts
...
Revealed by changes in e02b7b58, but they are not the source of a bug
See KT-36459
2020-02-13 18:02:37 +03:00
Mikhail Zarechenskiy
abc5eb4740
[NI-MIGRATE-BAD] Update problematic/questionable tests
...
These tests are going to be reviewed in more detail before 1.4
2020-02-13 11:15:59 +03:00
Igor Yakovlev
48db96b66d
Improved kotlin decompiler range indexes
...
Fixed #KT-30628
2020-02-11 17:42:12 +03:00
Dmitry Gridin
195d9020a6
TrailingCommaInspection: shouldn't be associated with formatter settings
...
#KT-34744
2020-02-04 21:34:53 +07:00
Dmitry Gridin
3fb34596ae
Code style: disable trailing comma by default
...
#KT-34744
2020-02-04 21:34:52 +07:00
Nikolay Krasko
f01b4706d1
Switch to 193 platform
2020-01-19 12:01:53 +03:00
Nikolay Krasko
b4ae1645ec
Mute TCServiceMessageOutputStreamHandlerTest for 193 platform (KT-35938)
2020-01-16 20:37:58 +03:00
Pavel Kirpichenkov
d36dd12f58
[NI] Restore old behaviour of AbstractPartialBodyResolveTest
...
Smartcasts between partial and full resolution mode should almost never match,
comparing smartcasted types in test runner is incorrect in general case.
Mute failing test until decision about correct behaviour (KT-35922).
2020-01-15 14:39:40 +03:00
Vyacheslav Gerasimov
a55296db26
Mute flaky GradleKtsImportTest.testCompositeBuild
2019-12-31 17:11:09 +03:00
Pavel Kirpichenkov
8399614de8
Move muted test failing on all platforms to mute-common
...
KT-35728
2019-12-28 13:18:00 +03:00
Pavel Kirpichenkov
40812cd116
Mute quickfix test (KT-35728)
2019-12-27 19:01:32 +03:00
Nikolay Krasko
ddda93ad96
Mute flaky JavaAgainstKotlin.testUsingMutableInterfaces
2019-12-27 16:53:21 +03:00
Nikolay Krasko
28e23f0aa8
Mute flaky step over tests on Android Studio
2019-12-27 16:53:20 +03:00
Nikolay Krasko
11e4b710b5
Mute GradleMigrateTest.testMigrateStdlib in AS
2019-12-27 16:53:19 +03:00
Nikolay Krasko
77edfed764
Mute tests for preferring JDK classes in completion and auto-import in 191 and 192 (KT-35709)
...
BasicCompletionWeigherTestGenerated.testPreferFromJdk
AutoImports.testAmbiguousNamePreferFromJdk
2019-12-27 16:53:19 +03:00
Nikolay Krasko
0d48855333
Mute JavaToKotlinConverterSingleFileTestGenerated in 191
2019-12-27 16:53:18 +03:00
Nikolay Krasko
4c28e0dec3
Split tests to common and platform parts
2019-12-27 16:53:17 +03:00
Nikolay Krasko
570b522e8e
Minor: sort tests in mute database
2019-12-27 16:53:17 +03:00
Nikolay Krasko
7a94b1d88b
Mute SpringReferenceNavigationTestGenerated test
2019-12-25 14:05:15 +03:00
Nikolay Krasko
1b9bae0cca
Mute more flaky tests
...
JavaAgainstKotlinSourceCheckerWithoutUltraLightTestGenerated.JavaAgainstKotlin
ConfigureKotlinInTempDirTest
MavenMigrateTest
2019-12-25 14:05:14 +03:00
Nikolay Krasko
9b68008208
Mute JvmSmartCompletionTestGenerated (KT-32919)
2019-12-25 14:05:13 +03:00
Nikolay Krasko
0884681662
Mute flaky stub builder tests
2019-12-25 14:05:12 +03:00
Nikolay Krasko
1e14c48742
Mute KotlinMavenInspectionTestGenerated
2019-12-25 14:05:12 +03:00
Nikolay Krasko
1682ace428
Mute MultiPlatformHighlightingTestGenerated
2019-12-25 14:05:11 +03:00
Nikolay Krasko
03bd80b1ba
Mute CreateActual.testWithTestDummy
2019-12-25 14:05:11 +03:00
Nikolay Krasko
d2909814c2
Mute DeprecatedSymbolUsageFixSpecialTest
2019-12-25 14:05:10 +03:00
Nikolay Krasko
dca5ff10c7
Mute testKotlin_moveTopLevelDeclarations_moveFunctionToPackage_MoveFunctionToPackage in 193
2019-12-25 14:05:10 +03:00
Nikolay Krasko
6613b73657
Mute highlighting tests
2019-12-25 14:05:09 +03:00