* testsuite/libjava.jacks/jacks.xfail: Remove 8.1.1.1-12 and
8.4.6.2-hiding-5.
* testsuite/libjava.compile/PR23431_1.java: New testcase.
* testsuite/libjava.compile/PR23431_2.java: Likewise.
* testsuite/libjava.compile/PR23431_1.xfail: New file.
* testsuite/libjava.compile/PR23431_2.xfail: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103910
138bc75d-0d04-0410-961f-
82ee72b054a4
+2005-09-05 Ranjit Mathew <rmathew@hotmail.com>
+
+ Testsuite changes for PR java/23431.
+ * testsuite/libjava.jacks/jacks.xfail: Remove 8.1.1.1-12 and
+ 8.4.6.2-hiding-5.
+ * testsuite/libjava.compile/PR23431_1.java: New testcase.
+ * testsuite/libjava.compile/PR23431_2.java: Likewise.
+ * testsuite/libjava.compile/PR23431_1.xfail: New file.
+ * testsuite/libjava.compile/PR23431_2.xfail: Likewise.
+
2005-08-29 Thomas Fitzsimmons <fitzsim@redhat.com>
PR libgcj/23549
--- /dev/null
+abstract class Foo
+{
+ public abstract void bar( );
+}
+
+class PR23431_1 extends Foo
+{
+ private void bar( ) { }
+}
--- /dev/null
+shouldfail
--- /dev/null
+interface Foo
+{
+ public void bar( );
+}
+
+class PR23431_2 implements Foo
+{
+ private void bar( ) { }
+}
--- /dev/null
+shouldfail
7.6-optional-restrictions-1
7.6-unnamed-scope-1
7.6-unnamed-scope-2
-8.1.1.1-12
8.1.1.1-default-abstract-11
8.1.1.1-default-abstract-13
8.1.1.1-default-abstract-15
8.4.6-inheritance-2
8.4.6.1-override-3
8.4.6.2-hiding-3
-8.4.6.2-hiding-5
8.4.6.3-default-10
8.4.6.3-default-12
8.4.6.3-default-14