Looks like the failing test is x86/x86_64 specific. Can we patch? === modified file 'src/signalhandler_unittest.sh' --- src/signalhandler_unittest.sh 2012-06-21 21:07:21 +0000 +++ src/signalhandler_unittest.sh 2013-03-13 14:15:15 +0000 @@ -72,6 +72,13 @@ exit 0 fi +# The symbols don't match on ARM. +# We just skip the test for ARM. +if [ `expr match \`uname -p\` "arm*"` ]; then + echo "PASS (We don't test the signal handler on ARM.)" + exit 0 +fi + # Test for a case the program kills itself by SIGSEGV. GOOGLE_LOG_DIR=. $BINARY segv 2> signalhandler.out1 for pattern in SIGSEGV 0xdead main "Aborted at [0-9]"; do
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1151844 Title: [MIR] google-glog To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gflags/+bug/1151844/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
