aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
Commit message (Collapse)AuthorAgeFilesLines
* test for pr84033 promoted from failing suite to real suite.aclement2005-10-031-9/+0
|
* @testcase PR#84033 incremental declare error persists after fixwisberg2005-01-311-0/+10
|
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-6/+0
| | | | - moving Wes' test to the regression set.
* @testcase PR83645 pertypewithin on interfacewisberg2005-01-251-0/+5
|
* Fix for Bugzilla Bug 75129aclement2004-09-301-9/+0
| | | | NPE on thisJoinPoint mistake
* @testcase PR#75129 NPE on thisJoinPoint mistakewisberg2004-09-271-0/+9
|
* Tests for bug 65925. Already fixed !aclement2004-08-111-10/+0
|
* A few extra failing tests I unearthed along the way.acolyer2004-08-041-0/+20
|
* @testcase PR#65925 Valid but inaccessible type names should not be flagged ↵wisberg2004-06-071-0/+9
| | | | by XLint:invalidAbsoluteTypeName
* fix for Bugzilla Bug 59895acolyer2004-04-261-15/+1
| | | | NPE updating an aspect in incremental mode
* @testcase 59895 incremental full-rebuildwisberg2004-04-261-0/+15
|
* Some of the fix for Bugzilla Bug 57432 aclement2004-04-071-27/+0
| | | | | NPE when creating declare messages [Moved the testcase across and added a second one for the variant with debug info]
* @testcase PR#57432 NPE's when writing some declare errorwisberg2004-04-051-0/+27
|
* Fix for Bugzilla Bug 52107 aclement2004-02-261-21/+0
| | | | NoSuchMethodError accessing field declared on interface
* fix for Bugzilla Bug 51929 jhugunin2004-02-191-6/+0
| | | | | | | | | Advice calling protected super method causing java.lang.VerifyError 'Bad access to protected data' Also expanded test to cover protected field access as well as methods Fix required getting the correct receiver type for both field access and method calls to correspond to Java's complicated rules for accessing protected members (JLSv2 6.6.2 and mentioned in passing in JVMv2 5.4.4)
* @testcase PR#52107 declare [int | String | Object] field on interfacewisberg2004-02-151-0/+21
|
* mailing list verify errorwisberg2004-02-131-0/+6
|
* Fix for Bugzilla Bug 50641 aclement2004-02-091-16/+0
| | | | | Better binary compatibility for advice method names - I've run the tests a thousand times and they all pass, I'm still nervous about this first big commit though *gulp*
* Fix for Bugzilla Bug 42668 ehilsdal2004-01-291-7/+0
| | | | effect of an after returning type incompatible with a join point return type
* fix for Bugzilla Bug 49295 jhugunin2004-01-281-10/+6
| | | | duplicate warning or second join point for constructor-execution
* Bugzilla Bug 50641 jhugunin2004-01-261-0/+16
| | | | Better binary compatibility for advice method names
* @testcase PR#49784 aspect declares interface method (abstract decl, default ↵wisberg2004-01-161-2/+6
| | | | impl)
* Fix for Bugzilla Bug 49784 acolyer2004-01-141-34/+0
| | | | | | | | declaring interface methods should work as it does in interface and Bugzilla Bug 45676 AspectJ enhanced code can not be used with plain old java anymo and Bugzilla Bug 43972 Static crosscutting makes interfaces unusable for javac
* @testcase PR#49784 aspect declares interface methodwisberg2004-01-091-0/+22
|
* @testcase PR#49295 extra warning (join point?) for interface-typepattern ↵wisberg2003-12-231-0/+10
| | | | execution
* Work on Bugzilla 42668: effect of an after returning type incompatible with ↵ehilsdal2003-11-181-10/+8
| | | | | | | a join point return type * fix to semantics document to describe correct semantics * checkin of failing coverage test case for correct semantics
* refactored test, annotated specification for JDT bug.wisberg2003-10-311-15/+4
|
* @testcase PR#42574 ZIP and JAR extensions in classpath and extdirswisberg2003-10-311-1/+19
|
* fix for Bugzilla Bug 45441 jhugunin2003-10-231-10/+1
| | | | IncompatibleClassChangeError at runtime when compiling with -1.4 option
* Added test case for bug 45441acolyer2003-10-231-0/+10
|
* added back-links to newly-submitted bug 43972wisberg2003-10-011-0/+1
|
* presumed bug found on mailing list by Eric Jain, rendered both in harness ↵wisberg2003-09-291-1/+13
| | | | and Ant (to show behavior with javac)
* @testcase PR#XXX omnibus privileged access from aspectj-users mail "Problem ↵wisberg2003-09-071-1/+12
| | | | with interfaces in method's signature"
* @testcase PR#42668 after returning type incompatible with join point return typewisberg2003-09-061-0/+10
|
* @testcase PR#41888 call PCD fails when given subtype of defining typewisberg2003-08-231-0/+7
|
* fix for Bugzilla Bug 41175 jhugunin2003-08-081-30/+0
| | | | | | | | | | binary aspect-declared methods conflict, lost their exception clauses larger fix to address more issues with aspect-declared methods in bytecode form also addressed declared exception issue more generally this fix should be more stable than a smaller hack that just fixed this specific bug report would have been. added a few tests to match increased scope.
* BCException - not isolated, so no bug writtenwisberg2003-08-071-0/+83
|
* @testcase PR#41175 aspect-declared methods with exception clauses fail in ↵wisberg2003-08-061-0/+30
| | | | | | binary libraries Corresponding non-binary passing tests added to ajcTests.xml
* @testcase PR#41170 combine classpath on command line and in .lst filewisberg2003-08-061-0/+7
|
* fix for Bugzilla Bug 40805 jhugunin2003-08-051-16/+1
| | | | call pointcut with interface type fails if method declared on interface
* fixes for Bugzilla Bug 40858 jhugunin2003-08-041-21/+2
| | | | | | super-qualified pointcut reference cause weaver stack trace and Bugzilla Bug 40814 no error when defining interface pointcuts
* fix for Bugzilla Bug 40876 jhugunin2003-07-291-7/+0
| | | | | | ClassFormatError on external subtype-qualified ref to supertype pointcut This was an important bug that was caused by the static fields used in the implementation of cflow being placed on the wrong class. This broke the rules used for name mangling and could occasionally result in name collisions as shown here.
* @testcase PR#40876 subtype-qualified pointcut reference wisberg2003-07-281-0/+8
| | | | (ClassFormatError)
* @testcase PR#40858 weaver trace on mis-qualified pointcut referencewisberg2003-07-281-0/+9
|
* @testcase PR#40814 compile error expected for pointcuts in interfaceswisberg2003-07-261-3/+12
|
* @testcase PR#40805 interface call signatures when declaring method in aspectwisberg2003-07-261-1/+16
|
* fix and moved test for Bugzilla Bug 39711 jhugunin2003-07-241-5/+1
| | | | Class Literals as non final fields
* added test for expanded version of Bugzilla Bug 39711 jhugunin2003-07-231-2/+6
| | | | Class Literals as non final fields
* fix and expanded tests for Bugzilla Bug 39462 jhugunin2003-07-221-6/+1
| | | | Compiler crashes in jar and cflow
* Fix for Bugzilla #39479, #40109 jhugunin2003-07-161-6/+0
| | | | | | | | | | | | | based on patch contributed by Andy Clement Generalizes the patch with a method org.aspectj.weaver.bcel.Utility.copyInstruction that works-around the bug in Select.copy(). Changed all calls to Instruction.copy() to use this new method, would be nice to add the rule: * declare error: * call(* Instruction.copy()) && within(org.aspectj.weaver) * && !withincode(* Utility.copyInstruction(Instruction)): * "use Utility.copyInstruction to work-around bug in Select.copy()";