This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR java/25429: can't see private static final int CREATE = 1


>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:

Ranjit> Note that this fixes the Jacks testcase
Ranjit> 8.5.2-accessible-static-member-usage-3
Ranjit> (tests/jls/classes/member-type-declarations/static-member-type-declarations).

Ranjit> PS: Hey, am I the only one these days who tests against Jacks? :-/

No, I did.  I saw that XPASS but somehow failed to connect it back to
editing the xfail file.  I'm checking in the appended to fix.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* testsuite/libjava.jacks/jacks.xfail
	(8.5.2-accessible-static-member-usage-3): Removed.

Index: testsuite/libjava.jacks/jacks.xfail
===================================================================
--- testsuite/libjava.jacks/jacks.xfail	(revision 108588)
+++ testsuite/libjava.jacks/jacks.xfail	(working copy)
@@ -604,7 +604,6 @@
 8.5-inheritance-2
 8.5-inheritance-3
 8.5-inheritance-6
-8.5.2-accessible-static-member-usage-3
 8.5.2-non-static-member-usage-4
 8.5.2-non-static-member-usage-5
 8.6-abrupt-1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]