| Commit message (Expand) | Author | Age | Files | Lines |
* | @style if test, fixed Ajc that was not having sandbox in cp anymore in some c... | avasseur | 2005-06-09 | 9 | -12/+155 |
* | Tests for pr99089 - commented out in Ajc150Tests.java | aclement | 2005-06-09 | 4 | -1/+22 |
* | @style if doc | avasseur | 2005-06-09 | 1 | -343/+494 |
* | Readded test, order fixed via precedence | aclement | 2005-06-09 | 2 | -4/+5 |
* | fixing typo | aclement | 2005-06-09 | 1 | -1/+1 |
* | test for if @style - a todo for Adrian | avasseur | 2005-06-09 | 6 | -43/+92 |
* | test broken by last commit, fixed by adding lib/out.jar back into classpath f... | acolyer | 2005-06-09 | 1 | -1/+1 |
* | whoops - removed test target | wisberg | 2005-06-09 | 1 | -21/+0 |
* | ignore local.properties | wisberg | 2005-06-09 | 1 | -0/+1 |
* | removing junitModules - use ant test in each module or run-all-junit-tests mo... | wisberg | 2005-06-09 | 1 | -515/+0 |
* | updated tests for revamped module-result builder | wisberg | 2005-06-09 | 3 | -62/+205 |
* | Now targeting Module results (release, test, release-all, test-all) rather th... | wisberg | 2005-06-09 | 5 | -934/+1306 |
* | draft of cruise-control script - untested | wisberg | 2005-06-09 | 1 | -0/+108 |
* | revamped build scripts using Ant 1.6.3 features. Now using local.properties ... | wisberg | 2005-06-09 | 9 | -1136/+936 |
* | Removing unused build scripts | wisberg | 2005-06-09 | 2 | -215/+0 |
* | (disabled) convenience flag to defer long tests | wisberg | 2005-06-09 | 1 | -4/+5 |
* | new main for my convenience in testing the testing module | wisberg | 2005-06-09 | 2 | -4/+22 |
* | Now delegating to the two roots: AllTests for unit tests, and tests/../TestsM... | wisberg | 2005-06-08 | 1 | -20/+18 |
* | Root of all all (non-compiler) JUnit tests works under 1.3 and 1.5 in Eclipse. | wisberg | 2005-06-08 | 1 | -8/+20 |
* | Module alias does not include compiler tests since tests/ does | wisberg | 2005-06-08 | 1 | -1/+6 |
* | adding ajdoc and loadtime to run those JUnit tests. Not sure why unable to a... | wisberg | 2005-06-08 | 1 | -80/+22 |
* | disabled test that assumes advice between unrelated aspects is ordered. | wisberg | 2005-06-08 | 1 | -3/+4 |
* | These fail and were not included in JUnit suite gather, but are caught up in ... | wisberg | 2005-06-08 | 1 | -14/+36 |
* | To run compiler tests, just `cd tests; ant test` | wisberg | 2005-06-08 | 1 | -94/+3 |
* | testsrc/TestsModulesTests for consistency. Now to run compiler tests, just `... | wisberg | 2005-06-08 | 2 | -0/+43 |
* | More aspectjrt.jar finder fixes | wisberg | 2005-06-08 | 4 | -31/+20 |
* | package roll-up, mainly for Ant JUnit gather | wisberg | 2005-06-08 | 1 | -0/+34 |
* | Adding aspectjrt.jar to classpath when n/a to avoid brittle error-checking t... | wisberg | 2005-06-08 | 1 | -1/+43 |
* | use suite() for new package tests | wisberg | 2005-06-08 | 1 | -1/+1 |
* | JRE15_SRC variable to build 1.5 modules when defaulting to 1.3 VM's | wisberg | 2005-06-08 | 1 | -4/+4 |
* | path-handling audit - mainly TODO, but some fixes/finders | wisberg | 2005-06-08 | 18 | -16/+47 |
* | Package Tests file, aspectjrt.jar finder | wisberg | 2005-06-08 | 5 | -15/+68 |
* | Java 5 guard to permit running in 1.3 | wisberg | 2005-06-08 | 2 | -2/+10 |
* | Skipping long test of rarely-changed code | wisberg | 2005-06-08 | 1 | -0/+2 |
* | placeholder JUnit tests, aspectjrt.jar finder, Java 5 tester | wisberg | 2005-06-08 | 1 | -5/+51 |
* | getBestFile(String[]) | wisberg | 2005-06-08 | 2 | -0/+81 |
* | revamped builder | wisberg | 2005-06-08 | 1 | -0/+0 |
* | defining aspectj.modules.dir before import | wisberg | 2005-06-08 | 1 | -1/+3 |
* | revamped javadoc - separated runtime and weaver, handling offline execution | wisberg | 2005-06-08 | 4 | -21/+232 |
* | updated for new build/build.xml instead of build/build-master.xml | wisberg | 2005-06-08 | 1 | -22/+19 |
* | @style if support, parser support for if() / if(true)/ if(false) [might lead ... | avasseur | 2005-06-08 | 14 | -215/+379 |
* | Tests for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 1 | -0/+46 |
* | minor update... | aclement | 2005-06-08 | 1 | -1/+1 |
* | Tests and fixes for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 5 | -14/+132 |
* | Tests for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 1 | -11/+29 |
* | Upgraded BCEL annotation support - can now get an immutable form of annotatio... | aclement | 2005-06-08 | 2 | -0/+0 |
* | Two more generics testcases working. | aclement | 2005-06-08 | 1 | -8/+12 |
* | Upgraded BCEL annotation support - can now get an immutable form of annotatio... | aclement | 2005-06-08 | 14 | -12/+90 |
* | tests for pr84260: static imports | aclement | 2005-06-08 | 5 | -0/+39 |
* | Improved generic ITD tests. | aclement | 2005-06-08 | 3 | -2/+5 |