Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved knownLimitations from ajcTestsFailing to ajcTests and labeled with keyword | jhugunin | 2003-05-27 | 2 | -34/+44 |
| | |||||
* | Ant doc updates | wisberg | 2003-05-27 | 1 | -147/+315 |
| | | | | | | - forkclasspath - fork option classpath and conflicts - added maven section | ||||
* | tests for devguide script example | wisberg | 2003-05-27 | 4 | -0/+41 |
| | |||||
* | more parts of tests for devguide script example | wisberg | 2003-05-27 | 2 | -0/+135 |
| | |||||
* | muddy caveat to JSR-45 comment | wisberg | 2003-05-27 | 1 | -2/+4 |
| | |||||
* | tests for setting message holder by class name | wisberg | 2003-05-27 | 1 | -8/+54 |
| | |||||
* | -Xlint:{level} tests | wisberg | 2003-05-27 | 1 | -0/+21 |
| | |||||
* | test checks that setting warn:constructorName works | wisberg | 2003-05-27 | 2 | -0/+17 |
| | |||||
* | fixing fork bugs: | wisberg | 2003-05-27 | 2 | -68/+128 |
| | | | | | | - permitting fork in incremental mode only when using tag file - pulling aspectjtools also from the task classpath also failonerror default was not true as stated in the docs | ||||
* | addressing different results under 1.4 | wisberg | 2003-05-25 | 1 | -11/+22 |
| | |||||
* | incorrect log file name for harness tests | wisberg | 2003-05-25 | 1 | -2/+2 |
| | |||||
* | better harness availability, control -- untested | wisberg | 2003-05-25 | 1 | -13/+62 |
| | |||||
* | PR-based queries were dominating - now do union correctly | wisberg | 2003-05-25 | 1 | -1/+2 |
| | |||||
* | documenting options | wisberg | 2003-05-25 | 1 | -49/+127 |
| | |||||
* | harness copyright wrong - was created in 2002 | wisberg | 2003-05-25 | 1 | -2/+3 |
| | |||||
* | added keyword knownLimitations-ajctaskCompiler to the one command-line test ↵ | wisberg | 2003-05-25 | 1 | -1/+5 |
| | | | | that won't work with that wrapper. | ||||
* | - better logging, temp dir, deletion... | wisberg | 2003-05-25 | 1 | -29/+57 |
| | | | | - using build.config system property | ||||
* | Fix for failure building with useEclipseCompiles testing-drivers initially ↵ | wisberg | 2003-05-25 | 1 | -13/+20 |
| | | | | | | | | | | (or any module that only indirectly depended on jdt.core, which has no sources) - better logging - checking zip results - returns false positive for empty zips - compile(..) API change for adopting classes Also, copyright clearly wrong - file created last fall. | ||||
* | Fix for failure building with useEclipseCompiles testing-drivers initially ↵ | wisberg | 2003-05-25 | 1 | -16/+33 |
| | | | | | | | | (or any module that only indirectly depended on jdt.core, which has no sources) - better logging - checking zip results - returns false positive for empty zips - compile(..) API change for adopting classes | ||||
* | delete, close, and isEmpty | wisberg | 2003-05-25 | 1 | -0/+34 |
| | |||||
* | fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) ↵ | wisberg | 2003-05-25 | 1 | -2/+2 |
| | | | | | | compliance set incorrectly (-1.3 instead of 1.4) and (2) warn:... form was ignored. These would break only when running from a Javac compiler adapter and using <compilerarg> | ||||
* | better logging | wisberg | 2003-05-25 | 1 | -1/+1 |
| | |||||
* | fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) ↵ | wisberg | 2003-05-25 | 1 | -2/+9 |
| | | | | | | compliance set incorrectly (-1.3 instead of 1.4) and (2) warn:... form was ignored. These would break only when running from a Javac compiler adapter and using <compilerarg> | ||||
* | updating harness documentation for new features | wisberg | 2003-05-25 | 2 | -24/+92 |
| | |||||
* | tests for new feature to select tests by title | wisberg | 2003-05-25 | 4 | -4/+136 |
| | |||||
* | suite files now constrained to be readable to avoid confusion with ↵ | wisberg | 2003-05-25 | 1 | -1/+2 |
| | | | | -ajctestTitle.. referents. | ||||
* | adding harness feature to select tests based on their title (description), ↵ | wisberg | 2003-05-25 | 1 | -18/+192 |
| | | | | reading from a comma-delimited list or a file containing PASS|FAIL lines (from -traceTestsMin), optionally restricted to FAIL. | ||||
* | updating build.jar to bootstrap changes to permit ant.jar in a testing module | wisberg | 2003-05-24 | 1 | -0/+0 |
| | |||||
* | no real changes, just better docs and an (untested) "all" target. | wisberg | 2003-05-24 | 1 | -2/+45 |
| | |||||
* | -noExit to avoid stopping a wrapping ant script | wisberg | 2003-05-24 | 1 | -1/+3 |
| | |||||
* | moved a command-line-driven test of classpath variants here | wisberg | 2003-05-24 | 1 | -1/+41 |
| | |||||
* | Better BuildModule tests following ant.jar updates. | wisberg | 2003-05-24 | 1 | -18/+116 |
| | | | | | These now build with assemble-all off and on, and tests were updated to check by running classes. | ||||
* | To support the new testing ICommand wrapper for AjcTask, permit ant.jar in a ↵ | wisberg | 2003-05-24 | 1 | -5/+9 |
| | | | | | | testing module (ant is omitted from non-testing modules because it is normally deployed separately in ant/lib/ant.jar). This does not affect regular module or product builds. | ||||
* | documenting -ajdeCompiler and -ajctaskCompiler selectors | wisberg | 2003-05-24 | 1 | -1/+6 |
| | |||||
* | added taskdefs to classpath to support AjcTaskCompileCommand | wisberg | 2003-05-24 | 2 | -0/+2 |
| | |||||
* | Tests for AjcTaskCompileCommmand adapter | wisberg | 2003-05-24 | 1 | -0/+270 |
| | |||||
* | ICommand adapter for Ant taskdef is simple for the non-incremental case and ↵ | wisberg | 2003-05-24 | 1 | -0/+294 |
| | | | | ugly otherwise. | ||||
* | supporting -ajctaskCompiler option with AjcTaskCompileCommand | wisberg | 2003-05-24 | 1 | -5/+12 |
| | |||||
* | awful downcast for AjcTaskCompileCommand - should be remedied after 1.1 with ↵ | wisberg | 2003-05-24 | 1 | -1/+5 |
| | | | | ICommand interface extension | ||||
* | updated implementation for -ajdeCompiler. | wisberg | 2003-05-24 | 1 | -61/+182 |
| | | | | | | replaced reference to null ide properties adapter (defined only in testsrc) and created logging proxy to verify API's used. Unfortunately also formatted code, so it looks like there are more changes than there are. | ||||
* | updates mainly to support maven but also to support new ICommand wrapper ↵ | wisberg | 2003-05-24 | 1 | -91/+268 |
| | | | | | | | | | | | | | | | | | for AjcTask: - findToolsJar now accepts versioned jars - supporting a forkclasspath to permit user to explicitly set - upgrades for testing - so multiple iterations work, - not altering cmd in execute() - only fixing up outjar once - reset() complete - so incremental compile tests work, - passing quit through to main - when forking on windows, use javaw rather than java if possible to avoid popping up a console window | ||||
* | more/better junit tests for AjcTask.java fork when possible | wisberg | 2003-05-24 | 1 | -124/+199 |
| | |||||
* | setting classpath for out-of-eclipse testing | wisberg | 2003-05-24 | 1 | -1/+5 |
| | |||||
* | fix for Bugzilla Bug 37758 | jhugunin | 2003-05-21 | 1 | -12/+35 |
| | | | | Weaving rt.jar results in stack overflow | ||||
* | test for Bugzilla Bug 37758 | jhugunin | 2003-05-21 | 6 | -3/+314 |
| | | | | Weaving rt.jar results in stack overflow | ||||
* | forcing target to be 1.1 in case someone builds using 1.4. | wisberg | 2003-05-21 | 1 | -0/+0 |
| | |||||
* | flagging with comments that 1.1 options are unimplemented | wisberg | 2003-05-21 | 1 | -3/+3 |
| | |||||
* | forcing target to be 1.1 in case someone builds using 1.4. | wisberg | 2003-05-21 | 1 | -0/+1 |
| | |||||
* | @testcase PR#37898 advice on handler join points should not throw ↵ | wisberg | 2003-05-21 | 2 | -0/+39 |
| | | | | unpermitted checked exceptions | ||||
* | added paragraph for call site implementation | wisberg | 2003-05-20 | 1 | -1/+11 |
| |