aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* inpath supportwisberg2003-12-152-4/+38
* no semantic change - avoiding warning about static members accessed via non-s...wisberg2003-12-023-4/+4
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-112-3/+9
* expanded definition of makeSoftDiffs to cope with multiple expected acolyer2003-11-101-46/+71
* locate, cleanup temp fileswisberg2003-10-311-1/+3
* basic tests for extdirs support wisberg2003-10-315-17/+219
* add support for extdirs wisberg2003-10-311-10/+55
* revamped option handling: n-element options, collision/conflict detection/res...wisberg2003-10-2912-609/+3928
* head-compatible version of earlier fix. sigh. wisberg2003-10-233-16/+154
* support for -1.3, -1.4, and -1.5wisberg2003-10-231-8/+43
* checking clone when doing xml round trips on our test specificationswisberg2003-08-281-0/+13
* compiler run equals check wasn't testing argfiles, aspectpath, or sourcerootswisberg2003-08-281-0/+3
* implementing clone() for test specificationswisberg2003-08-285-3/+166
* initial cut at resolver. Still getting default JDK 1.4 parser error "base UR...wisberg2003-08-171-19/+150
* some xml parsers don't like space here...wisberg2003-08-171-1/+1
* paring globals to those used, then using them consistentlywisberg2003-08-173-9/+9
* permitting null input in public utility methodwisberg2003-08-171-0/+3
* wire in older minimal test caseswisberg2003-08-143-4/+36
* static methods for unwrapping to keep internal structure knowledge localwisberg2003-08-141-0/+14
* disabled testswisberg2003-08-141-1/+1
* comment about disabled testswisberg2003-08-141-1/+2
* Got advice relationships working.mkersten2003-08-081-2/+7
* Reimplemented ASM API as described in bug "41254: revise asm and create inter...mkersten2003-08-081-9/+13
* 40534: Declare warning/error output - more detail required. mkersten2003-08-071-1/+9
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation i...mkersten2003-08-073-9/+9
* Fixed bugs: mkersten2003-08-061-0/+5
* quick and dirty link checker manual testwisberg2003-06-051-0/+25
* quick and dirty link checkerwisberg2003-06-051-0/+546
* javarun attributes for interpreting error/output streams as errors, used onl...wisberg2003-06-023-5/+53
* Added SecurityManager which halts any System.exit() call from JavaRun thread ...wisberg2003-05-311-11/+138
* normal validation now fail if an Integer result not of value 0wisberg2003-05-312-2/+19
* delay until after final last-modified-time stamp on newly-staged files wisberg2003-05-312-0/+15
* better info/debug strings when JavaRun fails wisberg2003-05-311-1/+1
* better info/debug strings when JavaRun failswisberg2003-05-311-10/+38
* PR-based queries were dominating - now do union correctlywisberg2003-05-251-1/+2
* adding harness feature to select tests based on their title (description), re...wisberg2003-05-251-18/+192
* added taskdefs to classpath to support AjcTaskCompileCommandwisberg2003-05-242-0/+2
* Tests for AjcTaskCompileCommmand adapterwisberg2003-05-241-0/+270
* ICommand adapter for Ant taskdef is simple for the non-incremental case and u...wisberg2003-05-241-0/+294
* supporting -ajctaskCompiler option with AjcTaskCompileCommandwisberg2003-05-241-5/+12
* awful downcast for AjcTaskCompileCommand - should be remedied after 1.1 with ...wisberg2003-05-241-1/+5
* updated implementation for -ajdeCompiler. wisberg2003-05-241-61/+182
* stricter test run comparisonswisberg2003-05-141-5/+10
* - new data (IMessageHolder rather than lists), same algorithms wisberg2003-05-141-128/+170
* - supporting badInput for all IAjcRun wisberg2003-05-141-26/+33
* - enforcing -incremental => staging wisberg2003-05-141-100/+52
* - supporting parent badInput in XML wisberg2003-05-141-25/+4
* - supporting parent badInput in XMLwisberg2003-05-142-10/+7
* - absolutizing tempdir path if necessary wisberg2003-05-141-2/+7
* - revamped message comparators, wisberg2003-05-141-65/+144