[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2016-12-15 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30119 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-19 Thread amylaar at gcc dot gnu dot org
--- Comment #10 from amylaar at gcc dot gnu dot org 2006-12-19 12:57 --- (In reply to comment #9) > OK, so it looks like this is not a testsuite problem: the problem really is > with the program being tested. It is also a testsuite problem when the tests are randonly passing or failing

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-15 Thread aph at gcc dot gnu dot org
--- Comment #9 from aph at gcc dot gnu dot org 2006-12-15 11:21 --- OK, so it looks like this is not a testsuite problem: the problem really is with the program being tested. The next thing to do is run the program with GDB and find out where the SEGV occurs. -- aph at gcc dot gnu d

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-13 Thread amylaar at gcc dot gnu dot org
--- Comment #8 from amylaar at gcc dot gnu dot org 2006-12-13 19:47 --- (In reply to comment #7) Sorry, I misunderstood you. Now the test works - most of the time: [EMAIL PROTECTED]:~/bld/2006-11-27-29858/i686/i686-pc-linux-gnu/libjava/testsuite$ /home/amylaar/bld/2006-11-27-29858/i6

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-13 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2006-12-13 13:42 --- You wrote ../gij -classpath PR18699.class:../libgcj-4.3.0.jar PR18699.class But I wrote: ../gij -classpath .:../libgcj-4.3.0.jar PR18699 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30119

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-13 Thread amylaar at gcc dot gnu dot org
--- Comment #6 from amylaar at gcc dot gnu dot org 2006-12-13 13:25 --- (In reply to comment #5) > Set the classpath > > gij -classpath : PR18699 Unfortunately, that still doesn't work: [EMAIL PROTECTED]:~/bld/2006-11-27-29858/i686/i686-pc-linux-gnu/libjava/testsuite$ ../gij -classp

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-08 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2006-12-08 16:45 --- Set the classpath gij -classpath : PR18699 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30119

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-08 Thread amylaar at gcc dot gnu dot org
--- Comment #4 from amylaar at gcc dot gnu dot org 2006-12-08 15:46 --- (In reply to comment #3) > Run it with the libjava/gij PR18699.class ls -l PR18699.class -rw-r--r-- 1 amylaar users 1688 2006-12-08 15:52 PR18699.class [EMAIL PROTECTED]:~/bld/2006-11-27-29858/i686/i686-pc-linux-g

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-08 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2006-12-08 15:20 --- Run it with the libjava/gij PR18699.class -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30119

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-08 Thread amylaar at gcc dot gnu dot org
--- Comment #2 from amylaar at gcc dot gnu dot org 2006-12-08 14:59 --- (In reply to comment #1) > It's not necessary to do any I/O redirection when byte compiling: just execute > the command itself without the "2>" etc. > All right, that gives me a file 'PR18699.class' But how is thi

[Bug testsuite/30119] libjava testsuite output is erratic and unhelpful

2006-12-08 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2006-12-08 11:46 --- It's not necessary to do any I/O redirection when byte compiling: just execute the command itself without the "2>" etc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30119