aboutsummaryrefslogtreecommitdiff
path: root/test/core
AgeCommit message (Expand)Author
2014-05-22[trivial] removed possible warning in eclipse.Reinier Zwitserloot
2014-05-21Suppressed warning about 'ignoreAllErrors()' that was added to IErrorHandling...Roel Spilker
2014-05-21Added an error if @Delegate is used recursively.Reinier Zwitserloot
2014-05-08All tests now succeed on all platforms again;Reinier Zwitserloot
2014-05-06added support for different error messages, where either one will mean the te...Reinier Zwitserloot
2014-05-04thoroughly updated the launch targets for testing lombok in eclipse;Reinier Zwitserloot
2014-05-01some pretty significant changes to the build system, to try and add testing a...Reinier Zwitserloot
2014-05-01[test harness] Java 7+ tests would not be triggered using java 8Roel Spilker
2014-03-04[configuration] Merge branch 'master' as we work on configuration.Reinier Zwitserloot
2014-02-10[deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 feat...Reinier Zwitserloot
2014-01-31[configuration] Added first automated test for the configuration framework. F...Roel Spilker
2014-01-20[test] Missing after-X files used to be an implicit 'just ignore the content'...Reinier Zwitserloot
2014-01-19[configuration] added facilities to override conf file resolution for test ca...Reinier Zwitserloot
2014-01-18[test-directives] another update to the 'test directives' system; test files ...Reinier Zwitserloot
2014-01-18[configuration] updates to the tests to streamline parsing 'directives', whic...Reinier Zwitserloot
2013-08-19Only look at the line number for errors and warnings.Roel Spilker
2013-07-16* Fixed issues with @FieldDefaults and @Value (you can NOT overrideReinier Zwitserloot
2013-07-08gave up on adding support for moving javadoc to getter/setter in eclipse. Ecl...Reinier Zwitserloot
2013-05-24Fixed more issues related to java7's try-with-resources,Reinier Zwitserloot
2013-05-23Added methods to obtain JLS support-level version information from AST/Lombok...Reinier Zwitserloot
2013-05-23Added a method to obtain latest java language spec supported by hostReinier Zwitserloot
2013-03-26We used to add the platform line ending when comparing test files. This obvio...Roel Spilker
2013-03-18Added a //version option to test files to restrict them to specific versions.Reinier Zwitserloot
2013-03-11changed the pattern for writing dependencies to the various lib/ directoriesReinier Zwitserloot
2013-02-11BIG commit:Reinier Zwitserloot
2012-10-30Added annotation for the slf4j extended loggergrootjans
2012-10-30Fix for issue 408: IllegalArgumentException when generating setters in eclips...Reinier Zwitserloot
2012-10-29//ignore in files now counts even if the 'ignore' comment is followed by more...Reinier Zwitserloot
2012-10-25The testrunner now uses a different mechanism to verify correctness of produc...Reinier Zwitserloot
2012-10-22Ever since we do a lot more than just calling 'parse' when running delombok i...Reinier Zwitserloot
2012-07-16Added feature to test suite to dump actual result of running ecj / delombok o...Reinier Zwitserloot
2012-03-05Issue 349: Test failed in some environmentsRoel Spilker
2012-02-25Use english locale on test via delombok for using english message catalog.Taiki Sugawara
2012-02-23Make the unittests for ecj work on windowsRoel Spilker
2012-02-14ecj tests and eclipse tests are now effectively doing the same thing, except ...Reinier Zwitserloot
2012-02-14More test files, test files updated to be valid java, and ecj test now goes t...Reinier Zwitserloot
2012-02-14'val' now works for member types whose outers have generics. (issue #343)Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-08-02Added some forgotten copyright headersReinier Zwitserloot
2011-07-25Delombok with a relative path and in 'output to directory' mode would NPE. Fi...Reinier Zwitserloot
2011-07-18There's now 1 test suite that runs all tests, and 'ant eclipse' will make a l...Roel Spilker
2011-06-05Allow "before" to be used as a source-package for eclipse tests (see LoggerSl...Philipp Eichhorn
2011-06-01Added a test infrastructure that simulates eclipse with diet-parse, type-bind...peichhorn
2010-11-10Tests were failing due to a bug in the compare error output part of the test ...Reinier Zwitserloot
2010-11-10All tests pass! - The test framework has been updated a bit to fit with the n...Reinier Zwitserloot
2010-11-03big changes to delombok to prep for resolution, when sourcepath and classpath...Reinier Zwitserloot
2010-07-22Updated copyright statements and version release name.Reinier Zwitserloot
2010-07-22Added tests for ecj, fixed a few minor bugs that came out of that.Reinier Zwitserloot
2010-07-21refactored the tests to prepare running ecj as well as delombok.Reinier Zwitserloot
2010-07-20Added support for checking compiler messages (errors & warnings)Roel Spilker