OSDN Git Service

Display errors instead of running infinitely.
authorChristopher Ferris <cferris@google.com>
Tue, 3 Feb 2015 23:16:03 +0000 (15:16 -0800)
committerChristopher Ferris <cferris@google.com>
Sat, 7 Feb 2015 02:05:58 +0000 (18:05 -0800)
commit05d26211d8d310a30de05b06ce5807198e948f9d
tree158296a58bce7975a9dcba039e7db99cbd28ba55
parentbda85a12392b10555dc03ac377c8450b8f0790d6
Display errors instead of running infinitely.

When there is an error detected, the code runs forever and then times
out without any indication of what happened. Change it so that error
messages are printed and the test fails.

Change-Id: Id3160fc2f394984de0157356594fd8b40de66b4a
tests/stack_unwinding_test.cpp