Home
last modified time | relevance | path

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

/external/v8/tools/push-to-trunk/
Dgit_recipes.py77 class GitFailedException(Exception): class
135 except GitFailedException: # pragma: no cover
147 except GitFailedException: # pragma: no cover
243 raise GitFailedException("Git hash %s is unknown." % git_hash)
249 raise GitFailedException("Couldn't convert %s to SVN." % git_hash)
Dcommon_includes.py46 from git_recipes import GitFailedException
354 raise GitFailedException("'git %s' failed." % args)
486 except GitFailedException:
Dtest_scripts.py1164 self.assertRaises(GitFailedException,