Zalim Bashorov
a07e80f5d9
Make IDEA run configuration compatible with IDEA 2016.3; minor auto changes in run configurations.
2016-09-30 17:58:30 +03:00
Nikolay Krasko
c137b0d740
Decrease xmx in tests
2016-08-05 16:46:23 +03:00
Dmitry Jemerov
5224ad7ff2
to ensure that JNA uses the DLL version from the jar and not an incompatible version that happens to be available on the machine running the tests, run tests with -Djna.nosys option
2016-07-18 16:54:39 +02:00
Michael Bogdanov
476c1ec264
Compile android tests against jdk 6
2016-06-29 12:14:01 +03:00
Michael Bogdanov
18f90a331c
Run android test configuration with java 8
2016-04-25 14:33:21 +03:00
Nikolay Krasko
5f7f46ff6c
Remove MaxPermSize parameter
2016-04-22 14:17:52 +03:00
Nikolay Krasko
1baed30ef6
Remove outdated plugin configuration
...
The idea was to run idea with JRE 1.7 instead of 1.6, but now main IDEA run configuration executes under JRE 1.8.
2016-04-19 21:27:59 +03:00
Alexey Sedunov
a30b4140de
[RESTORED] Misc: Configure IDEA Ultimate dependencies
2016-04-08 21:07:23 +03:00
Nikolay Krasko
47c7181f2a
Extract tests-common module without any actual tests
...
The main reasoning for the module is to avoid running any compiler tests while executing run configuration that searches tests across module dependencies.
2016-04-08 17:40:38 +03:00
Nikolay Krasko
46a1028494
Temporary ad-hock jps-tests enable with testdata modification
2016-04-06 21:46:00 +03:00
Nikolay Krasko
66bef7c740
Introduce compound run configuration with all compiler tests
2016-04-05 00:39:46 +03:00
Nikolay Krasko
9afd9db5c9
Rename "All compiler tests" to "Compiler tests" as it now doesn't include js tests
2016-04-05 00:39:46 +03:00
Nikolay Krasko
46b5305666
Extract jps-tests to separate module
...
Remove dependency to idea-full to build jps-plugin with Java 1.6
2016-04-05 00:39:46 +03:00
Alexey Sedunov
3603d873cd
[REVERTED] 8e7e3a3 Alexey Sedunov on 3/10/2016 at 16:58 (committed on 3/24/2016 at 18:42)
...
Misc: Configure IDEA Ultimate dependencies
2016-03-29 19:17:12 +03:00
Nikolay Krasko
5fb7b1be80
Move java8 tests
2016-03-25 14:10:41 +03:00
Alexey Sedunov
8e7e3a3b99
Misc: Configure IDEA Ultimate dependencies
2016-03-24 17:42:04 +03:00
Natalia Ukhorskaya
c1df0e4aeb
Minor: include AbstractJavaToKotlinCopyPasteConversionTest from idea module to J2K Tests run configuration
2016-03-11 12:08:10 +03:00
Stanislav Erokhin
11f05005f6
Minor. Update run configuration Update-Dist-Run.
2016-03-07 06:14:21 +03:00
Stanislav Erokhin
ec991b4ced
Minor. Update run configuration.
2016-02-03 17:47:39 +03:00
Natalia Ukhorskaya
293b8eeda8
Minor: fix IDEA(win) run configuration
2015-12-17 11:11:14 +03:00
Yan Zhulanow
10b7b069b4
Pack Android extensions inside the Kotlin IDEA plugin
2015-11-19 01:35:58 +03:00
Ilya Chernikov
6a1c82d101
hiding compiler digest management inside the compiler service, implement simple lazy checking mechanism, using it from clients
2015-11-03 14:18:20 +01:00
Mikhail Glukhikh
c9d8a15965
Generate Tests target fixed (file facades)
2015-10-20 17:44:25 +03:00
Valentin Kipyatkov
b29267ff93
"Single instance only" for IDEA run configurations
2015-10-08 20:36:18 +03:00
Stanislav Erokhin
57c006a1c6
Created Update-Dist-Run configuration
2015-09-09 22:02:10 +03:00
Alexander Udalov
2d44a853e9
Don't perform "ant compiler-quick" and "ant runtime" before All Tests
...
Although this made sure you'd not forget to rebuild the runtime before running
all tests locally, it had an unexpected side effect that All Tests would check
not the compiler built by "ant dist", but the compiler built by "ant
compiler-quick", which can and does in fact differ from the former (for
example, proguard is not run on it)
2015-09-03 14:52:26 +03:00
Dmitry Jemerov
4053c19260
increase codecache size for tests run configuration
2015-08-21 12:59:42 +02:00
Nikolay Krasko
7de35baa4b
Idea start configuration with fixed fonts on Windows
...
Run with Java 1.7 and add tools.jar to Idea classpath explicitly.
2015-08-07 19:14:13 +03:00
Nikolay Krasko
470a062254
Add kotlin-reflect to additional classpath
2015-08-07 19:14:11 +03:00
Dmitry Jemerov
7e7374e28b
bump max permgen size for All tests configuration
2015-08-06 19:51:27 +02:00
Natalia Ukhorskaya
fbe2d77df5
Temporary switch off KotlinAndroidExtensions plugin during IDEA debug configuration start
2015-07-21 13:04:37 +03:00
Nikolay Krasko
796e05983c
Move kotlin runtime jars to separate folder and attach them during debug idea start
...
Now we only attach runtime. It will be possible to attach two jars when it becomes possible to separate paths in system-independent way.
2015-07-16 18:02:25 +03:00
Pavel V. Talanov
65c6adfaa4
Drop "injector-generator" module, tests and existing generated injectors
...
Move GeneratorsFileUtil to "generators" module
Drop "Generate Injectors" run configuration
2015-06-26 15:21:43 +03:00
Evgeny Gerashchenko
36915bf846
Enabled incremental compilation by default.
2015-06-01 19:02:12 +03:00
Michael Bogdanov
39fabda611
New diagnostic for Java default method call via super in trait
2015-04-24 18:54:09 +03:00
Michael Bogdanov
ef17ac6c0f
Use jdk8 for java8-test module
2015-04-20 13:36:42 +03:00
Michael Bogdanov
7e3403f602
Add java8 test module and run configuration with initial test
2015-04-18 14:45:15 +03:00
Valentin Kipyatkov
bb808b5620
Created module idea-test-framework and moved classes needed for idea tests there
...
Moved tests for completion and their test data into module idea-completion
2015-04-14 18:53:01 +03:00
Yan Zhulanow
171ea9416e
Use comma to separate plugin paths in IDEA run configurations
2015-02-26 19:30:29 +03:00
Yan Zhulanow
cdb7a4002e
Join Kotlin and KotlinAndroidExtensions plugins into one directory
2015-02-26 18:53:43 +03:00
Yan Zhulanow
5614b29db7
Build KotlinAndroidExtensions artifact before launching IDEA
2015-02-26 15:26:01 +03:00
Yan Zhulanow
c94844f6dc
Rename artifact
2015-02-26 15:25:44 +03:00
Andrey Breslav
1f10ab21ac
android-ide-plugin module extracted
2015-02-26 15:25:40 +03:00
Mikhail Mutcianko
a56fa7f192
optimize imports
2015-02-26 15:25:31 +03:00
Mikhail Mutcianko
6371197041
add missing module and build dependencies
2015-02-26 15:25:20 +03:00
Evgeny Gerashchenko
d1a2fd9c66
KT-6586 accessing Kotlin class static class object variable's value from Java does not properly update between compiles
...
#KT-6586 fixed
2015-02-18 13:37:34 +03:00
Alexander Udalov
093839b860
Rename jet -> kotlin in run configurations
2015-01-13 01:15:15 +03:00
Alexander Udalov
09942d7c09
Rename jet -> kotlin in idea tests
...
org.jetbrains.jet -> org.jetbrains.kotlin (except 'plugin' subpackage)
2015-01-12 15:40:24 +03:00
Alexander Udalov
869cfaaabe
Remove "Integration Tests" run configuration
...
Integration tests are now merged into All Tests
2015-01-12 15:40:14 +03:00
Alexander Udalov
de6e8a7493
Rename package jet -> kotlin in backend
...
org.jetbrains.jet.codegen -> org.jetbrains.kotlin.codegen
2015-01-08 23:32:09 +03:00