aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* test for Bugzilla Bug 39479 jhugunin2003-07-031-0/+6
| | | | NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch.
* added test for Bugzilla Bug 39462 jhugunin2003-07-021-1/+6
| | | | Compiler crashes in jar and cflow
* tests and fixes for two awful error message bugs: jhugunin2003-07-021-0/+1
| | | | | [Bug 39458] New: Compiler crash in ajc 1.1 [Bug 39460] New: Missing import crashes compiler
* moved tests to ajcTests.xml as passing or knownLimitationwisberg2003-05-271-18/+0
|
* moved knownLimitations from ajcTestsFailing to ajcTests and labeled with keywordjhugunin2003-05-271-34/+0
|
* @testcase PR#37898 advice on handler join points should not throw ↵wisberg2003-05-211-0/+9
| | | | unpermitted checked exceptions
* raising issue of reporting source location for constructor execution as ↵wisberg2003-05-141-1/+28
| | | | starting with the first initializer. Possibly a known limitation.
* Another strange incremental test, taken from ajcHarnessTests wisberg2003-05-091-1/+17
| | | | | | and comparable with a known limitation case for injars, this sometimes doesn't fail for me. hmm. (requires pending changes to sources)
* moved incremental tests from failing (since they now pass) jhugunin2003-05-091-163/+0
| | | | cleaned out contents of failing that are now in ajcTests
* two new incremental tests, each of which fails if run first but not ↵wisberg2003-05-091-0/+27
| | | | otherwise (assuming the output directory is not added to the classpath).
* updated tests for [method|execution] binary join point detection. wisberg2003-05-011-0/+21
| | | | added narrower knownLimitation test
* test cases for binary warnings (bugs 37020, 37021, 37023)wisberg2003-04-281-0/+112
|
* expanded tests and fix for jhugunin2003-04-241-5/+1
| | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype
* @testcase PR#36778 advise join points in subclass of empty interfacewisberg2003-04-221-0/+6
|
* fix for Bugzilla Bug 36736 jhugunin2003-04-221-11/+0
| | | | | | | | | | compiler error expected for implemented abstract pointcuts and for fix for Bugzilla Bug 36673 VerifyError in privileged aspect minimally extended coverage for this bug
* @testcase PR#36736 implemented abstract pointcutwisberg2003-04-221-0/+7
|
* @testcase PR#36673 privileged aspect main verify errorwisberg2003-04-191-2/+5
|
* fixing declare parents problemsjhugunin2003-04-111-14/+1
|
* Test cases for declare parent scenarios - suspected compiler bugs.acolyer2003-03-271-0/+15
|
* changing tests to knownLimitation per jim. wisberg2003-03-131-40/+1
| | | | 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-7/+1
| | | | of failing
* fixed for graceful error handling (i.e. the compiler doesn't dump stack ;-) jhugunin2003-03-121-14/+0
| | | | in response to tests now moved out of failing
* @testcase type not imported in aspect wisberg2003-03-121-0/+7
| | | | (similar scenario to prior, but different stack trace)
* @testcase type not imported in around advicewisberg2003-03-121-0/+7
|
* fix and tests for checked exception on advice being checked at jhugunin2003-03-121-12/+0
| | | | woven join points
* fixed Bug 29934 jhugunin2003-03-121-7/+0
| | | | runtime NullPointerException when applying around advice to other around advice
* fixing Bug 31724 jhugunin2003-03-111-22/+0
| | | | | declare warning/error emitted without context and generally providing better error context information
* added tests and fixes jhugunin2003-03-111-20/+6
| | | | fixed two bugs in ajcTestsFailing
* incremental test with -injarswisberg2003-03-101-0/+25
|
* @testcase inter-type declaration of void fieldwisberg2003-03-081-0/+14
|
* @testcase PR#33948 default constructor inter-type declaration wisberg2003-03-061-0/+6
| | | | conflicts with compiler-generated constructor
* @testcase no such constructor for proceed argument (error) V_1_1_b5wisberg2003-02-281-0/+7
| | | | (compiler throwing NPE)
* Final message is actually on line 74, not 73acolyer2003-02-271-1/+1
|
* fixed Bug 30168: bad optimization of thisJoinPoint to thisJoinPointStaticPartjhugunin2003-02-131-6/+0
|
* fixed Bug 29959: super call in intertype method declaration body causes ↵jhugunin2003-02-131-0/+7
| | | | VerifyError
* testcase for bug 31724 wisberg2003-02-121-0/+22
| | | | | | http://dev.eclipse.org/bugs/show_bug.cgi?id=31724 declare warning context. Note context itself untested -- need to check/upgrade message checking.
* fix for failing test case that aspects must be constructed after their jhugunin2003-01-221-11/+1
| | | | clinit has run, noting that 1/3 remaining failures is in bugzilla
* added test for introduced final fields and rearranged somejhugunin2003-01-141-9/+0
|
* fixing bugsjhugunin2003-01-081-42/+3
|
* fixing and cleanup jhugunin2003-01-081-0/+27
| | | | all tests in ajcTests are either passing or flagged with purejava or knownLimitation
* tests from bugzillajhugunin2003-01-071-1/+0
|
* moved fixed testsjhugunin2003-01-011-34/+0
|
* moving now working testsjhugunin2002-12-301-72/+2
|
* added test cases for old jitterbugs wisberg2002-12-201-64/+13
| | | | moved passing tests from ajcTestsFailing to ajcTests
* initial versionwisberg2002-12-161-0/+219