Lines Matching refs:FAIL
119 FAIL() << "failed to contact tombstoned: " << strerror(errno); in tombstoned_intercept()
129 FAIL() << "failed to create output pipe: " << strerror(errno); in tombstoned_intercept()
135 FAIL() << "failed to read /proc/sys/fs/pipe-max-size: " << strerror(errno); in tombstoned_intercept()
141 FAIL() << "failed to parse pipe max size"; in tombstoned_intercept()
145 FAIL() << "failed to set pipe size: " << strerror(errno); in tombstoned_intercept()
153 FAIL() << "failed to send output fd to tombstoned: " << strerror(errno); in tombstoned_intercept()
159 FAIL() << "failed to read response from tombstoned: " << strerror(errno); in tombstoned_intercept()
161 FAIL() << "failed to read response from tombstoned (EOF)"; in tombstoned_intercept()
163 FAIL() << "received packet of unexpected length from tombstoned: expected " << sizeof(response) in tombstoned_intercept()
215 FAIL() << "crasher hasn't been started"; in StartIntercept()
228 FAIL() << "failed to read response from tombstoned: " << strerror(errno); in FinishIntercept()
232 FAIL() << "received packet of unexpected length from tombstoned: expected " << sizeof(response) in FinishIntercept()
243 FAIL() << "failed to create pipe: " << strerror(errno); in StartProcess()
248 FAIL() << "fork failed: " << strerror(errno); in StartProcess()
260 FAIL() << "crasher pipe uninitialized"; in FinishCrasher()
265 FAIL() << "failed to write to crasher pipe: " << strerror(errno); in FinishCrasher()
267 FAIL() << "crasher pipe was closed"; in FinishCrasher()
278 FAIL() << "failed to wait for crasher: " << strerror(errno); in AssertDeath()
301 FAIL() << "read failed: " << strerror(errno); in ConsumeFd()
1004 FAIL() << "failed to enable wait_for_debugger"; in TEST_F()
1522 FAIL() << "failed to connect to tombstoned: " << strerror(errno); in TEST()
1528 FAIL() << "failed to write to tombstoned: " << strerror(errno); in TEST()