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.

From-SVN: r103910
This commit is contained in:
Ranjit Mathew 2005-09-05 15:04:40 +00:00 committed by Ranjit Mathew
parent 75d1a48521
commit 3b4fb454b1
6 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,13 @@
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

View File

@ -0,0 +1,9 @@
abstract class Foo
{
public abstract void bar( );
}
class PR23431_1 extends Foo
{
private void bar( ) { }
}

View File

@ -0,0 +1 @@
shouldfail

View File

@ -0,0 +1,9 @@
interface Foo
{
public void bar( );
}
class PR23431_2 implements Foo
{
private void bar( ) { }
}

View File

@ -0,0 +1 @@
shouldfail

View File

@ -524,7 +524,6 @@
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
@ -579,7 +578,6 @@
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