Nikolay Krasko
f01b4706d1
Switch to 193 platform
2020-01-19 12:01:53 +03:00
Vladimir Dolzhenko
272ca002d7
Drop UNREACHABLE_CODE eager text range calculation
...
#KT-35242 Fixed
2020-01-12 17:23:30 +01:00
Vyacheslav Gerasimov
d8d21b0cba
as40: Fix test compilation for AS 4.0 C7
2019-12-25 20:19:36 +03:00
Vyacheslav Gerasimov
68f1d91e1b
as40: Upgrade to AS 4.0 C7
2019-12-25 20:19:36 +03:00
Nikolay Krasko
84604b91bf
Mute StringInterpolationInjectionTest
2019-12-25 14:05:08 +03:00
Nikolay Krasko
712517a02e
Mute testWithJava9ModuleInfo tests
2019-12-25 14:05:07 +03:00
Dmitry Gridin
8dbbd64beb
idea: cleanup code
2019-12-17 13:56:48 +07:00
Natalia Selezneva
b66fdad80c
Set since build to IDEA 192.7142.36 for 192 bunch
...
Fix compilation in idea-gradle module
Android Studio 3.6 doesn't still contain some of those changes
2019-12-10 09:16:27 +03:00
Vladimir Dolzhenko
c67222c176
Add ERRORs check to AbstractOutOfBlockModificationTest
2019-11-27 13:43:10 +01:00
Dmitriy Dolovov
58dd9a6004
Fix AWT freeze in KotlinNativeABICompatibilityChecker (part 2)
...
Issue #KT-35052
2019-11-25 09:07:09 +07:00
Nikolay Krasko
fe9c5cac45
Fix TypedHandlerTest in 193
...
Unify TypedHandlerTest.kt with the KotlinLightCodeInsightTestCase
2019-11-07 20:23:29 +03:00
Nikolay Krasko
a3ae629f53
Fix bunch file in 193
2019-11-01 12:25:44 +03:00
Andrey Uskov
e909b63d30
Revert "Fix GradleConfiguratorTest"
...
This reverts commit 5360a7a3
2019-10-31 21:40:44 +03:00
Dmitry Gridin
04c8c888ee
KotlinLightCodeInsightFixtureTestCase: remove deprecated call for 193
2019-10-31 19:24:36 +07:00
Andrey Uskov
5360a7a3fe
Fix GradleConfiguratorTest
...
Fixed naming of jdk platforms in mocks in order to pass IDE validation
2019-10-31 00:40:13 +03:00
Nikolay Krasko
a743835011
193: Fix compilation because method replace in 193
2019-10-17 11:19:13 +03:00
Nikolay Krasko
da9a25fd21
Minor: remove useless overrides
2019-10-17 11:19:13 +03:00
Vladimir Dolzhenko
55548d9199
Use test path relative to testDataPath in fixture.configureByFile to be complaint with 193, part 3
2019-10-09 07:34:25 +02:00
Yan Zhulanow
d153aa87a8
Fix EA-126019: Handle 'null' PsiType as nullable Any in "Create" actions
2019-10-08 19:13:56 +09:00
Kirill Shmakov
2a99687a95
Advance 193 bunch to 193.4099
2019-10-04 10:47:12 +03:00
Vladimir Dolzhenko
3b563eaca1
Use test path relative to testDataPath in fixture.configureByFile to be complaint with 193, part 2
2019-10-01 11:39:17 +02:00
Vladimir Dolzhenko
3e2dac6586
Use test path relative to testDataPath in fixture.configureByFile to be complaint with 193
2019-09-29 09:45:42 +02:00
Nikolay Krasko
edb700b898
Switch to 192 platform
2019-09-06 11:28:25 +03:00
Andrey Uskov
106452b5f0
Add list of modules available via dependsOn in FacetSettings
2019-09-05 13:58:58 +03:00
Ilya Kirillov
2bd5a1f196
New J2K: separate nullability inference from common one & nullability bug fixes
...
It will be needed for structure mutability inference
#KT-21467 fixed
#KT-32609 fixed
#KT-32572 fixed
#KT-24677 fixed
2019-07-25 14:34:35 +03:00
Andrey Uskov
c98ad923bd
Import list of pure kotlin source roots from gradle
...
in facet settings for inspections
#KT-32300 Fixed
2019-07-09 20:12:55 +03:00
Andrey Uskov
e791b9d3f7
HMPP: import flag indicating that the project uses HMPP feature
2019-07-02 22:40:19 +03:00
Nikolay Krasko
b7c12014ee
Modify dependencies for 192 branch: more dependencies to full java plugin
2019-06-26 14:11:23 +03:00
Nikolay Krasko
beb1bc09d4
Update to 192.5118.30
2019-06-25 11:48:59 +03:00
Vyacheslav Gerasimov
91bff66f29
192: Remove accessors for module introduces in 192 platform
2019-05-31 16:32:10 +03:00
Vyacheslav Gerasimov
cd18d9d534
192: Add property accessor for myModule which is removed in 192
2019-05-31 16:32:09 +03:00
Vyacheslav Gerasimov
cf1e1e3a0c
192: Fix accessors to module & project in tests
2019-05-31 16:32:09 +03:00
Mikhail Zarechenskiy
d4d1648e1d
[IDE-NI-MIGRATE] Migrate QuickFix tests for new inference
2019-05-06 13:59:24 +03:00
Mikhael Bogdanov
ceec35bf38
Up merge changes from UsefulTestCase into KtUsefulTestCase
2019-04-26 11:29:41 +02:00
Natalia Selezneva
d45644cea4
Fix path to TestNG library in tests for 191
2019-04-24 11:39:17 +03:00
nikita.movshin
65244b4bea
Update copyright.
...
Change the copyright from "JetBrains s.r.o." to
"JetBrains s.r.o. and Kotlin Project contributors"
Update only 2 lines copyright.
2019-04-23 20:09:22 +03:00
Vyacheslav Gerasimov
952d2b6287
Remove 181 bunch files
2019-04-23 17:28:41 +03:00
Ilya Chernikov
64c3bcd9ab
Drop refactored-out frontend.script module
2019-04-17 22:03:58 +02:00
Andrey Uskov
6dee81f653
Cleanup Kotlin SDK in MavenImportingTestCase
2019-02-17 12:39:23 +03:00
Andrey Uskov
7890037d90
Move KotlinSdkCreationChecker to idea-test-framework module
2019-02-17 12:38:59 +03:00
Vyacheslav Gerasimov
2157c777b3
Remove obsolete bunch fixes for 173 & as31
2019-01-14 21:29:03 +03:00
Vyacheslav Gerasimov
818910267e
Remove 173 bunch files
2019-01-14 21:29:02 +03:00
Nikolay Krasko
79e577ae27
Remove unused deprecated configureAs methods
2018-12-05 17:46:31 +03:00
Nikolay Krasko
8a63a1655f
Rewrite NavigateToStdlibSourceTest with project descriptors
2018-12-05 17:46:26 +03:00
Simon Ogorodnik
cf9b2e6377
Fix potential CCE in LightCodeInsight tests in non-JVM
2018-11-08 15:31:30 +03:00
Simon Ogorodnik
f40cc2eb3f
Fix CCE in JSBasicCompletionTest
2018-11-08 15:31:29 +03:00
Natalia Selezneva
cc689af635
Set projectJdk in MultiFileTestCase, because many of configuration files contains inheritedJdk dependency
...
Fix MultiModuleRenameTest, MultiModuleSafeDeleteTest, MultiModuleChangeSignatureTest
2018-10-31 11:01:14 +03:00
Mikhail Glukhikh
784d9f14f6
Rollback language / API version at the end of IDE tests
...
This should fix some flaky tests
2018-10-23 10:57:09 +03:00
Mikhail Glukhikh
0678a56ca4
Add workaround for tests to avoid problems with UnusedSymbolInspection
...
#KT-27664 Fixed
In particular, this should solve
"Could not initialized UnusedSymbolInspection" and
"Modifications during highlighting are not allowed"
2018-10-19 18:19:21 +03:00
Nikolay Krasko
ea9d4037e6
Minor: cleanup KotlinLightCodeInsightFixtureTestCase.kt
2018-10-12 18:50:06 +03:00