Commit Graph
75 Commits
Author SHA1 Message Date
Anna Kozlova 130abb0e05 NPE 2016-06-03 19:06:10 +03:00
Anna Kozlova 39d8047865 junit fork: allow to fork per repeat (IDEA-156701) 2016-05-31 18:38:26 +03:00
Anna.Kozlova 708771b880 pass repeat count to fork vms 2016-05-24 17:18:36 +02:00
Alexey Kudravtsev 433591b116 renamed package-local to package-private 2016-03-14 14:45:59 +03:00
Roman Shevchenko 44b436c9f0 Cleanup (formatting; typos; dead code) 2016-02-16 17:09:46 +01:00
nik 1a6f701e36 preparing to migrate to Java 8: explicitly set 'IDEA jdk' as 'Module SDK' for modules which will remain on Java 6 and older 2015-12-22 14:26:33 +03:00
Eugene Zhuravlev 8246250014 correct check for void type 2015-10-08 18:12:48 +02:00
Eugene Zhuravlev af5a657a8e do not allow to run non-void main methods (IDEA-145801) 2015-10-08 15:00:14 +02:00
Anna Kozlova fb7d3b8147 include testDiscovery in coverage.jar; remove duplicated asm-all 2015-09-15 15:00:18 +03:00
Anna Kozlova 75eb6dd892 junit: restore exception prefix if trace contains failure message (IDEA-143564); try to avoid truncation of failure message if it contains 'expected' substring 2015-08-14 19:37:37 +02:00
Dmitry Batrak 528108ddd4 allow to view images diff by clicking on hyperlink in test execution console output 2015-08-12 12:22:01 +03:00
Anna Kozlova 8b00faf5fc avoid CommandLineWrapper as mediator when no vm properties were written in the classpath jar 2015-07-24 23:17:12 +02:00
Anna Kozlova 2733e06033 fix compatibility of IDEA 15 with sources from previous versions 2015-07-24 18:14:28 +02:00
Anna Kozlova 2347bcad1f use classpath jar instead of custom class loaders for CommandLineWrapper (IDEA-133617; IDEA-130440) 2015-07-24 13:11:24 +02:00
Anna Kozlova bbb77a78bc test discovery: collect data for successful tests only 2015-07-22 20:37:31 +02:00
Anna Kozlova b3d1dc5694 test discovery: prefix testng/junit tests to detect test frameworks which generated the tests 2015-07-22 16:30:40 +02:00
Anna Kozlova 31cccb8a7a test discovery: allow to listen to TestingStarted/Finished 2015-07-22 14:44:56 +02:00
Anna Kozlova f5536744fe test comparison: avoid double lines when trace starts with failure message when we don't detect comparison 2015-07-21 13:12:09 +02:00
Anna Kozlova 73f043718e test discovery (initial) 2015-07-16 12:53:11 +03:00
Anna Kozlova 9823b25588 print non-default-expected-actual error message for comparison failures (IDEA-142444) 2015-07-09 13:38:57 +03:00
Anna Kozlova 626e0760c5 fork tests: extract 'forked by module', splitter/starter; convert params chain to fields, move from junit package 2015-07-01 12:03:24 +03:00
Anna Kozlova 32f48622e2 forked testng tests: create temp suite near initial suite, name test after module for tests view 2015-07-01 12:03:22 +03:00
Anna Kozlova 9d6dbbcec9 fork tests: cleanup 2015-07-01 12:03:19 +03:00
Anna Kozlova 575d471aff fork tests: extract delegate for debugger settings 2015-07-01 12:03:17 +03:00
Anna Kozlova 5d9feb9b0e forked tests: extract common part and move to java-runtime 2015-07-01 12:03:08 +03:00
Anna Kozlova 451ac17fab sm runner: restore comparison message from trace 2015-05-27 20:07:38 +02:00
Anna Kozlova 550a05a6c8 sm runner: mark assertion errors without comparison as failures (other exceptions as errors) 2015-05-13 19:23:50 +02:00
Anna Kozlova 77984ad96d testng sm runner: comparison failure links 2015-04-28 16:46:38 +02:00
Egor.Ushakov e1533c70ae call graphics dispose after use 2015-02-11 20:41:53 +03:00
Anna Kozlova 4259ffc96b with no permissions reject break gen (IDEA-135903) 2015-02-03 16:07:05 +03:00
nik 733c317f39 java-runtime: changed scope to 'provided' for dependencies on junit and ant to avoid inclusion of these libraries in distributions 2014-12-18 14:05:32 +03:00
Dmitry Jemerov 315e6c850a correct grammar in error message 2014-12-08 14:50:55 +01:00
Michael Golubev 22163374da IDEA-126859 - WebSphere 8.5 does not connect if server home path contains space 2014-11-18 22:24:49 +01:00
Egor.Ushakov 09442e164f IDEA-131783 debugger: icon value is partly shown in variables view 2014-10-23 20:14:53 +04:00
Egor.Ushakov f1595415b2 support alpha in debugger icon renderer 2014-10-06 19:07:13 +04:00
Egor Ushakov b74e1cfb86 IDEA-123114 Debugger: render awt.Image and swing.Icon in Variables/Watches/Evaluate views 2014-10-05 13:25:55 +04:00
Egor.Ushakov dde87a97d2 workaround for IDEA-124066 Debugger expression evaluation: ClassCastException when using Java 8 Stream API - disabled for now 2014-08-20 15:25:37 +04:00
Eugene Zhuravlev 9b1e526210 corrected heuristic covering more cases: considering failonerror attribute in ant tasks to treat messages fired with MSG_ERR priority as warnings. (IDEA-56227) 2014-07-02 21:38:06 +02:00
Eugene Zhuravlev f7a8f35af1 heuristic: considering failonerror attribute in ant tasks to treat messages fired with MSG_ERR priority as warnings. (IDEA-56227) 2014-06-29 20:24:35 +02:00
Anna Kozlova 02724fc1db try to start javafx without main (IDEA-101939) 2014-04-10 20:10:28 +02:00
Anna Kozlova f3e093b3b0 junit comparison: pass null implicitly (IDEA-118372) 2013-12-18 13:34:51 +04:00
anna b3a6c1731f junit: try smRunner (initial) 2013-05-16 20:02:42 +02:00
Vassiliy Kudryashov 4c2584c894 IDEA-105753 Complete Installation dialog with multi monitor in Ubuntu 12.04
(and similar multi-screen issues)
2013-04-23 12:52:15 +04:00
Eugene Zhuravlev e6137deae8 When running ant, prefer Main class over Launcher because IDEA builds all the necessary classpath on its own. Otherwise, with Launcher, weird problems possible because of screwed up class-loading (IDEA-105828 Ant javac fails with org.apache.tools.ant.taskdefs.Javac was not found with JAXB 2.2.7, works outside of IDEA) 2013-04-21 13:00:18 +04:00
anna 6602b68545 dynamic classpath: restore java.class.path property for user's vm (IDEA-104616) 2013-04-05 17:02:56 +02:00
VISTALLandDmitry Jemerov 60739494bd IDEA-87874 input task doesn't use the defaultvalue 2013-03-05 16:42:47 +01:00
Alexey Kudravtsev 1342419ca5 intern file protocol 2013-03-05 11:56:10 +04:00
Roman Shevchenko 175e7a3a1c Too painfully specific throws list (no need to) 2013-03-04 11:20:29 +01:00
Roman Shevchenko 4a0a143678 Cleanup 2012-07-06 11:56:09 +02:00
Maxim Shafirov 859f1f3a3f deadcode 2012-04-19 15:41:40 +04:00