For PR java/5902:
2002-03-15 Eric Blake <ebb9@email.byu.edu> For PR java/5902: * libjava.compile/PR5902.java: Does not need to execute. For PR java/5913: * libjava.compile/PR5913.java: Ditto. From-SVN: r50829
This commit is contained in:
parent
a42519bebd
commit
08bcc159d9
3 changed files with 11 additions and 11 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2002-03-15 Eric Blake <ebb9@email.byu.edu>
|
||||||
|
|
||||||
|
For PR java/5902:
|
||||||
|
* libjava.compile/PR5902.java: Does not need to execute.
|
||||||
|
For PR java/5913:
|
||||||
|
* libjava.compile/PR5913.java: Ditto.
|
||||||
|
|
||||||
2002-03-12 Tom Tromey <tromey@redhat.com>
|
2002-03-12 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
Test for PR java/5848:
|
Test for PR java/5848:
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
class PR5902
|
class PR5902
|
||||||
{
|
{
|
||||||
public static void main(String[] args)
|
double d = 019f;
|
||||||
{
|
|
||||||
System.exit((019f == 19) ? 0 : 1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
class PR5913
|
class PR5913
|
||||||
{
|
{
|
||||||
public static void main(String[] args)
|
boolean test1 = ("" + 1) instanceof String;
|
||||||
{
|
// This also tests literal parsing, as mentioned in PR 5902.
|
||||||
boolean test1 = ("" + 1) instanceof String;
|
boolean test2 = "" + 0x1instanceof String;
|
||||||
// This also tests literal parsing, as mentioned in PR 5902.
|
|
||||||
boolean test2 = "" + 0x1instanceof String;
|
|
||||||
System.exit((test1 && test2) ? 0 : 1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue