summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* compiler run equals check wasn't testing argfiles, aspectpath, or sourcerootswisberg2003-08-281-0/+3
|
* implementing clone() for test specificationswisberg2003-08-285-3/+166
|
* initial cut at resolver. Still getting default JDK 1.4 parser error "base ↵wisberg2003-08-171-19/+150
| | | | URL required for relative references.
* some xml parsers don't like space here...wisberg2003-08-171-1/+1
|
* paring globals to those used, then using them consistentlywisberg2003-08-173-9/+9
|
* permitting null input in public utility methodwisberg2003-08-171-0/+3
|
* wire in older minimal test caseswisberg2003-08-143-4/+36
|
* static methods for unwrapping to keep internal structure knowledge localwisberg2003-08-141-0/+14
|
* disabled testswisberg2003-08-141-1/+1
|
* comment about disabled testswisberg2003-08-141-1/+2
|
* Got advice relationships working.mkersten2003-08-081-2/+7
|
* Reimplemented ASM API as described in bug "41254: revise asm and create ↵mkersten2003-08-081-9/+13
| | | | interfaces". Containment hierarchy is done and tests added. Relationships are not done yet. All clients except AJDT ported. More UI porting in Swing clients required.
* 40534: Declare warning/error output - more detail required. mkersten2003-08-071-1/+9
| | | | - Added getDetails() to messages. This String corresponding to thisJoinPointStatic part can be used by tools that need to display additional info.
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵mkersten2003-08-073-9/+9
| | | | in order to match method naming conventions.
* Fixed bugs: mkersten2003-08-061-0/+5
| | | | | | | 40943: Binary weaving should copy non-Java resources from "-inja... 36071: 1.1 rc1 should copy resources similar to java compiler 40826: ajbrowser does not report errors properly 40774: task list icons don't show in ajbrowser
* quick and dirty link checker manual testwisberg2003-06-051-0/+25
|
* quick and dirty link checkerwisberg2003-06-051-0/+546
|