summaryrefslogtreecommitdiffstats
path: root/tests/incremental
Commit message (Collapse)AuthorAgeFilesLines
* first cut at what a basic incremental suite should cover...acolyer2006-05-181-34/+51
|
* work in progress - beginnings of a document defining what we should have in ↵acolyer2006-05-121-0/+94
| | | | a comprehensive incremental compilation test suite
* tests for pr62606 - itdcs don't run field initialisers in target type. ↵acolyer2005-11-032-2/+2
| | | | Largely updates to existing tests to cope with new Lint warning.
* Test programs for pr90806aclement2005-04-133-0/+10
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-061-0/+0
|
* fix for Bugzilla Bug 37020acolyer2004-08-191-0/+2
| | | | wrong line for method execution join point
* Moved around to fit in with new way of executing the incremental model tests ↵aclement2004-08-0636-0/+0
| | | | as junit tests.
* The BIG commit. aclement2004-08-0336-0/+676
| | | | | | | | | - 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)
* @testcase 59895 incremental full-rebuildwisberg2004-04-263-0/+14
|
* fix for Bugzilla Bug 55134 acolyer2004-03-183-0/+61
| | | | Incremental compilation does not delete weaver-generated class files
* move weaving to inside of the compiler.compile loop. acolyer2004-03-153-0/+27
| | | | ensure messages are associated with source wherever possible
* test data upgrades for adding new command-line error testswisberg2003-05-141-0/+2
|
* test source upgrades for new and old testswisberg2003-05-092-0/+4
|
* two new incremental tests, each of which fails if run first but not ↵wisberg2003-05-096-0/+44
| | | | otherwise (assuming the output directory is not added to the classpath).
* passing incremental tests from testing-drivers/testdata/harness/incrementalwisberg2003-05-0233-0/+616
|
* input jars for stringliteral tests created using ../injarSrc/build.xml. wisberg2003-03-102-0/+0
| | | | Edit sources there and regen using the build script.
* stringliteral tests - unreproduced verify error from incremental compilation ↵wisberg2003-03-104-0/+55
| | | | of change only to a sttring literal.
* sources and build script for two sample input jars, to be used by other ↵wisberg2003-03-109-0/+4749
incremental tests. The non-.java files are resource dummies for taskdef copying tests.