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

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

Issue 1543803005: Added an integration test for kasko hang reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing 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
Index: chrome/test/kasko/kasko_integration_test.py
diff --git a/chrome/test/kasko/kasko_integration_test.py b/chrome/test/kasko/kasko_integration_test.py
index b23446b7ff3a208a7703a22d795407b9a4592c3e..114f317739f6fa6567c129743961dc0d66b0e75d 100755
--- a/chrome/test/kasko/kasko_integration_test.py
+++ b/chrome/test/kasko/kasko_integration_test.py
@@ -18,10 +18,11 @@ Typical usage (assuming in root 'src' directory):
- generate project files with the following GYP variables:
branding=Chrome syzyasan=1 win_z7=0 chromium_win_pch=0
-- build the release Chrome binaries:
+- build the release Chrome binaries and driver:
ninja -C out\Release chrome.exe
+ ninja -C out\Release chromedriver.exe
- run the test:
- python chrome/test/kasko/kasko_integration_test.py --chrome-dir=out/Release
+ python chrome/test/kasko/kasko_integration_test.py
Many of the components in this test could be reused in other end-to-end crash
testing. Feel free to open them up for reuse, but please CC chrisha@chromium.org

Powered by Google App Engine
This is Rietveld 408576698