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

Unified Diff: chrome/test/kasko/syzyasan_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: Set executable bit for python scripts 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/syzyasan_integration_test.py
diff --git a/chrome/test/kasko/syzyasan_integration_test.py b/chrome/test/kasko/syzyasan_integration_test.py
index 445e6c3ed2ecc01bbc25f9a684983e05893a29eb..5bbde36b52f374a703a1941a27dbea9751f4246b 100755
--- a/chrome/test/kasko/syzyasan_integration_test.py
+++ b/chrome/test/kasko/syzyasan_integration_test.py
@@ -18,7 +18,7 @@ Typical usage (assuming in root 'src' directory):
- generate project files with the following GYP variables:
syzyasan=1 win_z7=0 chromium_win_pch=0
- build the release Chrome binaries:
- ninja -C out\Release chrome.exe
+ ninja -C out\Release chrome.exe chromedriver.exe
- run the test:
python chrome/test/kasko/syzyasan_integration_test.py
"""
@@ -268,6 +268,8 @@ def Main():
kasko.report.LogCrashKeys(report)
kasko.report.ValidateCrashReport(report, {'asan-error-type': 'SyzyAsan'})
+ _LOGGER.info('Test passed successfully!')
+
return 0
« no previous file with comments | « chrome/test/kasko/py/kasko/integration_test.py ('k') | components/browser_watcher/window_hang_monitor_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698