summaryrefslogtreecommitdiffstats
path: root/testing/newsrc/org/aspectj
Commit message (Collapse)AuthorAgeFilesLines
* Updates to better cope with future JDKsAndy Clement2017-11-092-27/+28
| | | | | | | | | | | | | | The version handling in LangUtil has been overhauled to cope better with post 1.8 releases (JDK9 and JDK10 or 18.3 or whatever they call it). As part of this moved to treating JDK9 as '9' rather than '1.9'. Also removed duplicate version processing logic and had that defer to the one place in LangUtil where we now deal with it. Includes some generics tidyup in ajdoc. More ajdoc work is necessary for Java10 because it removes the standard doclet (old style). However trying to invoke the internal Javadoc handler in Java10 is failing due to module visibility rules.
* Upgraded test infra to support building/running modulesAndy Clement2017-10-204-11/+64
|
* various changes to make more tests pass on Java9Andy Clement2017-09-222-11/+20
|
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-211-4/+24
|\
| * reduced min Java version to 1.6Andy Clement2016-12-161-4/+24
| |
* | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-207-56/+45
|\|
| * refactoring to use generics, reduce warningsAndy Clement2016-01-207-56/+45
| |
* | Cope with java version becoming 9.X rather than 1.9.XAndy Clement2016-01-041-1/+1
| |
* | very early java9 support - can resolve classes in jimagesAndy Clement2015-03-041-0/+8
|/
* 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)