summaryrefslogtreecommitdiffstats
path: root/testing/newsrc
Commit message (Collapse)AuthorAgeFilesLines
* reduced min Java version to 1.6Andy Clement2016-12-161-4/+24
|
* refactoring to use generics, reduce warningsAndy Clement2016-01-207-56/+45
|
* 456457: unresolvable member fix. Testcode for 456801,455608Andy Clement2015-01-071-0/+17
|
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-061-6/+6
| | | | | | | | | | | | | | Modified test expectation system so it is possible to say the test cares about one particular message and the rest do not matter (prefix message string with '*') - crude but quick. Polished many places to exploit generics Upgraded all the tests to work on Java8 - some serious changes regarding ajdoc on Java8. Hopefully it has stayed backwards compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+ with a JDK less than 8) but no explicit testing done for this.
* Tests more reliable on 1.7 and laterAndy Clement2014-08-081-1/+2
|
* Update JDT to 2b07958Andy Clement2014-08-072-1/+18
|
* Tidy up post APT changesAndy Clement2014-08-051-1/+1
|
* add apt testshsestupin2014-08-011-0/+4
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* pushed test method upAndy Clement2014-05-121-0/+13
|
* merging 1.7.4 fixes into 1.8.0Andy Clement2014-03-181-1/+2
|
* AspectJ 1.8Andy Clement2013-07-291-10/+12
|
* more changes to make if point cut generated names stableAndy Clement2013-01-231-1/+8
|
* Allow code generation hints for generated compiler namesAndy Clement2013-01-211-1/+14
|
* 386341Andy Clement2012-10-011-2/+14
|
* can run tests on 1.7 vmaclement2011-09-141-0/+6
|
* refactoring: pulled testcode up into this class from subtypesaclement2011-08-051-0/+79
|
* collect output from forked java task !!!!aclement2011-05-181-1/+40
|
* polish. vmargs added (now obeys dtd) but unusedaclement2011-05-021-60/+69
|
* polishaclement2011-05-021-4/+1
|
* genericsaclement2011-05-021-4/+2
|
* 310506: optional aspectsaclement2010-06-162-0/+58
|
* can choose to print the test outputaclement2010-05-101-179/+197
|
* fixed pathaclement2008-10-301-1/+1
|
* reactivate test: 247914aclement2008-10-301-1/+1
|
* 246125: the SPLITaclement2008-10-221-173/+171
|
* removed unncessary jar referenceaclement2008-06-041-9/+8
|
* AspectJ6: improved diagnostics for failure caseaclement2008-01-161-1/+2
|
* AspectJ6: copes with 1.6 environmentaclement2008-01-161-0/+5
|
* 166580, comment #6: harness now allows you to specify if ordering is ↵aclement2006-12-223-16/+70
| | | | important in expected output
* Bug 155033 "Use ajcore for LTW problems" (move System Property handling)mwebster2006-11-061-0/+20
|
* 145963: binary entries in the model: various parts to the fix.aclement2006-08-181-1/+0
|
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (fix ↵mwebster2006-08-161-1/+11
| | | | build break and improve diagnostics)
* Bug 153772 "Support stdout/stderr specifications for the ant compiler test step"mwebster2006-08-141-14/+19
|
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (fail XML test if ↵mwebster2006-08-092-3/+5
| | | | JVM not supported)
* tests (?) and fixes for 152873 - optimized check for @AJ aspects in LTWaclement2006-08-081-1/+2
|
* better diagnostic message.aclement2006-08-041-4/+8
|
* update license to EPLacolyer2006-06-0111-22/+22
|
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-042-8/+46
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* fixes for 118715 from Matthew.aclement2005-12-063-1/+26
|
* Matthews patches from 95529aclement2005-11-111-1/+1
|
* fix for 95516 (-outxml / -outxmlfile) - from Matthew.aclement2005-11-072-0/+23
|
* make sure the harness translates path separators for those of us working on ↵acolyer2005-11-031-0/+1
| | | | superior platforms ;)
* Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to ↵aclement2005-10-142-1/+34
| | | | Matthew Webster for the patch)
* Let the bug floodgates open, reweavable is now default (pr91417)aclement2005-10-051-3/+1
|
* doh!acolyer2005-09-221-0/+1
|
* attempt to create the right classpath for running org.aspectj.weaver.tools ↵acolyer2005-09-221-1/+11
| | | | tests on the build machine...
* use the right version property.aclement2005-09-151-5/+4
|
* unused imports (only)wisberg2005-06-091-2/+32
|
* Getting tests to run properly on 1.3 - modified vmlevel in AjcTest and put ↵aclement2005-05-181-1/+1
| | | | guards on some 1.4 tests (not pretty, but works)
* remove bad _IDE folder instead of bin/ that leads to odd side effects, add ↵avasseur2005-05-111-2/+1
| | | | tools.jar to tests .classpath module for LTW tests using AntSpec