diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-06 17:05:58 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-06 17:05:58 +0100 |
commit | 7851148b0417472ab7cd030b26a50d614371c9a0 (patch) | |
tree | ce36f1a20c0665c3d1b26e80a86e676de4e0f43f /binutils-gdb/laplace.SCHWINGE/log_test | |
parent | f7e923e5eda4eb2148cdac492f0f77dc2f771528 (diff) |
binutils-gdb: Build GDB with a C++ compiler
Diffstat (limited to 'binutils-gdb/laplace.SCHWINGE/log_test')
-rw-r--r-- | binutils-gdb/laplace.SCHWINGE/log_test | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/binutils-gdb/laplace.SCHWINGE/log_test b/binutils-gdb/laplace.SCHWINGE/log_test index 82f4a917..20be7c6d 100644 --- a/binutils-gdb/laplace.SCHWINGE/log_test +++ b/binutils-gdb/laplace.SCHWINGE/log_test @@ -53,7 +53,7 @@ if /bin/dash -c "$runtest --version" > /dev/null 2>&1; then \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find tool init file -Test Run By thomas on Tue Dec 6 13:59:09 2016 +Test Run By thomas on Tue Dec 6 14:09:51 2016 Native configuration is i686-unknown-gnu0.8 === binutils tests === @@ -148,7 +148,7 @@ if /bin/dash -c "$runtest --version" > /dev/null 2>&1; then \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find tool init file -Test Run By thomas on Tue Dec 6 13:59:30 2016 +Test Run By thomas on Tue Dec 6 14:10:18 2016 Native configuration is i686-unknown-gnu0.8 === gas tests === @@ -1906,7 +1906,7 @@ if /bin/dash -c "$runtest --version" > /dev/null 2>&1; then \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find tool init file -Test Run By thomas on Tue Dec 6 14:11:24 2016 +Test Run By thomas on Tue Dec 6 14:21:38 2016 Native configuration is i686-unknown-gnu0.8 === ld tests === @@ -2202,7 +2202,7 @@ Making a new config file... make check-single make[4]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/testsuite' rootme=`pwd`; export rootme; srcdir=../../../W._C._Handy/gdb/testsuite ; export srcdir ; EXPECT=`if [ "${READ1}" != "" ] ; then echo ${rootme}/expect-read1; elif [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --status CC_FOR_TARGET=gcc-6\ -fno-pie\ -fno-PIE\ -no-pie CXX_FOR_TARGET=g++-6\ -fno-pie\ -fno-PIE\ -no-pie -Test Run By thomas on Tue Dec 6 14:21:30 2016 +Test Run By thomas on Tue Dec 6 14:29:34 2016 Native configuration is i686-unknown-gnu0.8 === gdb tests === @@ -2614,7 +2614,7 @@ FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi sign FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with no handler: single-step past permanent breakpoint Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/branch-to-self.exp ... FAIL: gdb.base/branch-to-self.exp: break-cond: side=host: continue to breakpoint: continue to break (timeout) -FAIL: gdb.base/branch-to-self.exp: break-cond: side=host: p counter +FAIL: gdb.base/branch-to-self.exp: break-cond: side=host: p counter (timeout) Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/break-always.exp ... Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/break-caller-line.exp ... Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/break-entry.exp ... @@ -4997,7 +4997,7 @@ Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb === gdb Summary === -# of expected passes 26655 +# of expected passes 26657 # of unexpected failures 1258 # of unexpected successes 3 # of expected failures 32 @@ -5014,7 +5014,7 @@ make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb/testsuite' Makefile:157: recipe for target 'check' failed make[3]: *** [check] Error 2 make[3]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb/testsuite' -Makefile:1180: recipe for target 'check' failed +Makefile:1183: recipe for target 'check' failed make[2]: *** [check] Error 2 make[2]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb' Makefile:10791: recipe for target 'check-gdb' failed |