This is the mail archive of the java@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: Weird New libjava Testsuite Failure (PR java/14104)


The test failure "linking simple" is because the error handling in
opendir_in_zip() is quite insane.  This patch tidies up that error
handling.

That was real fast tracking and fixing - thanks Andrew!


Now I get (i686-pc-linux-gnu, RHEL3):
------------------------------- 8< -------------------------------
               === libjava Summary ===

# of expected passes            3308
# of expected failures          14
# of untested testcases         16
------------------------------- 8< -------------------------------

[...]
! goto fail;
[...]
! goto fail;
[...]
! goto fail;
[...]
+ fail:

Dijkstra rolls in his grave:


http://www.acm.org/classics/oct95/

:-P

Ranjit.

_________________________________________________________________
Post Classifieds on MSN classifieds. http://go.msnserver.com/IN/44045.asp Buy and Sell on MSN Classifieds.



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