aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-03-12 23:07:08 +0000
committerjhugunin <jhugunin>2003-03-12 23:07:08 +0000
commit7746fcb7e977c7a91bd70081a2197a999ec18ad3 (patch)
tree4e4e458141708cb69d58b31043883be4f6c2871b /tests/ajcTests.xml
parent519aa42cff336a34041df665c4c7e8f738274973 (diff)
downloadaspectj-7746fcb7e977c7a91bd70081a2197a999ec18ad3.tar.gz
aspectj-7746fcb7e977c7a91bd70081a2197a999ec18ad3.zip
fix and test for Bugzilla Bug 34858
Weaver crash
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index b8486e3b5..40998854b 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -5685,4 +5685,16 @@
<message kind="error" line="85"/>
</compile>
</ajc-test>
+
+ <ajc-test dir="bugs" pr="34858"
+ title="cflow binding issues with ignoring state">
+ <compile files="CflowBinding.java"/>
+ <run class="CflowBinding"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs" pr="34858"
+ title="cflow binding -- original weaver crash">
+ <compile files="CflowBindingOrig.java"/>
+ <run class="CflowBindingOrig"/>
+ </ajc-test>
</suite>