diff options
author | jhugunin <jhugunin> | 2003-04-22 21:58:02 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-04-22 21:58:02 +0000 |
commit | 6c9118bfa40d75467085d23a3b0d103199e137b2 (patch) | |
tree | 1ed9f725110d254582163a1eddcc54b60fb40bdc /tests/ajcTests.xml | |
parent | 0a8dbdeed13fe79ddfd7a291e2b45b50b9a90579 (diff) | |
download | aspectj-6c9118bfa40d75467085d23a3b0d103199e137b2.tar.gz aspectj-6c9118bfa40d75467085d23a3b0d103199e137b2.zip |
tests and fixes for
Bugzilla Bug 29665
Inconsistant stack height
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 845d21687..8785b0b8a 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5834,4 +5834,21 @@ <run class="tjpStaticPart.Test"/> </ajc-test> + <ajc-test dir="bugs" pr="29665" + title="Inconsistant stack height with around"> + <compile files="StackError.java"/> + <run class="StackError"/> + </ajc-test> + + + <ajc-test dir="bugs/messyAround" pr="36056" + title="Ajc 1.1 rc1 java.lang.VerifyError with messy arounds"> + <compile files="aspects/Trace.aj,cap/OptionList.java,DebugTrace.aj"> + <message kind="warning" line="102"/> + <message kind="warning" line="124"/> + <message kind="warning" line="138"/> + </compile> + <run class="cap.OptionList"/> + </ajc-test> + </suite> |