summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* - correcting message specification of existing tests wisberg2003-05-141-93/+124
| | | | | using file and text comparison - adding new command-line error tests (and keyword)
* test for Bugzilla Bug 37325 jhugunin2003-05-111-1/+6
| | | | Weaver fails with NPE for very large source files
* includeClassesDirwisberg2003-05-091-3/+6
|
* moved incremental tests from failing (since they now pass) jhugunin2003-05-091-0/+25
| | | | cleaned out contents of failing that are now in ajcTests
* comment documenting keyword "incremental-test"wisberg2003-05-091-0/+1
|
* fix and better tests for jhugunin2003-05-021-2/+9
| | | | | Bugzilla Bug 37152 java.lang.VerifyError:
* passing incremental tests from testing-drivers/testdata/harness/incrementalwisberg2003-05-021-1/+104
|
* added test that deprecation warnings are not shown unless asked for jhugunin2003-05-011-0/+7
| | | | modifying option setting to make that test pass
* updated tests for [method|execution] binary join point detection. wisberg2003-05-011-0/+131
| | | | added narrower knownLimitation test
* Added easy to understand test for issue of Class.forName differences jhugunin2003-05-011-0/+15
| | | | | | | between IBM and SUN's JDKs Moved a nit-picking part of SourceLocationWithExpr to its own test that is listed as a known limitation.
* fix test titlewisberg2003-04-291-1/+1
|
* fix and tests for jhugunin2003-04-271-0/+20
| | | | | | | | Bugzilla Bug 30663 lame error message: "negation doesn't allow binding" and Bugzilla Bug 36329 The compiler crashes when using aspect libraries created without using -noweave
* fix and tests for jhugunin2003-04-251-0/+6
| | | | | Bugzilla Bug 36803 BCException thrown by AspectJ 1.1rc1
* expanded tests and fix for jhugunin2003-04-241-0/+15
| | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype
* @testcase try/finally in around advice (same as ...messy arounds?) wisberg2003-04-231-0/+6
| | | | Works in current tree, but not in 1.1rc1
* tests and fixes for jhugunin2003-04-221-0/+17
| | | | | Bugzilla Bug 29665 Inconsistant stack height
* test and fix for Bugzilla Bug 36564 jhugunin2003-04-221-0/+6
| | | | Internal compiler error
* fix for Bugzilla Bug 36736 jhugunin2003-04-221-0/+13
| | | | | | | | | | compiler error expected for implemented abstract pointcuts and for fix for Bugzilla Bug 36673 VerifyError in privileged aspect minimally extended coverage for this bug
* fix and test for Bugzilla Bug 36110 jhugunin2003-04-121-2/+13
| | | | IllegalAccessError while accessing introduced variable / 1.1rc1
* fixing declare parents problemsjhugunin2003-04-111-0/+22
|
* test for jhugunin2003-04-101-0/+7
| | | | | Bugzilla Bug 35725 Inter type declaration to base class not seen by derived class
* test and fix for jhugunin2003-04-101-0/+7
| | | | | Bugzilla Bug 36046 inter-type declaration bug with abstract classes
* extending coverage for [Bug 35593] Problem with priviliged aspectsjhugunin2003-04-101-1/+1
|
* Major changes in order to move to Eclipse-JDT 2.1 as a base. jhugunin2003-03-281-2/+2
| | | | | | In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future.
* test and fix for Bugzilla Bug 34925 v1_1_0_RC1jhugunin2003-03-131-0/+6
| | | | compiler crash on yesterday's rc1 build
* changing tests to knownLimitation per jim. wisberg2003-03-131-0/+44
| | | | Marking them makes it easier to summarize them for docs.
* fix for class not allowed to extend aspect and moving corresponding test out ↵jhugunin2003-03-121-0/+7
| | | | of failing
* fixed for graceful error handling (i.e. the compiler doesn't dump stack ;-) jhugunin2003-03-121-0/+14
| | | | in response to tests now moved out of failing
* fix and test for Bugzilla Bug 34858 jhugunin2003-03-121-0/+12
| | | | Weaver crash
* fix and tests for checked exception on advice being checked at jhugunin2003-03-121-0/+19
| | | | woven join points
* added vm="1.4" to test using assertjhugunin2003-03-121-1/+1
|
* fixed Bug 29934 jhugunin2003-03-121-0/+7
| | | | runtime NullPointerException when applying around advice to other around advice
* fixing Bug 31724 jhugunin2003-03-111-0/+29
| | | | | declare warning/error emitted without context and generally providing better error context information
* added tests and fixes jhugunin2003-03-111-0/+20
| | | | fixed two bugs in ajcTestsFailing
* FIXED: Bugzilla Bug 32421 jhugunin2003-03-061-0/+10
| | | | | | | can't resolve nested public interfaces FIXED: Bugzilla Bug 32399 Incorrect binding of protected (marker) interfaces
* FIXED: Bugzilla Bug 32463 jhugunin2003-03-061-0/+14
| | | | ajc reports error when encountering static declaration of nested classes
* added test for 30026 , even though its working in the current versionjhugunin2003-02-141-0/+7
|
* fixed Bug 31423: adviceexecution not workingjhugunin2003-02-131-0/+6
|
* fixed Bug 30168: bad optimization of thisJoinPoint to thisJoinPointStaticPartjhugunin2003-02-131-0/+7
|
* fixed Bug 29959: super call in intertype method declaration body causes ↵jhugunin2003-02-131-0/+6
| | | | VerifyError
* fix for failing test case that aspects must be constructed after their jhugunin2003-01-221-0/+7
| | | | clinit has run, noting that 1/3 remaining failures is in bugzilla
* added test for Bugzilla Bug 29662 jhugunin2003-01-211-0/+7
| | | | VerifyError on accessing objects not accessible to the weaver: Incompatible object argument for invokespecial
* test for Bugzilla Bug 29689 jhugunin2003-01-211-0/+7
| | | | Declare precedence should not allow multiple * patterns
* test for Bug 29693 jhugunin2003-01-211-0/+6
| | | | Use of within with declare soft yeilds VerifyError 1.1b4
* test for Bug 29691 jhugunin2003-01-211-0/+6
| | | | Static inner aspects cannot reference user defined pointcuts
* added test for introduced final fields and rearranged somejhugunin2003-01-141-0/+28
|
* fixing bugsjhugunin2003-01-081-0/+57
|
* fixing and cleanup jhugunin2003-01-081-27/+4
| | | | all tests in ajcTests are either passing or flagged with purejava or knownLimitation
* more tests from bugzillajhugunin2003-01-071-0/+17
|
* tests from bugzillajhugunin2003-01-071-0/+16
|