diff options
author | Christopher Ferris <cferris@google.com> | 2019-01-18 16:33:27 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2019-01-18 17:39:50 -0800 |
commit | bc6a7e51e4787bad7ab32c8ac4634eb99c477922 (patch) | |
tree | 83d9607d9966604906bb1bf3715adf1a6cf53022 /libutils/Unicode.cpp | |
parent | b26b07d845e0522b4d9c4574c8f46bbeeb34d998 (diff) |
Fix flaky signal tests.
The signal tests that send a SIGUSR1 signal to a remote process, can
lead to a case where the code winds up in a location for which the
unwind information is not 100% accurate. This happens near the
end of the atomic functions which manipulate the stack right before
returning, but do not have separate cfi instructions for those last
few instructions.
Add a new test type for the from_context test that will wait explicitly
for the global g_finish and not piggy back on the remote test type.
Bug: 122902885
Test: Ran flaky tests 1000 times without failure on a taimen.
Change-Id: I7d0c9b016e3a3a2c0c0949cf74af11d7785a008c
Diffstat (limited to 'libutils/Unicode.cpp')
0 files changed, 0 insertions, 0 deletions