aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* 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
* new dependency on AJDE for ajde.CompileCommand implementationwisberg2003-05-072-1/+5
|
* AJDE compiler, supports fresh incremental buildswisberg2003-05-071-0/+253
|
* - support for "same" tag, which makes no changes before incrementally compiling wisberg2003-05-071-2/+24
| | | | - support attribute for a fresh rebuild, currently implemented only by ...ajde.CompileCommand
* API for Compiler to reuse commandwisberg2003-05-071-0/+6
|
* - new reuseCompiler option (but see inc-compile fresh) wisberg2003-05-071-19/+36
| | | | | - support for -ajdeCompiler, like -eclipse and -ajc - resequenced xml output - hmm
* staging was not being written to XML.wisberg2003-05-072-4/+16
|
* supporting sourcerootswisberg2003-03-101-8/+76
|
* neglected commit for sourcelocation contextwisberg2003-03-051-6/+14
|
* XXX making the build work again, Wes needs to implement the correct fixjhugunin2003-03-051-0/+3
|
* info messages wrt inc-compile staging wisberg2003-03-041-0/+2
| | | | (will not be emitted even in verbose mode until iterator (the client) is updated)
* avoiding compiler warning wrt static ref via instancewisberg2003-02-282-51/+52
|
* incomplete upgrade to read expected-messages from xmlwisberg2003-02-283-12/+219
|
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-2642-201/+240
| | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees!
* Ignore bin directoryacolyer2003-02-261-0/+1
|
* resolving misc compiler warnings wisberg2003-02-1313-52/+291
| | | | added provisional message reader for specifying expected messages in a separate file.
* more (incomplete) work on directory comparison, misc test fixes.wisberg2003-01-2516-194/+406
|
* removing resources from former GUI client not included in CPL sources.wisberg2003-01-2520-53/+0
|
* allowing large bug ids to make room for eclipse.org bugsjhugunin2003-01-071-1/+1
|
* allowing large bug ids to make room for eclipse.org bugsjhugunin2003-01-071-1/+1
|
* - test class loader fix for test classes loaded from jars wisberg2003-01-065-105/+258
| | | | | | - implemented aspectpath, classpath, - removed CompilerRun state duplicated in sandbox - sandbox owns path assembly/formatting for javarun
* bad javadoc commentwisberg2003-01-061-1/+1
|
* - added info line on failure with TestClassLoader classpathwisberg2003-01-061-2/+4
|
* fixed apparantly-unused errordir attributewisberg2002-12-311-5/+0
|
* initial versionwisberg2002-12-16101-0/+18448