summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Work on Bugzilla 42668: effect of an after returning type incompatible with ↵ehilsdal2003-11-184-31/+90
| | | | | | | a join point return type * fix to semantics document to describe correct semantics * checkin of failing coverage test case for correct semantics
* patch from George Harley for pr 42711 (test case)acolyer2003-11-121-0/+5
|
* added detail of expected messages (message text) for pr31724acolyer2003-11-101-16/+18
|
* manifest.mf copying means that 1 previous warning is now no longer issued.acolyer2003-11-041-0/+2
|
* refactored test, annotated specification for JDT bug.wisberg2003-10-311-15/+4
|
* test for 42574 passes.wisberg2003-10-311-0/+8
|
* reorganize test b/c conflating two issues: wisberg2003-10-3111-17/+40
| | | | | (a) zip not accepted by extdirs (b) uppercase ZIP and JAR not accepted by eclipse FileSystem
* add support for extdirs wisberg2003-10-311-1/+2
| | | | | | unhide support for classpath fix writes for sourcepath, argfiles add hook to not enforce compiler for testing
* @testcase PR#42574 ZIP and JAR extensions in classpath and extdirswisberg2003-10-318-1/+97
|
* -source14 is not back to -source 1.4, and XOCodeSize a knownLimitationwisberg2003-10-291-18/+19
|
* doc harness handling of 2-element optionswisberg2003-10-291-3/+1
|
* make output dirwisberg2003-10-291-0/+1
|
* fix for Bugzilla Bug 45441 jhugunin2003-10-232-10/+10
| | | | IncompatibleClassChangeError at runtime when compiling with -1.4 option
* test case for bug 45441 - joinpoint optimization when targetting 1.4acolyer2003-10-232-0/+21
|
* Added test case for bug 45441acolyer2003-10-231-0/+10
|
* added back-links to newly-submitted bug 43972wisberg2003-10-013-5/+10
|
* presumed bug found on mailing list by Eric Jain, rendered both in harness ↵wisberg2003-09-296-1/+132
| | | | and Ant (to show behavior with javac)
* bug 43033 - NPE in concretize error path for ReferencePointcutacolyer2003-09-193-0/+31
|
* fix and test for Bugzilla Bug 43194 jhugunin2003-09-182-0/+31
| | | | | | | java.lang.VerifyError in generated code Bug was that a portion of ReferencePointcut.concretize was not behaving functionally but was mutating state.
* fix and test for Bugzilla Bug 42993 jhugunin2003-09-122-0/+50
| | | | | | | | | | | | | | | | Language regression, or possible language improvement? The problem was caused by moving name binding in pointcut declarations to happen before declare parents are evaluated. Because of this, the compiler doesn't know that ContainerDescriptor isa Key when resolving the ContainerLoader.containerLoads reference. The change in ordering was made to fix a bug reported in declare error and declare soft whose pcds where being evaluated before name binding had happened in the pointcut declarations. Unfortunately, declare error and declare soft are concretized at the same time as declare parents (and all other declares ;-), so this move also led to the regression noted above.
* fix and tests for at least 2 bugs: jhugunin2003-09-104-0/+81
| | | | | | | | | | | Bugzilla Bug 42740 declare error fails on pointcuts composed from multiple classes Bugzilla Bug 42746 within() pcd is confused for certain declare softs and probably: Bugzilla Bug 42739 Compiler crash in ajc head (post 1.1.1 rc1)
* added pr number for Bugzilla Bug 42652 jhugunin2003-09-081-2/+1
| | | | Regression: Cannot compile complex weaving anymore
* @testcase PR#XXX omnibus privileged access from aspectj-users mail "Problem ↵wisberg2003-09-074-1/+212
| | | | with interfaces in method's signature"
* @testcase PR#42668 after returning type incompatible with join point return typewisberg2003-09-062-0/+31
|
* test and fix for bug reported today on aspectj-dev jhugunin2003-09-052-0/+28
| | | | | | | | | | | This bug is a reversion from 1.1.0 and so was a high-priority to get fixed before the 1.1.1rc2 release tommorrow. The bug was caused by a conflict between the implementation of perthis and a fix made in 1.1.1rc1 to the code for signature matching to handle inter-type declarations correctly. The fix was the addition of two null pointer checks. I hope that the original reporter will file a bug report in bugzilla tomorrow for tracking.
* test and fix for Bugzilla Bug 42539 jhugunin2003-09-043-0/+28
| | | | throw derivative pointcuts not advised
* fix and test for Bugzilla Bug 41359 jhugunin2003-08-284-0/+58
| | | | percflow aspects compiled from jars share one instance for all entry points
* @testcase PR#41888 call PCD fails when given subtype of defining typewisberg2003-08-232-0/+83
|
* added ant driver for JUnit ajctest driverwisberg2003-08-171-0/+40
|
* disabled test spec error test b/c it can't be skipped for JUnit driverwisberg2003-08-171-4/+5
|
* Added check for warning issued during JAR creation (manifest not copied).mkersten2003-08-082-7/+11
|
* put aspectjrt.jar on classpath for module tests run outside of eclipseacolyer2003-08-081-0/+1
|
* would help if i quoted test.classpath properly....acolyer2003-08-081-2/+2
|
* switch to using test.classpath rather than bin.classpath - works outside of ↵acolyer2003-08-081-2/+2
| | | | eclipse
* Added task to call ajcTests with and without emacssym and include results in ↵acolyer2003-08-081-2/+117
| | | | report
* fix and tests for Bugzilla Bug 41123 jhugunin2003-08-085-0/+54
| | | | Weaving failure when using injars
* fix for Bugzilla Bug 41175 jhugunin2003-08-089-30/+66
| | | | | | | | | | 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-073-0/+473
|
* @testcase PR#41175 aspect-declared methods with exception clauses fail in ↵wisberg2003-08-0613-0/+204
| | | | | | binary libraries Corresponding non-binary passing tests added to ajcTests.xml
* passing tests for interface libraries. The behavior might be wrong (i.e., ↵wisberg2003-08-069-0/+188
| | | | some should fail) -- confirming on the list.
* @testcase PR#41170 combine classpath on command line and in .lst filewisberg2003-08-065-0/+24
|
* fix for Bugzilla Bug 40805 jhugunin2003-08-052-17/+17
| | | | call pointcut with interface type fails if method declared on interface
* fixes for Bugzilla Bug 40858 jhugunin2003-08-045-30/+42
| | | | | | 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-292-7/+7
| | | | | | 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.
* Added test case for bug#39959. mkersten2003-07-293-0/+76
| | | | Fails because classpath is incorrectly set to include aspectjtools.jar (by the harness).
* @testcase PR#40876 subtype-qualified pointcut reference wisberg2003-07-282-0/+58
| | | | (ClassFormatError)
* @testcase PR#40858 weaver trace on mis-qualified pointcut referencewisberg2003-07-282-0/+36
|
* @testcase PR#40814 compile error expected for pointcuts in interfaceswisberg2003-07-262-3/+19
|
* passing tests compiler errors when abstract pointcuts are outside abstract ↵wisberg2003-07-262-0/+21
| | | | aspects
* @testcase PR#40805 interface call signatures when declaring method in aspectwisberg2003-07-262-1/+71
|