summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests harness' handling of code calling System.exitwisberg2003-05-311-0/+16
|
* test suite for example code in ../docs/dist/doc/exampleswisberg2003-05-311-0/+90
|
* bootstrap jar for trim fixeswisberg2003-05-311-0/+0
|
* Trim testsrc but not testing dependencies for testing modules.wisberg2003-05-311-15/+21
|
* build of testing jars changed slightly. wisberg2003-05-311-14/+16
| | | | | Have to build non-all testing-drivers to get testing classes target. Relies on updated Module.java which trims testsrc but not testing dependencies for testing modules.
* - fixed keyword for ajctaskCompiler tests wisberg2003-05-311-4/+8
| | | | | | | - disabled ajdeCompiler tests as hanging (swing thread?) - added pass-through variable for aspectj build properties - now testing for Testing module tests, to force fix for testing modules not getting test classes
* delay until after final last-modified-time stamp on newly-staged files wisberg2003-05-312-0/+15
| | | | | since last-modified-time stamp can be delayed by filesystem buffering and rounding-up to next second.
* better info/debug strings when JavaRun fails wisberg2003-05-311-1/+1
| | | | (also when status fails, not just when command fails)
* better info/debug strings when JavaRun failswisberg2003-05-311-10/+38
|
* delay until after final last-modified-time stamp on newly-staged files wisberg2003-05-312-1/+66
| | | | since last-modified-time stamp can be delayed by filesystem buffering.
* Bugzilla Bug 38212 jhugunin2003-05-284-1/+40
| | | | | | can not resolve this member warning This test currently passes, and therefore must be missing the bug; however, this is the closest I could come to the bug as reported.
* Script is usable! wisberg2003-05-282-223/+377
| | | | | | | | | | - lots of rearranging and cleanup, docs - now doing 1.3 and 1.4 testing - more harness tests (some unverified) - workaround OOM in examples - cleanup after building-aspectj-with-aspectj need more integration with manual process
* needed two "expect-fail" keywordswisberg2003-05-281-3/+5
|
* no-op files to avoid CVS pruning empty directorieswisberg2003-05-273-0/+3
|
* keywords knownLimitation-ajdeCompiler for correct but different results when ↵wisberg2003-05-271-3/+8
| | | | running with -ajdeCompiler
* permitting "none" as a "warn:" entrywisberg2003-05-271-1/+1
|
* - caveat for -nowarn per bug 38134 wisberg2003-05-271-1/+8
| | | | - documented -warn:none, since valid and used in -nowarn
* test for Bugzilla Bug 38168 jhugunin2003-05-272-0/+98
| | | | | insertion of lots of advice code can make branch offset for if too large test entered as a knownLimitation for 1.1.0
* slightly better error messages for Bugzilla Bug 38168 jhugunin2003-05-271-2/+13
| | | | insertion of lots of advice code can make branch offset for if too large
* moved tests to ajcTests.xml as passing or knownLimitationwisberg2003-05-272-18/+40
|
* fix and test for Bugzilla Bug 38131 jhugunin2003-05-273-2/+46
| | | | ajc needs -d . option while correctly compiling classes from subpackage
* neglected sourcewisberg2003-05-271-0/+11
|
* moved knownLimitations from ajcTestsFailing to ajcTests and labeled with keywordjhugunin2003-05-272-34/+44
|
* Ant doc updates wisberg2003-05-271-147/+315
| | | | | | - forkclasspath - fork option classpath and conflicts - added maven section
* tests for devguide script examplewisberg2003-05-274-0/+41
|
* more parts of tests for devguide script examplewisberg2003-05-272-0/+135
|
* muddy caveat to JSR-45 commentwisberg2003-05-271-2/+4
|
* tests for setting message holder by class namewisberg2003-05-271-8/+54
|
* -Xlint:{level} testswisberg2003-05-271-0/+21
|
* test checks that setting warn:constructorName workswisberg2003-05-272-0/+17
|
* fixing fork bugs: wisberg2003-05-272-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.4wisberg2003-05-251-11/+22
|
* incorrect log file name for harness testswisberg2003-05-251-2/+2
|
* better harness availability, control -- untestedwisberg2003-05-251-13/+62
|
* PR-based queries were dominating - now do union correctlywisberg2003-05-251-1/+2
|
* documenting optionswisberg2003-05-251-49/+127
|
* harness copyright wrong - was created in 2002wisberg2003-05-251-2/+3
|
* added keyword knownLimitations-ajctaskCompiler to the one command-line test ↵wisberg2003-05-251-1/+5
| | | | that won't work with that wrapper.
* - better logging, temp dir, deletion... wisberg2003-05-251-29/+57
| | | | - using build.config system property
* Fix for failure building with useEclipseCompiles testing-drivers initially ↵wisberg2003-05-251-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 ↵wisberg2003-05-251-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 isEmptywisberg2003-05-251-0/+34
|
* fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) ↵wisberg2003-05-251-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 loggingwisberg2003-05-251-1/+1
|
* fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) ↵wisberg2003-05-251-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 featureswisberg2003-05-252-24/+92
|
* tests for new feature to select tests by titlewisberg2003-05-254-4/+136
|
* suite files now constrained to be readable to avoid confusion with ↵wisberg2003-05-251-1/+2
| | | | -ajctestTitle.. referents.
* adding harness feature to select tests based on their title (description), ↵wisberg2003-05-251-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 modulewisberg2003-05-241-0/+0
|