aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2004-02-19 22:09:16 +0000
committerjhugunin <jhugunin>2004-02-19 22:09:16 +0000
commit6ddae42579ceb781831e08f0fcf77a4ff4ffb5c0 (patch)
tree466c3b3a790f56c4985cbb78686342abe3447591 /tests/ajcTestsFailing.xml
parent669cd7ce8634623c004cca5732c94a20fd7f57f7 (diff)
downloadaspectj-6ddae42579ceb781831e08f0fcf77a4ff4ffb5c0.tar.gz
aspectj-6ddae42579ceb781831e08f0fcf77a4ff4ffb5c0.zip
fix for Bugzilla Bug 51929
Advice calling protected super method causing java.lang.VerifyError 'Bad access to protected data' Also expanded test to cover protected field access as well as methods Fix required getting the correct receiver type for both field access and method calls to correspond to Java's complicated rules for accessing protected members (JLSv2 6.6.2 and mentioned in passing in JVMv2 5.4.4)
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 33a3a5d14..cd8ba3e47 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -133,12 +133,6 @@
<run class="InterfaceInitializerOrder"/>
</ajc-test>
- <ajc-test dir="bugs/protectedvf"
- title="mail list VerifyError with protected access">
- <compile files="main/Driver.java,main/p2/AbstractTest.aj,main/p1/ConcreteTest.aj"/>
- <run class="main.Driver"/>
- </ajc-test>
-
<ajc-test dir="bugs/fieldsOnInterfaces"
pr="52107"
title="declare String field on interface">