Searched refs:expected_success (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/support/ |
D | script_helper.py | 142 def _assert_python(expected_success, /, *args, **env_vars): argument 144 if (res.rc and expected_success) or (not res.rc and not expected_success):
|
/third_party/cef/tests/ceftests/ |
D | devtools_message_unittest.cc | 191 bool expected_success = true) { in ExecuteMethod() argument 207 pending_result_ = {message_id, expected_success, expected_result}; in ExecuteMethod()
|
D | cookie_unittest.cc | 53 TestSetCookieCallback(bool expected_success, in TestSetCookieCallback() argument 55 : expected_success_(expected_success), event_(event) {} in TestSetCookieCallback() 129 bool expected_success, in SetCookies() argument 134 url, *it, new TestSetCookieCallback(expected_success, event))); in SetCookies()
|