From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27277 invoked by alias); 31 Jan 2008 10:01:40 -0000 Received: (qmail 27258 invoked by uid 48); 31 Jan 2008 10:01:39 -0000 Date: Thu, 31 Jan 2008 10:01:00 -0000 Message-ID: <20080131100139.27257.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/35035] [4.3 Regression] Has any one managed to run the libjava test suite on powerpc-apple-darwin9? In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2008-q1/txt/msg00047.txt.bz2 ------- Comment #4 from dominiq at lps dot ens dot fr 2008-01-31 10:01 ------- After applying the patch in comment #2 on top of rev. 131968, I am not having hanging so far, but apparently all the executables are timed out (?) after having taken ~40s: ... Executing on host: /opt/gcc/darwin_buildw/gcc/xgcc -B/opt/gcc/darwin_buildw/gcc/ /opt/gcc/gcc-4.3-work/libjava/testsuite/libjava.jni/bytebuffer.c -dynamiclib -fPIC -I. -I.. -I/opt/gcc/gcc-4.3-work/libjava/testsuite/libjava.jni -fdollars-in-identifiers -Wmissing-prototypes -I/opt/gcc/gcc-4.3-work/libjava/testsuite/../include -I/opt/gcc/gcc-4.3-work/libjava/testsuite/../classpath/include -lm -o libbytebuffer.dylib (timeout = 300) PASS: bytebuffer.c compilationset_ld_library_path_env_vars: ld_library_path=.:/opt/gcc/darwin_buildw/powerpc-apple-darwin9/./libjava/.libsExecuting on host: /opt/gcc/darwin_buildw/powerpc-apple-darwin9/libjava/testsuite/../libtool --silent --tag=GCJ --mode=link /opt/gcc/darwin_buildw/gcc /gcj -B/opt/gcc/darwin_buildw/powerpc-apple-darwin9/libjava/ -B/opt/gcc/darwin_buildw/gcc/ --encoding=UTF-8 -B/opt/gcc/darwin_buildw/powerpc-apple-darwin9/libjava/testsuite/../ /opt/gcc/gcc-4.3-work/libjava/testsuite/libjava.jni/bytebuffer.jar -w -no-install -bind_at_load -multiply_defined suppress -Wl,-allow_stack_execute -fjni --main=bytebuffer -g -L/opt/gcc/darwin_buildw/powerpc-apple-darwin9/./libjava/.libs -lm -o bytebuffer (timeout = 300) PASS: linking bytebuffer set_ld_library_path_env_vars: ld_library_path=.:/opt/gcc/darwin_buildw/powerpc-apple-darwin9/./libjava/.libs Setting LD_LIBRARY_PATH to .:/opt/gcc/darwin_buildw/powerpc-apple-darwin9/./libjava/.libs:.:/opt/gcc/darwin_buildw/powerpc-apple-darwin9/./libjava/.libs Exception during runtime initialization FAIL: bytebuffer run UNTESTED: bytebuffer output ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35035