summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* javarun attributes for interpreting error/output streams as errors, used ↵wisberg2003-06-023-5/+53
| | | | only when forking
* Added SecurityManager which halts any System.exit() call from JavaRun thread ↵wisberg2003-05-311-11/+138
| | | | | | and puts the exit code in the status object. This enables us to run the examples.
* normal validation now fail if an Integer result not of value 0wisberg2003-05-312-2/+19
|
* 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
|
* PR-based queries were dominating - now do union correctlywisberg2003-05-251-1/+2
|
* 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.
* added taskdefs to classpath to support AjcTaskCompileCommandwisberg2003-05-242-0/+2
|
* Tests for AjcTaskCompileCommmand adapterwisberg2003-05-241-0/+270
|
* ICommand adapter for Ant taskdef is simple for the non-incremental case and ↵wisberg2003-05-241-0/+294
| | | | ugly otherwise.
* supporting -ajctaskCompiler option with AjcTaskCompileCommandwisberg2003-05-241-5/+12
|
* awful downcast for AjcTaskCompileCommand - should be remedied after 1.1 with ↵wisberg2003-05-241-1/+5
| | | | ICommand interface extension
* updated implementation for -ajdeCompiler. wisberg2003-05-241-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.
* stricter test run comparisonswisberg2003-05-141-5/+10
|
* - new data (IMessageHolder rather than lists), same algorithms wisberg2003-05-141-128/+170
| | | | | | | - using medium-strenght message comparison that includes soft comparison of file and text - unexpected info messages not marked as error - expected FAIL+ messages suppressed to avoid false negative
* - supporting badInput for all IAjcRun wisberg2003-05-141-26/+33
| | | | - using IMessageHolder rather than lists
* - enforcing -incremental => staging wisberg2003-05-141-100/+52
| | | | | | | | - permitting bad input using badInput="true" (though still checking during staging) - permitting -XserializableAspects - supporting new AjcMessageHandler interfaces - supporting parent badInput in XML
* - supporting parent badInput in XML wisberg2003-05-141-25/+4
| | | | - supporting new AjcMessageHandler interfaces
* - supporting parent badInput in XMLwisberg2003-05-142-10/+7
|
* - absolutizing tempdir path if necessary wisberg2003-05-141-2/+7
| | | | | | (bug in path calculations otherwise when using relative path to work around failure of File.getTempFile())
* - revamped message comparators, wisberg2003-05-141-65/+144
| | | | | mostly adding medium-level and consolidating common code
* - new filter to remove arbitrary elements from diffs wisberg2003-05-141-1/+39
| | | | (used to not report unexpected info messages in diffs)
* - using easier list view of messageswisberg2003-05-141-5/+7
|
* includeClassesDirwisberg2003-05-091-2/+13
|
* - platform-independent relative path wisberg2003-05-091-2/+5
| | | | - compile-time checks for new attributes read
* Deleting temporary dir and config file, like harness -killTemp option ↵wisberg2003-05-091-5/+17
| | | | (ignores -keepTemp)
* including new attributes for round-trip testingwisberg2003-05-091-0/+9
|
* Fixing Harness bug of adding the output directory to the classpath, which ↵wisberg2003-05-094-8/+20
| | | | | | conceals a bug in the incremental compilation. This change should have no effect on other tests, but I noticed two other failures during normal compiles caused by inability to resolve type names.
* supporting a forked java run provisionally with system properties specifying ↵wisberg2003-05-073-20/+244
| | | | | | | | fork, java home, java, and bootclasspath. This should enable running the harness when targeting a VM that the harness or compiler can't run on, but this does not detect failures correctly in some cases, nor does it validate any of the system properties.
* -keepTemp implementation: Suite run iterator calls clearCommand, which also ↵wisberg2003-05-072-6/+18
| | | | calls validator.deleteTempFiles