summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* New method on the interface: null implaclement2008-09-161-0/+4
|
* 245566: final config interface changeaclement2008-09-021-1/+5
|
* 245566: incremental magicaclement2008-08-291-228/+270
|
* findbugs/eclipse warnings fixedaclement2008-08-278-27/+361
|
* implement new ICompilerConfiguration methodaclement2008-08-261-0/+1
|
* removed unnecessary codeaclement2008-08-221-7/+1
|
* switch to container from jrelibaclement2008-06-061-4/+4
|
* 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
|
* 148190#30: rebase testsaclement2007-01-128-208/+231
|
* patches from 148190 #22aclement2007-01-114-6/+370
|
* 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
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-251-0/+4
| | | | Matthew doesnt complain.
* 145963: binary entries in the model: various parts to the fix.aclement2006-08-182-1/+4
|
* 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
|
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-0/+1
|
* pr145689 - telling AJDT through the progress monitor (rather than a debug ↵aclement2006-07-241-2/+6
| | | | interface) whether the build was full or incremental.
* update license to EPLacolyer2006-06-01102-204/+204
|
* progress on enh 101983 (allow separate output folders for separate source ↵acolyer2006-05-161-1/+4
| | | | folders)
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-043-9/+47
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* fix for 130300: cause the mysterious disappearance of -XnoWeaveaclement2006-03-051-1/+1
|
* 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-144-82/+56
| | | | Matthew Webster for the patch)
* Let the bug floodgates open, reweavable is now default (pr91417)aclement2005-10-052-3/+2
|
* 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-092-4/+37
|
* (disabled) convenience flag to defer long testswisberg2005-06-091-4/+5
|
* new main for my convenience in testing the testing modulewisberg2005-06-092-4/+22
|
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* skipping unrun testswisberg2005-05-211-6/+6
|
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-77/+3
|
* 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)
* parseBoolean utilitywisberg2005-05-171-3/+4
|
* harness LTW support - untestedwisberg2005-05-124-45/+207
|
* adding weaver (hoping no one is using < M6)wisberg2005-05-122-21/+82
|
* 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
* unused importswisberg2005-05-111-2/+0
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-104-10/+19
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting