Home
last modified time | relevance | path

Searched refs:NoRetryException (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/tools/push-to-trunk/
Dtest_scripts.py295 raise NoRetryException("Calling %s %s" % (name, " ".join(args)))
298 raise NoRetryException("Found wrong expectation type for %s %s" %
302 raise NoRetryException("Expected action: %s %s - Actual: %s" %
307 raise NoRetryException("Expected cwd: %s in %s %s - Actual: %s" %
316 raise NoRetryException("When calling %s with arguments, the "
323 raise NoRetryException("Expected: %s - Actual: %s" %
333 raise NoRetryException("Caught exception from callback: %s" % tb)
342 raise NoRetryException("Called mock too seldom: %d vs. %d" %
Dcommon_includes.py254 class NoRetryException(Exception): class
321 except NoRetryException as e: