aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* preliminary fork supportwisberg2005-01-271-1/+12
|
* Permit outjars to be used as injars in subsequent compile runswisberg2005-01-271-3/+21
|
* Matthew fix for 83380: don't use enum as a variable name.aclement2005-01-241-6/+6
|
* organized imports.aclement2005-01-051-6/+5
|
* organized imports.aclement2005-01-041-1/+0
|
* Support for 'offset' in source locations - enabling AJDT improvements. Not ↵aclement2004-12-102-0/+5
| | | | perfect - really the whole ISourceLocation thing needs sorting out ...
* support for aspectpath, which forces forkingwisberg2004-10-061-8/+34
|
* support aspectpath, upgrade expected javarun bean propertieswisberg2004-10-061-3/+4
|
* support for finding files at runtime, for javarun/aspectpathwisberg2004-10-061-0/+41
|
* read new fork attribute, skip unused file entitywisberg2004-10-061-7/+7
|
* minimal fork attributes supportedwisberg2004-10-061-73/+125
|
* removing unused Fork and WrapFilewisberg2004-10-061-225/+22
|
* removing unused reliance on forkwisberg2004-10-061-20/+1
|
* support vm args during forking (simple update: forking still requires system ↵wisberg2004-10-051-0/+9
| | | | properties)
* remaining fix for 72016 (problem/type information flowing through AJDE)aclement2004-08-171-0/+17
|
* Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵aclement2004-08-161-0/+9
| | | | compiler / AJDE
* methods pulled up from the subclass.aclement2004-08-061-0/+62
|
* export 'commons' which allows the test stuff in run-all-junit-tests to build ↵aclement2004-08-051-20/+21
| | | | without a digester problem on Eclipse 2.1
* XMLBasedAjcTestCase class and accompanying support. Drives aacolyer2004-08-048-18/+930
| | | | junit test suite based on an ajcTests.xml format test specification.
* The BIG commit. aclement2004-08-032-1/+18
| | | | | | | | | - Enhanced structure model support. - *Incremental* structure model support written and tested (currently switched off, see incModelTests.xml) - -showWeaveInfo compiler option - existence of a 'runtimetest' surfaced through relationships - UI can determine if errors/warnings came from DEOWs. - Code to enable type mungers to remember source locations written (currently switched off)
* organized imports.aclement2004-07-291-1/+0
|
* harness support for dirchanges delay (milliseconds) attributewisberg2004-06-101-1/+13
|
* ensure that no test involving the checking of timestamps inacolyer2004-06-021-0/+6
| | | | | directories can complete in < 1 second (File.lastModifiedTime is only accurate to the second and truncates).
* bug 59599 - dir-changes delay for filesystemwisberg2004-05-051-1/+29
|
* recursive message checks of run status with childrenwisberg2004-03-312-0/+58
|
* enabled dir-changes, changed output messageswisberg2004-03-311-5/+5
|
* partial extension of incremental test harness to stage additonal resource types acolyer2004-03-161-36/+51
| | | | | see Bugzilla Bug 54622 Incremental support ignores resources
* fix for Bugzilla Bug 43714 acolyer2004-03-161-13/+14
| | | | | weaving from an input jar into that same jar. fully qualify outjar location in sandbox, and don't specify both -d and outjar.
* fix for Bugzilla Bug 43714 acolyer2004-03-162-1/+12
| | | | | weaving from an input jar into that same jar. (adds outjar attribute to 'compile')
* -xlintfile option supportwisberg2004-03-081-6/+19
|
* updated beaninfo tests for new properties, reenabled and updated ↵wisberg2004-03-081-59/+66
| | | | compile-time check (why disabled?)
* Fix for Bug 36430: Xreweavable supportaclement2004-02-241-0/+1
|
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-2336-300/+300
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* checked in test updateswisberg2004-01-161-5/+4
|
* bug: was not permitting target 1.3 or 1.4 wisberg2004-01-151-2/+10
| | | | rfe: permit -1.5 (compliance) and source/target 1.5
* -logXML... round-tripping fixedwisberg2004-01-092-3/+4
|
* harness tests upgraded for support for message details, extra source locationswisberg2004-01-094-9/+32
|
* harness support for message details, extra source locations wisberg2004-01-099-737/+1136
| | | | Completely new (clearer?) message-checking code.
* fix for Bugzilla Bug 41952 jhugunin2004-01-071-0/+8
| | | | | | | XLint warning for call PCD's using subtype of defining type also added extraSourceLocations to IMessage+ for message with multiple source lines
* inpath supportwisberg2003-12-152-4/+38
|
* no semantic change - avoiding warning about static members accessed via ↵wisberg2003-12-023-4/+4
| | | | non-static references
* 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
| | | | messages on the same line that differ only by message text.
* locate, cleanup temp fileswisberg2003-10-311-1/+3
|
* 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-311-10/+55
| | | | | | unhide support for classpath fix writes for sourcepath, argfiles add hook to not enforce compiler for testing
* 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.
* head-compatible version of earlier fix. sigh. wisberg2003-10-233-16/+154
| | | | Note that the fix is incomplete and being reworked.
* 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
|