aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* out-of-date check working.wisberg2005-06-152-18/+3
|
* out-of-date check working. Better loggingwisberg2005-06-151-12/+14
|
* out-of-date check working. Force-libraries changed to disabled flag since ↵wisberg2005-06-151-72/+17
| | | | eclipse ant builds are working.
* Updated with a simple erasure test case - will need more later!aclement2005-06-144-0/+58
|
* Fix for Bugzilla Bug 98320: [generics][itds] intertype with nested generic ↵aclement2005-06-141-3/+3
| | | | type. Now allows for nesting of parameterization by making recursive calls to resolve types and make bindings.
* generics bugs testcases.aclement2005-06-141-9/+6
|
* Some new TypeX tests to check parameterization processing is working.aclement2005-06-141-0/+38
|
* Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ↵aclement2005-06-142-5/+6
| | | | privileged aspects. Correct handling for parameterized signatures.
* Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ↵aclement2005-06-141-3/+3
| | | | privileged aspects. Uses the rawtypesignatures when attempting to resolve types rather than any parameterized variants.
* Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ↵aclement2005-06-141-5/+102
| | | | privileged aspects. TypeX's correctly parse parameterized signatures.
* Fix for 99168: [generics][itds] ITD on generic inner class crashes ajc. ↵aclement2005-06-141-1/+8
| | | | Allows for ParameterizedTypeBindings (and RawTypeBindings)
* Altered classpath calculating logic to hopefully work on the build machineaclement2005-06-141-3/+4
|
* Tests for 98320, 99228, 99089: [generics][itds]aclement2005-06-145-5/+74
|
* Fix for 99228: [generics][itds] ITD of a field into a generic classaclement2005-06-142-0/+0
|
* rollback cvs notif testavasseur2005-06-131-1/+1
|
* cvs notif testavasseur2005-06-131-1/+1
|
* alex rollbaclk / cvs commit testavasseur2005-06-131-1/+0
|
* test cvsnotifavasseur2005-06-131-0/+1
|
* fixed bug with LTW Xreweavable, fix this reflective issue in ↵avasseur2005-06-137-30/+19
| | | | RunAllBeforeCommit (was misnamed..)
* unused imports (only)wisberg2005-06-0915-25/+37
|
* new logic in AllTests failed unless loadtime5 was on project pathacolyer2005-06-091-22/+92
|
* This PointcutParser should *not* support if - it is not to be confused with ↵acolyer2005-06-092-137/+168
| | | | the PatternParser in weaver.patterns
* first batch of updates for generics :- largely parsing plus storage of type ↵acolyer2005-06-0980-295/+1818
| | | | variable patterns, plus a few tweaks to visitor pattern
* update to binary format as part of generics work, plus remove needless ↵acolyer2005-06-095-5/+5
| | | | duplication of tests in RunTheseBeforeYouCommitTests
* update to binary format as part of generics workacolyer2005-06-0919-0/+0
|
* @style if test, fixed Ajc that was not having sandbox in cp anymore in some ↵avasseur2005-06-099-12/+155
| | | | case (ltw test failed)
* Tests for pr99089 - commented out in Ajc150Tests.javaaclement2005-06-094-1/+22
|
* @style if docavasseur2005-06-091-343/+494
|
* Readded test, order fixed via precedenceaclement2005-06-092-4/+5
|
* fixing typoaclement2005-06-091-1/+1
|
* test for if @style - a todo for Adrianavasseur2005-06-096-43/+92
|
* test broken by last commit, fixed by adding lib/out.jar back into classpath ↵acolyer2005-06-091-1/+1
| | | | for compile
* whoops - removed test targetwisberg2005-06-091-21/+0
|
* ignore local.propertieswisberg2005-06-091-0/+1
|
* removing junitModules - use ant test in each module or run-all-junit-tests ↵wisberg2005-06-091-515/+0
| | | | module
* updated tests for revamped module-result builderwisberg2005-06-093-62/+205
|
* Now targeting Module results (release, test, release-all, test-all) rather ↵wisberg2005-06-095-934/+1306
| | | | than modules (with variants), since that conflated test and release classes. uptodate check needs work.
* draft of cruise-control script - untestedwisberg2005-06-091-0/+108
|
* revamped build scripts using Ant 1.6.3 features. Now using local.properties ↵wisberg2005-06-099-1136/+936
| | | | instead of command-line flags and sharing build-properties.xml.
* Removing unused build scriptswisberg2005-06-092-215/+0
|
* (disabled) convenience flag to defer long testswisberg2005-06-091-4/+5
|
* new main for my convenience in testing the testing modulewisberg2005-06-092-4/+22
|
* Now delegating to the two roots: AllTests for unit tests, and ↵wisberg2005-06-081-20/+18
| | | | tests/../TestsModulesTests for compiler tests.
* Root of all all (non-compiler) JUnit tests works under 1.3 and 1.5 in Eclipse.wisberg2005-06-081-8/+20
|
* Module alias does not include compiler tests since tests/ doeswisberg2005-06-081-1/+6
|
* adding ajdoc and loadtime to run those JUnit tests. Not sure why unable to ↵wisberg2005-06-081-80/+22
| | | | add AspectJ project org.aspectj.lib.
* disabled test that assumes advice between unrelated aspects is ordered.wisberg2005-06-081-3/+4
|
* These fail and were not included in JUnit suite gather, but are caught up in ↵wisberg2005-06-081-14/+36
| | | | JUnit pattern gather, so I made them run disabled.
* To run compiler tests, just `cd tests; ant test`wisberg2005-06-081-94/+3
|
* testsrc/TestsModulesTests for consistency. Now to run compiler tests, just ↵wisberg2005-06-082-0/+43
| | | | `cd tests; ant test`