This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc.misc-tests/bprob-1.c not remoted properly


OK, I have most of the gcc testsuite running nicely remotely, but...
it looks like the profiler tests sometimes cheat, and avoid
using the remote file operations to grab the output file.
Also, the output file is created with a long path that isn't
valid on an embedded system that has a different filesystem
than the build system.

Anyone else run into this before?  Thought I'd ask before I go in
and hack things up.  I'm still mystified where it's getting that
long output filename.
- Dan

p.s.
Here's a fragment of gcc.log:

Testing gcc.misc-tests/bprob-1.c, -g
doing compile
Executing on host: /home3/dank/wk/ixos/dap_interim/linux/3rdParty/crosstool/crosstool-0.14/build/powerpc-750-linux-gnu/gcc-ss-3_3-20030714-glibc-2.2.5/build-gcc/gcc/xgcc -B/home3/dank/wk/ixos/dap_interim/linux/3rdParty/crosstool/crosstool-0.14/build/powerpc-750-linux-gnu/gcc-ss-3_3-20030714-glibc-2.2.5/build-gcc/gcc/ /home3/dank/wk/ixos/dap_interim/linux/3rdParty/crosstool/crosstool-0.14/build/powerpc-750-linux-gnu/gcc-ss-3_3-20030714-glibc-2.2.5/gcc-ss-3_3-20030714/gcc/testsuite/gcc.misc-tests/bprob-1.c -g -fprofile-arcs -lm -o /home3/dank/wk/ixos/dap_interim/linux/3rdParty/crosstool/crosstool-0.14/build/powerpc-750-linux-gnu/gcc-ss-3_3-20030714-glibc-2.2.5/build-gcc/gcc/testsuite/bprob-1.x01 (timeout = 300)
pid is 1681 -1681
output is
PASS: gcc.misc-tests/bprob-1.c compilation, -g -fprofile-arcs
Executing on powerpc-750-linux-gnu: chmod +x /tmp/bprob-1.x01.24650 (timeout = 300)
Executing powerpc-750-linux-gnu:chmod +x /tmp/bprob-1.x01.24650 <
rsh output is XYZ0ZYX
Executing on powerpc-750-linux-gnu: /tmp/bprob-1.x01.24650 (timeout = 300)
Executing powerpc-750-linux-gnu:/tmp/bprob-1.x01.24650 <
rsh output is arc profiling: Can't open output file /home3/dank/wk/ixos/dap_interim/linux/3rdParty/crosstool/crosstool-0.14/build/powerpc-750-linux-gnu/gcc-ss-3_3-20030714-glibc-2.2.5/build-gcc/gcc/testsuite/bprob-1.da.
XYZ0ZYX
remote_file deleting /tmp/bprob-1.x01.24650.o /tmp/bprob-1.x01.24650
Executing on powerpc-750-linux-gnu: rm -f /tmp/bprob-1.x01.24650.o /tmp/bprob-1.x01.24650 (timeout = 300)
Executing powerpc-750-linux-gnu:rm -f /tmp/bprob-1.x01.24650.o /tmp/bprob-1.x01.24650 <
rsh output is XYZ0ZYX
FAIL: gcc.misc-tests/bprob-1.c execution: file bprob-1.da does not exist, -g -fprofile-arcs



-- Dan Kegel http://www.kegel.com http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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