Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unused imports (only) | wisberg | 2005-06-09 | 2 | -4/+37 |
| | |||||
* | (disabled) convenience flag to defer long tests | wisberg | 2005-06-09 | 1 | -4/+5 |
| | |||||
* | new main for my convenience in testing the testing module | wisberg | 2005-06-09 | 2 | -4/+22 |
| | |||||
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | skipping unrun tests | wisberg | 2005-05-21 | 1 | -6/+6 |
| | |||||
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -77/+3 |
| | |||||
* | Getting tests to run properly on 1.3 - modified vmlevel in AjcTest and put ↵ | aclement | 2005-05-18 | 1 | -1/+1 |
| | | | | guards on some 1.4 tests (not pretty, but works) | ||||
* | parseBoolean utility | wisberg | 2005-05-17 | 1 | -3/+4 |
| | |||||
* | harness LTW support - untested | wisberg | 2005-05-12 | 4 | -45/+207 |
| | |||||
* | adding weaver (hoping no one is using < M6) | wisberg | 2005-05-12 | 2 | -21/+82 |
| | |||||
* | remove bad _IDE folder instead of bin/ that leads to odd side effects, add ↵ | avasseur | 2005-05-11 | 1 | -2/+1 |
| | | | | tools.jar to tests .classpath module for LTW tests using AntSpec | ||||
* | unused imports | wisberg | 2005-05-11 | 1 | -2/+0 |
| | |||||
* | prospective replacements for {module}/build.xml - will move there once ↵ | wisberg | 2005-05-11 | 1 | -0/+6 |
| | | | | validated by those who use build.xml. | ||||
* | fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵ | avasseur | 2005-05-10 | 4 | -10/+19 |
| | | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting | ||||
* | Fix for 44155: TODO tasks miscategorized as warnings (fixed by Andrew Huff) | aclement | 2005-05-05 | 1 | -0/+4 |
| | |||||
* | LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵ | avasseur | 2005-05-04 | 3 | -5/+207 |
| | | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method) | ||||
* | inlining of around for @AJ works unless non public member accessed from ↵ | avasseur | 2005-04-28 | 1 | -0/+15 |
| | | | | | | within the advice splitted ajc150 xml test file | ||||
* | fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵ | avasseur | 2005-04-26 | 2 | -3/+143 |
| | | | | annotations + tests from Andy H | ||||
* | fixing Alex build dependancies. Adding top level build. Usefull for patch ↵ | avasseur | 2005-04-20 | 1 | -0/+3 |
| | | | | creation | ||||
* | From branch: New build scripts that Alex uses under IntelliJ - can be run ↵ | aclement | 2005-04-19 | 1 | -0/+71 |
| | | | | individually or via master in build module. | ||||
* | output line numbers in stdout/err comparisons from test harness | acolyer | 2005-03-09 | 1 | -0/+4 |
| | |||||
* | better handling on a 1.4 vm | acolyer | 2005-02-17 | 2 | -1/+4 |
| | |||||
* | vmLevel attributed should be just vm... | acolyer | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | better support for weaveInfo message, <weave> step, and stderr/out ↵ | acolyer | 2005-02-11 | 7 | -4/+337 |
| | | | | validation from runs. | ||||
* | preliminary fork support | wisberg | 2005-01-27 | 1 | -1/+12 |
| | |||||
* | Permit outjars to be used as injars in subsequent compile runs | wisberg | 2005-01-27 | 1 | -3/+21 |
| | |||||
* | Matthew fix for 83380: don't use enum as a variable name. | aclement | 2005-01-24 | 1 | -6/+6 |
| | |||||
* | organized imports. | aclement | 2005-01-05 | 1 | -6/+5 |
| | |||||
* | organized imports. | aclement | 2005-01-04 | 1 | -1/+0 |
| | |||||
* | Support for 'offset' in source locations - enabling AJDT improvements. Not ↵ | aclement | 2004-12-10 | 2 | -0/+5 |
| | | | | perfect - really the whole ISourceLocation thing needs sorting out ... | ||||
* | support for aspectpath, which forces forking | wisberg | 2004-10-06 | 1 | -8/+34 |
| | |||||
* | support aspectpath, upgrade expected javarun bean properties | wisberg | 2004-10-06 | 1 | -3/+4 |
| | |||||
* | support for finding files at runtime, for javarun/aspectpath | wisberg | 2004-10-06 | 1 | -0/+41 |
| | |||||
* | read new fork attribute, skip unused file entity | wisberg | 2004-10-06 | 1 | -7/+7 |
| | |||||
* | minimal fork attributes supported | wisberg | 2004-10-06 | 1 | -73/+125 |
| | |||||
* | removing unused Fork and WrapFile | wisberg | 2004-10-06 | 1 | -225/+22 |
| | |||||
* | removing unused reliance on fork | wisberg | 2004-10-06 | 1 | -20/+1 |
| | |||||
* | support vm args during forking (simple update: forking still requires system ↵ | wisberg | 2004-10-05 | 1 | -0/+9 |
| | | | | properties) | ||||
* | remaining fix for 72016 (problem/type information flowing through AJDE) | aclement | 2004-08-17 | 1 | -0/+17 |
| | |||||
* | Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵ | aclement | 2004-08-16 | 1 | -0/+9 |
| | | | | compiler / AJDE | ||||
* | methods pulled up from the subclass. | aclement | 2004-08-06 | 1 | -0/+62 |
| | |||||
* | export 'commons' which allows the test stuff in run-all-junit-tests to build ↵ | aclement | 2004-08-05 | 1 | -20/+21 |
| | | | | without a digester problem on Eclipse 2.1 | ||||
* | XMLBasedAjcTestCase class and accompanying support. Drives a | acolyer | 2004-08-04 | 8 | -18/+930 |
| | | | | junit test suite based on an ajcTests.xml format test specification. | ||||
* | The BIG commit. | aclement | 2004-08-03 | 2 | -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. | aclement | 2004-07-29 | 1 | -1/+0 |
| | |||||
* | harness support for dirchanges delay (milliseconds) attribute | wisberg | 2004-06-10 | 1 | -1/+13 |
| | |||||
* | ensure that no test involving the checking of timestamps in | acolyer | 2004-06-02 | 1 | -0/+6 |
| | | | | | directories can complete in < 1 second (File.lastModifiedTime is only accurate to the second and truncates). | ||||
* | bug 59599 - dir-changes delay for filesystem | wisberg | 2004-05-05 | 1 | -1/+29 |
| | |||||
* | recursive message checks of run status with children | wisberg | 2004-03-31 | 2 | -0/+58 |
| | |||||
* | enabled dir-changes, changed output messages | wisberg | 2004-03-31 | 1 | -5/+5 |
| |