Home
last modified time | relevance | path

Searched refs:expected_success (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/support/
Dscript_helper.py142 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/
Ddevtools_message_unittest.cc191 bool expected_success = true) { in ExecuteMethod() argument
207 pending_result_ = {message_id, expected_success, expected_result}; in ExecuteMethod()
Dcookie_unittest.cc53 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()