summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix for 44155: TODO tasks miscategorized as warnings (fixed by Andrew Huff)aclement2005-05-051-0/+4
|
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵avasseur2005-05-043-5/+207
| | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method)
* inlining of around for @AJ works unless non public member accessed from ↵avasseur2005-04-281-0/+15
| | | | | | within the advice splitted ajc150 xml test file
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵avasseur2005-04-262-3/+143
| | | | annotations + tests from Andy H
* fixing Alex build dependancies. Adding top level build. Usefull for patch ↵avasseur2005-04-201-0/+3
| | | | creation
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+71
| | | | individually or via master in build module.
* output line numbers in stdout/err comparisons from test harnessacolyer2005-03-091-0/+4
|
* better handling on a 1.4 vmacolyer2005-02-172-1/+4
|
* vmLevel attributed should be just vm...acolyer2005-02-171-1/+1
|
* better support for weaveInfo message, <weave> step, and stderr/out ↵acolyer2005-02-117-4/+337
| | | | validation from runs.
* preliminary fork supportwisberg2005-01-271-1/+12
|
* Permit outjars to be used as injars in subsequent compile runswisberg2005-01-271-3/+21
|
* Matthew fix for 83380: don't use enum as a variable name.aclement2005-01-241-6/+6
|
* organized imports.aclement2005-01-051-6/+5
|
* organized imports.aclement2005-01-041-1/+0
|
* Support for 'offset' in source locations - enabling AJDT improvements. Not ↵aclement2004-12-102-0/+5
| | | | perfect - really the whole ISourceLocation thing needs sorting out ...
* support for aspectpath, which forces forkingwisberg2004-10-061-8/+34
|
* support aspectpath, upgrade expected javarun bean propertieswisberg2004-10-061-3/+4
|
* support for finding files at runtime, for javarun/aspectpathwisberg2004-10-061-0/+41
|
* read new fork attribute, skip unused file entitywisberg2004-10-061-7/+7
|
* minimal fork attributes supportedwisberg2004-10-061-73/+125
|
* removing unused Fork and WrapFilewisberg2004-10-061-225/+22
|
* removing unused reliance on forkwisberg2004-10-061-20/+1
|
* support vm args during forking (simple update: forking still requires system ↵wisberg2004-10-051-0/+9
| | | | properties)
* remaining fix for 72016 (problem/type information flowing through AJDE)aclement2004-08-171-0/+17
|
* Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵aclement2004-08-161-0/+9
| | | | compiler / AJDE
* methods pulled up from the subclass.aclement2004-08-061-0/+62
|
* export 'commons' which allows the test stuff in run-all-junit-tests to build ↵aclement2004-08-051-20/+21
| | | | without a digester problem on Eclipse 2.1