Back to build
Raw log | Switch to full mode | Login

[==========] Running 7 tests from 3 test suites. [----------] Global test environment set-up. [----------] 1 test from StopReplyPacketTest [ RUN ] StopReplyPacketTest.ReceivedSignal [ OK ] StopReplyPacketTest.ReceivedSignal (0 ms) [----------] 1 test from StopReplyPacketTest (0 ms total) [----------] 1 test from ThreadActionListTest [ RUN ] ThreadActionListTest.Basic [INFO:thread_action_list_unittest.cc(61)] Testing "c" [INFO:thread_action_list_unittest.cc(61)] Testing "c;" [INFO:thread_action_list_unittest.cc(61)] Testing "c:p1.1" [INFO:thread_action_list_unittest.cc(61)] Testing "c:3" [INFO:thread_action_list_unittest.cc(61)] Testing "c:p-1.-1" [INFO:thread_action_list_unittest.cc(61)] Testing "c;c:p1.-1;c:p2.3" [INFO:thread_action_list_unittest.cc(61)] Testing "c:p0.0" [INFO:thread_action_list_unittest.cc(61)] Testing "" [ERROR:garnet/bin/debugserver/thread_action_list.cc(85)] Empty action string [INFO:thread_action_list_unittest.cc(61)] Testing "?" [ERROR:garnet/bin/debugserver/thread_action_list.cc(102)] Bad action: ? [INFO:thread_action_list_unittest.cc(61)] Testing "c?" [ERROR:garnet/bin/debugserver/thread_action_list.cc(132)] Syntax error in action: c? [INFO:thread_action_list_unittest.cc(61)] Testing "c:?" [ERROR:garnet/bin/debugserver/thread_action_list.cc(116)] Bad thread id in action: c:? [INFO:thread_action_list_unittest.cc(61)] Testing "c;;" [ERROR:garnet/bin/debugserver/thread_action_list.cc(97)] Missing action: c;; [INFO:thread_action_list_unittest.cc(61)] Testing "c:p.3" [ERROR:garnet/bin/debugserver/thread_action_list.cc(116)] Bad thread id in action: c:p.3 [INFO:thread_action_list_unittest.cc(61)] Testing "c;c" [ERROR:garnet/bin/debugserver/thread_action_list.cc(107)] Multiple default actions: c;c [INFO:thread_action_list_unittest.cc(61)] Testing "c:p-1.1" [ERROR:garnet/bin/debugserver/thread_action_list.cc(126)] All processes and one thread: c:p-1.1 [ OK ] ThreadActionListTest.Basic (0 ms) [----------] 1 test from ThreadActionListTest (0 ms total) [----------] 5 tests from UtilTest [ RUN ] UtilTest.BuildErrorPacket [ OK ] UtilTest.BuildErrorPacket (0 ms) [ RUN ] UtilTest.ParseThreadId [ OK ] UtilTest.ParseThreadId (0 ms) [ RUN ] UtilTest.VerifyPacket [ERROR:garnet/bin/debugserver/util.cc(117)] Empty packet [ERROR:garnet/bin/debugserver/util.cc(128)] Packet does not start with "$": foo [ERROR:garnet/bin/debugserver/util.cc(143)] Packet does not contain "#" [ERROR:garnet/bin/debugserver/util.cc(155)] Packet does not contain 2 digit checksum [ERROR:garnet/bin/debugserver/util.cc(155)] Packet does not contain 2 digit checksum [ERROR:garnet/bin/debugserver/util.cc(174)] Bad checksum: computed = 68, received = 67, packet: $foo#43 [ERROR:garnet/bin/debugserver/util.cc(164)] Malformed packet checksum received [ERROR:garnet/bin/debugserver/util.cc(164)] Malformed packet checksum received [ERROR:garnet/bin/debugserver/util.cc(155)] Packet does not contain 2 digit checksum [ OK ] UtilTest.VerifyPacket (0 ms) [ RUN ] UtilTest.ExtractParameters [ OK ] UtilTest.ExtractParameters (0 ms) [ RUN ] UtilTest.FindUnescapedChar [ OK ] UtilTest.FindUnescapedChar (0 ms) [----------] 5 tests from UtilTest (0 ms total) [----------] Global test environment tear-down [==========] 7 tests from 3 test suites ran. (0 ms total) [ PASSED ] 7 tests.