Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test for Bugzilla Bug 39479 | jhugunin | 2003-07-03 | 1 | -0/+6 | |
| | | | | NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch. | |||||
* | added test for Bugzilla Bug 39462 | jhugunin | 2003-07-02 | 1 | -1/+6 | |
| | | | | Compiler crashes in jar and cflow | |||||
* | tests and fixes for two awful error message bugs: | jhugunin | 2003-07-02 | 1 | -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 knownLimitation | wisberg | 2003-05-27 | 1 | -18/+0 | |
| | ||||||
* | moved knownLimitations from ajcTestsFailing to ajcTests and labeled with keyword | jhugunin | 2003-05-27 | 1 | -34/+0 | |
| | ||||||
* | @testcase PR#37898 advice on handler join points should not throw ↵ | wisberg | 2003-05-21 | 1 | -0/+9 | |
| | | | | unpermitted checked exceptions | |||||
* | raising issue of reporting source location for constructor execution as ↵ | wisberg | 2003-05-14 | 1 | -1/+28 | |
| | | | | starting with the first initializer. Possibly a known limitation. | |||||
* | Another strange incremental test, taken from ajcHarnessTests | wisberg | 2003-05-09 | 1 | -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) | jhugunin | 2003-05-09 | 1 | -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 ↵ | wisberg | 2003-05-09 | 1 | -0/+27 | |
| | | | | otherwise (assuming the output directory is not added to the classpath). | |||||
* | updated tests for [method|execution] binary join point detection. | wisberg | 2003-05-01 | 1 | -0/+21 | |
| | | | | added narrower knownLimitation test | |||||
* | test cases for binary warnings (bugs 37020, 37021, 37023) | wisberg | 2003-04-28 | 1 | -0/+112 | |
| | ||||||
* | expanded tests and fix for | jhugunin | 2003-04-24 | 1 | -5/+1 | |
| | | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype | |||||
* | @testcase PR#36778 advise join points in subclass of empty interface | wisberg | 2003-04-22 | 1 | -0/+6 | |
| | ||||||
* | fix for Bugzilla Bug 36736 | jhugunin | 2003-04-22 | 1 | -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 pointcut | wisberg | 2003-04-22 | 1 | -0/+7 | |
| | ||||||
* | @testcase PR#36673 privileged aspect main verify error | wisberg | 2003-04-19 | 1 | -2/+5 | |
| | ||||||
* | fixing declare parents problems | jhugunin | 2003-04-11 | 1 | -14/+1 | |
| | ||||||
* | Test cases for declare parent scenarios - suspected compiler bugs. | acolyer | 2003-03-27 | 1 | -0/+15 | |
| | ||||||
* | changing tests to knownLimitation per jim. | wisberg | 2003-03-13 | 1 | -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 ↵ | jhugunin | 2003-03-12 | 1 | -7/+1 | |
| | | | | of failing | |||||
* | fixed for graceful error handling (i.e. the compiler doesn't dump stack ;-) | jhugunin | 2003-03-12 | 1 | -14/+0 | |
| | | | | in response to tests now moved out of failing | |||||
* | @testcase type not imported in aspect | wisberg | 2003-03-12 | 1 | -0/+7 | |
| | | | | (similar scenario to prior, but different stack trace) | |||||
* | @testcase type not imported in around advice | wisberg | 2003-03-12 | 1 | -0/+7 | |
| | ||||||
* | fix and tests for checked exception on advice being checked at | jhugunin | 2003-03-12 | 1 | -12/+0 | |
| | | | | woven join points | |||||
* | fixed Bug 29934 | jhugunin | 2003-03-12 | 1 | -7/+0 | |
| | | | | runtime NullPointerException when applying around advice to other around advice | |||||
* | fixing Bug 31724 | jhugunin | 2003-03-11 | 1 | -22/+0 | |
| | | | | | declare warning/error emitted without context and generally providing better error context information | |||||
* | added tests and fixes | jhugunin | 2003-03-11 | 1 | -20/+6 | |
| | | | | fixed two bugs in ajcTestsFailing | |||||
* | incremental test with -injars | wisberg | 2003-03-10 | 1 | -0/+25 | |
| | ||||||
* | @testcase inter-type declaration of void field | wisberg | 2003-03-08 | 1 | -0/+14 | |
| | ||||||
* | @testcase PR#33948 default constructor inter-type declaration | wisberg | 2003-03-06 | 1 | -0/+6 | |
| | | | | conflicts with compiler-generated constructor | |||||
* | @testcase no such constructor for proceed argument (error) V_1_1_b5 | wisberg | 2003-02-28 | 1 | -0/+7 | |
| | | | | (compiler throwing NPE) | |||||
* | Final message is actually on line 74, not 73 | acolyer | 2003-02-27 | 1 | -1/+1 | |
| | ||||||
* | fixed Bug 30168: bad optimization of thisJoinPoint to thisJoinPointStaticPart | jhugunin | 2003-02-13 | 1 | -6/+0 | |
| | ||||||
* | fixed Bug 29959: super call in intertype method declaration body causes ↵ | jhugunin | 2003-02-13 | 1 | -0/+7 | |
| | | | | VerifyError | |||||
* | testcase for bug 31724 | wisberg | 2003-02-12 | 1 | -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 | jhugunin | 2003-01-22 | 1 | -11/+1 | |
| | | | | clinit has run, noting that 1/3 remaining failures is in bugzilla | |||||
* | added test for introduced final fields and rearranged some | jhugunin | 2003-01-14 | 1 | -9/+0 | |
| | ||||||
* | fixing bugs | jhugunin | 2003-01-08 | 1 | -42/+3 | |
| | ||||||
* | fixing and cleanup | jhugunin | 2003-01-08 | 1 | -0/+27 | |
| | | | | all tests in ajcTests are either passing or flagged with purejava or knownLimitation | |||||
* | tests from bugzilla | jhugunin | 2003-01-07 | 1 | -1/+0 | |
| | ||||||
* | moved fixed tests | jhugunin | 2003-01-01 | 1 | -34/+0 | |
| | ||||||
* | moving now working tests | jhugunin | 2002-12-30 | 1 | -72/+2 | |
| | ||||||
* | added test cases for old jitterbugs | wisberg | 2002-12-20 | 1 | -64/+13 | |
| | | | | moved passing tests from ajcTestsFailing to ajcTests | |||||
* | initial version | wisberg | 2002-12-16 | 1 | -0/+219 | |