Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: chrome/test/kasko/py/kasko/exceptions.py

Issue 1582613002: [win] Create a SyzyAsan/Chrome/Kasko/Crashpad integration test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update file permissions. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/kasko/py/kasko/crash_server.py ('k') | chrome/test/kasko/py/kasko/process.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/kasko/py/kasko/exceptions.py
diff --git a/chrome/test/kasko/py/kasko/exceptions.py b/chrome/test/kasko/py/kasko/exceptions.py
new file mode 100755
index 0000000000000000000000000000000000000000..d7ba42273bf8ba54fc87b4b9ca6332a4ece75f9e
--- /dev/null
+++ b/chrome/test/kasko/py/kasko/exceptions.py
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"""Exceptions used by the Kasko integration test module."""
+
+class TimeoutException(Exception):
+ """Exception used to indicate a timeout has occurred."""
+ pass
« no previous file with comments | « chrome/test/kasko/py/kasko/crash_server.py ('k') | chrome/test/kasko/py/kasko/process.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698