aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix for 42574. (Not using FileUtil.listFiles as recursive (and looks broken ↵wisberg2003-10-311-6/+4
| | | | for nested files), because I think jre/ext dir is not - should confirm.
* reorganize test b/c conflating two issues: wisberg2003-10-3111-17/+40
| | | | | (a) zip not accepted by extdirs (b) uppercase ZIP and JAR not accepted by eclipse FileSystem
* using ../{module}/ convention for testdata references so tests can be run ↵wisberg2003-10-318-77/+94
| | | | | | from any peer directory/module, i.e., from one module Also using canonical rather than absolute path to predict generated paths
* FileFilters for zip files and source fileswisberg2003-10-311-0/+18
|
* using ../{module}/ convention for testdata references so tests can be run ↵wisberg2003-10-315-14/+24
| | | | from any peer directory/module, i.e., from one module
* returning TestSuite rather than Test to permit all tests to run from Eclipsewisberg2003-10-314-4/+4
|
* basic tests for extdirs support wisberg2003-10-315-17/+219
| | | | initial compiler stub for harness command-line munging tests
* add support for extdirs wisberg2003-10-312-11/+57
| | | | | | unhide support for classpath fix writes for sourcepath, argfiles add hook to not enforce compiler for testing
* @testcase PR#42574 ZIP and JAR extensions in classpath and extdirswisberg2003-10-318-1/+97
|
* clean up tests not using a destination directorywisberg2003-10-291-0/+18
|
* revamped option handling: n-element options, collision/conflict ↵wisberg2003-10-2912-609/+3928
| | | | detection/resolution via forcing as an attribute, option families. More compiler options actually handled, and error messages for unhandled options.
* adjust tests for new message content when skippingwisberg2003-10-292-4/+4
|
* better mapping from messages to JUnit failure/errorwisberg2003-10-291-9/+11
|
* removing unused launch configwisberg2003-10-291-39/+0
|
* -source14 is not back to -source 1.4, and XOCodeSize a knownLimitationwisberg2003-10-291-18/+19
|
* doc harness handling of 2-element optionswisberg2003-10-292-36/+38
|
* make output dirwisberg2003-10-291-0/+1
|
* declare -> declareDecl for ajcwisberg2003-10-292-19/+19
|
* adding rt.jar to classpath for exercises, to make ajbrowser happy.ehilsdal2003-10-253-3/+3
|
* head-compatible version of earlier fix. sigh. wisberg2003-10-233-16/+154
| | | | Note that the fix is incomplete and being reworked.
* fix for Bugzilla Bug 45441 jhugunin2003-10-233-10/+18
| | | | IncompatibleClassChangeError at runtime when compiling with -1.4 option
* deleting junkwisberg2003-10-231-26/+0
|
* support for -1.3, -1.4, and -1.5wisberg2003-10-231-8/+43
|
* test case for bug 45441 - joinpoint optimization when targetting 1.4acolyer2003-10-232-0/+21
|
* Added test case for bug 45441acolyer2003-10-231-0/+10
|
* Fixed part III of bug#43783mkersten2003-10-221-13/+21
|
* Minor changes.mkersten2003-10-201-0/+0
|
* Fix for bug#44117mkersten2003-10-161-1/+3
|
* One more attempt at increasing max heap size to enable acolyer2003-10-132-3/+3
| | | | automated release tests to successfully complete.
* Bumped up max heap size to enable automated release tests to acolyer2003-10-132-3/+6
| | | | successfully complete.
* Previous check-in got somehow corrupted once again.acolyer2003-10-101-14/+13
|
* Previous check-in got somehow corrupted.acolyer2003-10-101-3/+4
|
* Re-tweaked test-doc-links target for running behind a proxy server. acolyer2003-10-101-10/+9
| | | | Build breakage hopefully fixed !
* Tweaked test-doc-links target for running behind a proxy server. Now acolyer2003-10-101-7/+15
| | | | accepts new properties proxy.host and proxy.port.
* Testing to see if Cruise Control will pick up this change and run a build.acolyer2003-10-031-0/+1
|
* added back-links to newly-submitted bug 43972wisberg2003-10-013-5/+10
|
* adding taskdefs/bin to classpath on commandwisberg2003-10-011-0/+5
|
* tests for fixes for bugs disclosed by fixes for 40807wisberg2003-10-013-7/+126
|
* - fix for bugs disclosed by fixes for bug 40807 wisberg2003-10-012-86/+130
| | | | | - added xweavedir attribute for weaving from and to a directory of classes
* updated NoAspectBoundException entrywisberg2003-10-011-21/+37
|
* presumed bug found on mailing list by Eric Jain, rendered both in harness ↵wisberg2003-09-296-1/+132
| | | | and Ant (to show behavior with javac)
* When performing a release build, run the test-all target in junitModules.xml ↵acolyer2003-09-291-1/+1
| | | | | | | | rather than the default one. This causes the ajc tests to be run a second time, but has the advantage of creating the junit xml output files for the ajc tests - which are needed by cruise control. Since cruise control will be the dominant caller of this script, the extra overhead of running tests multiple times is acceptable.
* doc handling of code gone stale...wisberg2003-09-271-0/+12
|
* adding file for links out to sample code elsewherewisberg2003-09-271-0/+54
|
* removing empty samplewisberg2003-09-271-6/+1
|
* debugger caveatswisberg2003-09-271-0/+8
|
* added test for collection callswisberg2003-09-272-6/+23
|
* script sample title, correct todo wrt resource cleanupwisberg2003-09-271-2/+2
|
* added pointcut anyCollectionWriteCalls()wisberg2003-09-271-0/+13
|
* removing unneeded commentwisberg2003-09-271-0/+2
|