aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-07-03 00:06:53 +0000
committerjhugunin <jhugunin>2003-07-03 00:06:53 +0000
commit8d5101c858324f957b8deed851742b2dc322a45a (patch)
treedbdf1a7a7b55b7a0aee71b78dbdb853463839178 /tests/ajcTestsFailing.xml
parent0e3c87c56d6120afa0bb0db602a73b473d23b04a (diff)
downloadaspectj-8d5101c858324f957b8deed851742b2dc322a45a.tar.gz
aspectj-8d5101c858324f957b8deed851742b2dc322a45a.zip
test for Bugzilla Bug 39479
NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch.
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 4292bacbd..25314b777 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -9,5 +9,11 @@
<compile files="lib.jar,TestAspect.aj,Test.java"/>
<run class="Test"/>
</ajc-test>
+
+ <ajc-test dir="bugs" pr="39479"
+ title="NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch">
+ <compile files="NewSwitch.java"/>
+ <run class="NewSwitch"/>
+ </ajc-test>
</suite>