Skip to content
Snippets Groups Projects
Commit 5bd3d817 authored by rmathew's avatar rmathew
Browse files

* testsuite/libjava.compile/PR20312.java: New file.

	* testsuite/libjava.compile/PR20312.xfail: Likewise.
	* testsuite/libjava.jacks/jacks.xfail: Remove 9.2-implicit-15.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96252 138bc75d-0d04-0410-961f-82ee72b054a4
parent b0353cc9
No related branches found
No related tags found
No related merge requests found
2005-03-10 Ranjit Mathew <rmathew@hotmail.com>
* testsuite/libjava.compile/PR20312.java: New file.
* testsuite/libjava.compile/PR20312.xfail: Likewise.
* testsuite/libjava.jacks/jacks.xfail: Remove 9.2-implicit-15.
2005-03-09 Andrew Haley <aph@redhat.com> 2005-03-09 Andrew Haley <aph@redhat.com>
   
* gnu/java/nio/channels/FileChannelImpl.java (smallTransferFrom): * gnu/java/nio/channels/FileChannelImpl.java (smallTransferFrom):
......
/* Can't throw what the overridden method doesn't. */
public class PR20312
{
public String toString( ) throws java.io.IOException
{
return "SNAFU";
}
}
shouldfail
...@@ -671,7 +671,6 @@ ...@@ -671,7 +671,6 @@
9.1.1-in-interface-9 9.1.1-in-interface-9
9.1.2-supertype-1 9.1.2-supertype-1
9.1.3-body-5 9.1.3-body-5
9.2-implicit-15
9.2-implicit-18 9.2-implicit-18
9.2-implicit-19 9.2-implicit-19
9.2-implicit-2 9.2-implicit-2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment