summaryrefslogtreecommitdiffstats
path: root/testing/newsrc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* unused importswisberg2005-05-111-2/+0
|
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-103-9/+18
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵avasseur2005-05-042-0/+198
| | | | + 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
* 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.
* methods pulled up from the subclass.aclement2004-08-061-0/+62
|
* XMLBasedAjcTestCase class and accompanying support. Drives aacolyer2004-08-047-0/+910
junit test suite based on an ajcTests.xml format test specification.