05d6217f78
When 6.5.1 Gradle version was added, more tests have began to fail because of legacy gradle-plugin versions (1.1., 1.2.) which are not compatible with the new version of Gradle. This commit updates the used version of the Gradle plugin to the latest stable (1.3.72) and makes it configurable from tests.
6.9 KiB
6.9 KiB
| 1 | Test key | Issue | State (optional: MUTE or FAIL) | Status (optional: FLAKY) |
|---|---|---|---|---|
| 2 | org.jetbrains.kotlin.checkers.JavaAgainstKotlinSourceCheckerTestGenerated.JavaAgainstKotlin.testExtendingMutableInterfaces | KT-34105 | ||
| 3 | org.jetbrains.kotlin.checkers.JavaAgainstKotlinSourceCheckerTestGenerated.JavaAgainstKotlin.testExtendingReadOnlyInterfaces | KT-34105 | ||
| 4 | org.jetbrains.kotlin.checkers.JavaAgainstKotlinSourceCheckerTestGenerated.JavaAgainstKotlin.testUsingMutableInterfaces | ERROR: Incompatible types. Found: 'E' required: 'E' | FLAKY | |
| 5 | org.jetbrains.kotlin.checkers.JavaAgainstKotlinSourceCheckerWithoutUltraLightTestGenerated.JavaAgainstKotlin.testExtendingMutableInterfaces | KT-34105 | ||
| 6 | org.jetbrains.kotlin.checkers.JavaAgainstKotlinSourceCheckerWithoutUltraLightTestGenerated.JavaAgainstKotlin.testUsingMutableInterfaces | FLAKY | ||
| 7 | org.jetbrains.kotlin.checkers.JavaAgainstKotlinSourceCheckerWithoutUltraLightTestGenerated.JavaAgainstKotlin.testUsingReadOnlyInterfaces | FLAKY | ||
| 8 | org.jetbrains.kotlin.gradle.NewMultiplatformProjectImportingTest.testSingleAndroidTarget[1: Gradle-4.9, KotlinGradlePlugin-latest stable] | Stable on windows | FLAKY | |
| 9 | org.jetbrains.kotlin.gradle.NewMultiplatformProjectImportingTest.testSingleAndroidTarget[4: Gradle-5.6.4, KotlinGradlePlugin-latest stable] | Stable on windows | FLAKY | |
| 10 | org.jetbrains.kotlin.gradle.NewMultiplatformProjectImportingTest.testSingleAndroidTarget[7: Gradle-6.5.1, KotlinGradlePlugin-latest stable] | Stable on windows | FLAKY | |
| 11 | org.jetbrains.kotlin.gradle.NewMultiplatformProjectImportingTest.testSingleAndroidTarget[8: Gradle-6.5.1, KotlinGradlePlugin-master] | Stable on windows | FLAKY | |
| 12 | org.jetbrains.kotlin.idea.caches.resolve.MultiPlatformHighlightingTestGenerated.testJvmKotlinReferencesCommonKotlinThroughJavaDifferentJvmImpls | Always red | ||
| 13 | org.jetbrains.kotlin.idea.codeInsight.gradle.GradleBuildFileHighlightingTest.testKtsInJsProject[1: with Gradle-5.6.4] | ERROR: Diagnostic's list should be empty | ||
| 14 | org.jetbrains.kotlin.idea.codeInsight.gradle.GradleBuildFileHighlightingTest.testKtsInJsProject[0: with Gradle-4.9] | ERROR: Diagnostic's list should be empty | ||
| 15 | org.jetbrains.kotlin.idea.codeInsight.gradle.GradleBuildFileHighlightingTest.testKtsInJsProject | ERROR: Diagnostic's list should be empty | ||
| 16 | org.jetbrains.kotlin.idea.configuration.ConfigureKotlinInTempDirTest.testKotlincExistsNoSettingsLatestRuntimeNoVersionAutoAdvance | FLAKY | ||
| 17 | org.jetbrains.kotlin.idea.configuration.ConfigureKotlinInTempDirTest.testNoKotlincExistsNoSettingsRuntime10 | FLAKY | ||
| 18 | org.jetbrains.kotlin.idea.configuration.ConfigureKotlinTest.testJava9WithModuleInfo | ERROR: Require directive for kotlin.stdlib is expected | ||
| 19 | org.jetbrains.kotlin.idea.configuration.GradleConfigureProjectByChangingFileTestGenerated.Gradle.testWithJava9ModuleInfo | Probably test data should be updated | ||
| 20 | org.jetbrains.kotlin.idea.debugger.test.CoroutineDumpTestGenerated.testNoCoroutines | Stable on windows | FLAKY | |
| 21 | org.jetbrains.kotlin.idea.debugger.test.CoroutineDumpTestGenerated.testThreeCoroutines | Stable on windows | FLAKY | |
| 22 | org.jetbrains.kotlin.idea.debugger.test.CoroutineDumpTestGenerated.testTwoDumps | Stable on windows | FLAKY | |
| 23 | org.jetbrains.kotlin.idea.decompiler.stubBuilder.BuiltInDecompilerConsistencyTest.testSameAsClsDecompilerForCompiledBuiltInClasses | No classes with this name found: kotlin.ArithmeticException | FLAKY | |
| 24 | org.jetbrains.kotlin.idea.decompiler.stubBuilder.BuiltInDecompilerTest.testBuiltInStubTreeEqualToStubTreeFromDecompiledText | No classes with this name found: kotlin.ArithmeticException | FLAKY | |
| 25 | org.jetbrains.kotlin.idea.highlighter.HighlightingTestGenerated.testSuspend | Always red | ||
| 26 | org.jetbrains.kotlin.idea.highlighter.NoErrorsInStdlibTest.testNoErrors | Always red | ||
| 27 | org.jetbrains.kotlin.idea.maven.KotlinMavenInspectionTestGenerated.testWrongPhaseExecution | Always red | ||
| 28 | org.jetbrains.kotlin.idea.maven.MavenMigrateTest.testMigrateApiAndLanguageVersions | flaky on windows | FLAKY | |
| 29 | org.jetbrains.kotlin.idea.maven.configuration.MavenConfigureProjectByChangingFileTestGenerated.Jvm.testWithJava9ModuleInfo | Probably test data should be updated | ||
| 30 | org.jetbrains.kotlin.idea.quickfix.DeprecatedSymbolUsageFixSpecialTest.testDefaultParameterValuesFromLibrary | Always red because of additional import | FLAKY | |
| 31 | org.jetbrains.kotlin.idea.quickfix.QuickFixMultiModuleTestGenerated.CreateActual.testWithTestDummy | Very flaky on teamcity | FLAKY | |
| 32 | org.jetbrains.kotlin.idea.quickfix.QuickFixTestGenerated.Libraries.testJunit | ERROR: Couldn't find the following libraries | ||
| 33 | org.jetbrains.kotlin.idea.quickfix.QuickFixTestGenerated.Libraries.testTestNG | ERROR: Couldn't find the following libraries | ||
| 34 | org.jetbrains.kotlin.idea.quickfix.QuickFixTestGenerated.ObsoleteKotlinJsPackages.testKotlinDomAndBrowserImport | Always red because UAST does not work with JS | ||
| 35 | org.jetbrains.kotlin.idea.refactoring.move.MultiModuleMoveTestGenerated.testMoveFromJvmModuleToJsModule_MoveFromJvmModuleToJsModule | KT-34106 | ||
| 36 | org.jetbrains.kotlin.idea.refactoring.move.MultiModuleMoveTestGenerated.testMoveJdkDependentToJsModule_MoveJdkDependentToJsModule | KT-34106 | ||
| 37 | org.jetbrains.kotlin.idea.resolve.PartialBodyResolveTestGenerated.testSmartCastInTheSameStatement | KT-35922 | ||
| 38 | org.jetbrains.kotlin.idea.run.RunConfigurationTest.testWithModuleForJdk9 | Always red | ||
| 39 | org.jetbrains.kotlin.idea.spring.tests.references.SpringReferenceNavigationTestGenerated.testPackageReferenceInComponentScan | Always red because of test data | ||
| 40 | org.jetbrains.kotlin.idea.stubs.MultiFileHighlightingTestGenerated.testTopLevelMembersReference | Always red | ||
| 41 | org.jetbrains.kotlin.j2k.JavaToKotlinConverterSingleFileTestGenerated.AnonymousClass.testKt_13146 | |||
| 42 | org.jetbrains.kotlin.j2k.JavaToKotlinConverterSingleFileTestGenerated.Issues.testKt_807 | |||
| 43 | org.jetbrains.kotlin.jps.build.IncrementalJvmJpsTestGenerated.WithJava.JavaUsedInKotlin.testMixedInheritance | Different clean up | ||
| 44 | org.jetbrains.kotlin.psi.injection.StringInterpolationInjectionTest.testInterpolationSimpleName | Stable failure during run may work in debug | ||
| 45 | org.jetbrains.kotlin.shortenRefs.ShortenRefsTestGenerated.testExtensionForObject2 | Always red | ||
| 46 | org.jetbrains.kotlin.util.KotlinVersionsTest.testVersionsAreConsistent | KT-35567 | ||
| 47 | org.jetbrains.kotlin.jvm.compiler.CompileKotlinAgainstJavaTestGenerated.WithAPT.testClassWithTypeParameter | KT-36448 | ||
| 48 | org.jetbrains.kotlin.jvm.compiler.CompileKotlinAgainstJavaTestGenerated.WithoutAPT.testClassWithTypeParameter | KT-36448 | ||
| 49 | org.jetbrains.kotlin.idea.debugger.test.AsyncStackTraceTestGenerated.testAsyncLambdas | redesign test AsyncStackTraces | ||
| 50 | org.jetbrains.kotlin.idea.debugger.test.KotlinSteppingTestGenerated.StepOver.testStepOverInlinedLambdaStdlib | fails after advancing bootstrap KT-37879 | ||
| 51 | org.jetbrains.kotlin.incremental.IncrementalJsKlibCompilerRunnerTestGenerated.ClassHierarchyAffected.testMethodRemoved | full fledged FO in klib required | ||
| 52 | org.jetbrains.kotlin.idea.quickfix.QuickFixTestGenerated.ConvertToAnonymousObject.testHasConcreateMember2 | Unprocessed | ||
| 53 | org.jetbrains.kotlin.idea.quickfix.QuickFixMultiFileTestGenerated.MakePrivateAndOverrideMember.testSetter | Unprocessed |