public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/23507] New: gij testsuite failures
@ 2005-08-21 20:26 danglin at gcc dot gnu dot org
  2005-08-21 22:25 ` [Bug libgcj/23507] " tromey at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-08-21 20:26 UTC (permalink / raw)
  To: java-prs

FAIL: Class_1 execution - gij test
FAIL: Class_1 execution - gij test
FAIL: InvokeInterface execution - gij test
FAIL: InvokeInterface execution - gij test
FAIL: PR12350 execution - gij test
FAIL: PR12350 execution - gij test
FAIL: PR12416 execution - gij test
FAIL: PR12416 execution - gij test
FAIL: PR260 execution - gij test
FAIL: PR260 execution - gij test
FAIL: Process_3 execution - gij test
FAIL: SyncTest execution - source compiled test
FAIL: SyncTest execution - gij test
FAIL: SyncTest execution - bytecode->native test
FAIL: SyncTest -O3 execution - source compiled test
FAIL: SyncTest execution - gij test
FAIL: SyncTest -O3 execution - bytecode->native test
WARNING: program timed out.
FAIL: Thread_Monitor execution - source compiled test
FAIL: Thread_Monitor execution - gij test
FAIL: Thread_Monitor execution - bytecode->native test
FAIL: Thread_Monitor -O3 execution - source compiled test
FAIL: Thread_Monitor execution - gij test
FAIL: Thread_Monitor -O3 execution - bytecode->native test
FAIL: invokethrow execution - gij test
FAIL: invokethrow execution - gij test
FAIL: pr179 execution - gij test
FAIL: pr179 execution - gij test
FAIL: pr21785 execution - gij test
FAIL: pr21785 execution - gij test
FAIL: pr8415 execution - gij test
FAIL: pr8415 execution - gij test
FAIL: stringconst2 output - gij test
FAIL: stringconst2 output - gij test

These failures are similar to thos reported in PR libgcj/21692
but apparently are specific to hppa-linux.

byte compile: /home/dave/gnu/gcc-4.0/objdir/gcc/gcj -B/home/dave/gnu/gcc-4.0/obj
dir/gcc/ --encoding=UTF-8 -C -I/home/dave/gnu/gcc-4.0/objdir/hppa-linux/libjava/
testsuite/../libgcj-4.1.0.jar -g /home/dave/gnu/gcc-4.0/gcc/libjava/testsuite/li
bjava.lang/Class_1.java -d /home/dave/gnu/gcc-4.0/objdir/hppa-linux/libjava/test
suite 2>@ stdout
PASS: Class_1 byte compilation
Class_1C D I J Class_1 set_ld_library_path_env_vars: ld_library_path=.:/home/dav
e/gnu/gcc-4.0/objdir/hppa-linux/./libjava/.libs:/home/dave/gnu/gcc-4.0/objdir/gc
c
Setting LD_LIBRARY_PATH to .:/home/dave/gnu/gcc-4.0/objdir/hppa-linux/./libjava/
.libs:/home/dave/gnu/gcc-4.0/objdir/gcc:.:/home/dave/gnu/gcc-4.0/objdir/hppa-lin
ux/./libjava/.libs:/home/dave/gnu/gcc-4.0/objdir/gcc:.:/home/dave/gnu/gcc-4.0/ob
jdir/hppa-linux/./libjava/.libs:/home/dave/gnu/gcc-4.0/objdir/gcc
Testing class `Class_1'...
Exception in thread "main" java.lang.NoClassDefFoundError: C
   at java.lang.VMThrowable (natVMThrowable.cc:33)
   at java.lang.Throwable (Throwable.java:498)
   at java.lang.Throwable (Throwable.java:159)
   at java.lang.Error (Error.java:80)
   at java.lang.LinkageError (LinkageError.java:71)
   at java.lang.NoClassDefFoundError (NoClassDefFoundError.java:73)
   at gnu.java.lang.MainThread (natMainThread.cc:47)
FAIL: Class_1 execution - gij test
UNTESTED: Class_1 output - gij test

-- 
           Summary: gij testsuite failures
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23507


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/23507] gij testsuite failures
  2005-08-21 20:26 [Bug libgcj/23507] New: gij testsuite failures danglin at gcc dot gnu dot org
@ 2005-08-21 22:25 ` tromey at gcc dot gnu dot org
  2005-08-21 23:35 ` cvs-commit at gcc dot gnu dot org
  2005-08-23 11:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-08-21 22:25 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-08-21 22:25 -------
That stack trace looks a bit peculiar.
But maybe it is just that it hasn't been "cleaned up" to remove
the frames related to constructing the exception.

I think the only thing to do here is go in and find out why
the class "C" is not being found.  It ought to be found just
fine, as Class_1 is found (otherwise I think the error would
mention Class_1 -- C is searched for when linking Class_1).

One possibility is that the class loader for Class_1 is set
incorrectly somehow.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23507


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/23507] gij testsuite failures
  2005-08-21 20:26 [Bug libgcj/23507] New: gij testsuite failures danglin at gcc dot gnu dot org
  2005-08-21 22:25 ` [Bug libgcj/23507] " tromey at gcc dot gnu dot org
@ 2005-08-21 23:35 ` cvs-commit at gcc dot gnu dot org
  2005-08-23 11:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-21 23:35 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-21 23:35 -------
Subject: Bug 23507

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	danglin@gcc.gnu.org	2005-08-21 23:35:46

Modified files:
	libjava        : ChangeLog stacktrace.cc 

Log message:
	PR libgcj/23507
	* stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Fix typo in newLength
	assignment.  Cast operands of compare to function pointer type.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3724&r2=1.3725
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/stacktrace.cc.diff?cvsroot=gcc&r1=1.8&r2=1.9



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23507


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/23507] gij testsuite failures
  2005-08-21 20:26 [Bug libgcj/23507] New: gij testsuite failures danglin at gcc dot gnu dot org
  2005-08-21 22:25 ` [Bug libgcj/23507] " tromey at gcc dot gnu dot org
  2005-08-21 23:35 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-23 11:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-23 11:46 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-23 11:46 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23507


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-23 11:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-21 20:26 [Bug libgcj/23507] New: gij testsuite failures danglin at gcc dot gnu dot org
2005-08-21 22:25 ` [Bug libgcj/23507] " tromey at gcc dot gnu dot org
2005-08-21 23:35 ` cvs-commit at gcc dot gnu dot org
2005-08-23 11:46 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).