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

Unified Diff: build/android/pylib/results/report_results.py

Issue 2873833002: Rename android_webview_test_apk (Closed)
Patch Set: remove wrongly added gce_adb_wrapper deps Created 3 years, 7 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 | « no previous file | testing/buildbot/chromium.android.json » ('j') | testing/buildbot/chromium.android.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/results/report_results.py
diff --git a/build/android/pylib/results/report_results.py b/build/android/pylib/results/report_results.py
index 16ef79febebe74a9ee530a7c62b50977ac6c1b4f..2a67f619e6b07592e45dcd54b3934ce9540efdac 100644
--- a/build/android/pylib/results/report_results.py
+++ b/build/android/pylib/results/report_results.py
@@ -47,8 +47,8 @@ def _LogToFlakinessDashboard(results, test_type, test_package,
assert test_package in ['ContentShellTest',
'ChromePublicTest',
'ChromeSyncShellTest',
- 'AndroidWebViewTest',
- 'SystemWebViewShellLayoutTest']
+ 'SystemWebViewShellLayoutTest',
+ 'WebViewInstrumentationTest']
dashboard_test_type = ('%s_instrumentation_tests' %
test_package.lower().rstrip('test'))
# Downstream server.
« no previous file with comments | « no previous file | testing/buildbot/chromium.android.json » ('j') | testing/buildbot/chromium.android.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698