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

Unified Diff: content/test/gpu/gpu_tests/test_expectations.py

Issue 2884643003: Rename android-webview-shell to android-webview-instrumentation (Closed)
Patch Set: format change 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 | content/test/gpu/gpu_tests/test_expectations_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/test_expectations.py
diff --git a/content/test/gpu/gpu_tests/test_expectations.py b/content/test/gpu/gpu_tests/test_expectations.py
index 10700c34a67f3662c3af61647a6f8cc29d555a23..a6fd13f0c33cbcead7ab1254d99a46cc063b4ab7 100644
--- a/content/test/gpu/gpu_tests/test_expectations.py
+++ b/content/test/gpu/gpu_tests/test_expectations.py
@@ -13,7 +13,7 @@ import urlparse
# android
#
# Browser types:
-# android-webview-shell, android-content-shell, debug, release
+# android-webview-instrumentation, android-content-shell, debug, release
#
# ASAN conditions:
# asan, no_asan
@@ -30,8 +30,8 @@ OS_CONDITIONS = ['win', 'mac', 'linux', 'chromeos', 'android'] + \
WIN_CONDITIONS + MAC_CONDITIONS
BROWSER_TYPE_CONDITIONS = [
- 'android-webview-shell', 'android-content-shell', 'android-chromium',
- 'debug', 'release']
+ 'android-webview-instrumentation', 'android-content-shell',
+ 'android-chromium', 'debug', 'release']
ASAN_CONDITIONS = ['asan', 'no_asan']
@@ -90,8 +90,8 @@ class Expectation(object):
android
Browser types:
- android-webview-shell, android-content-shell, android-chromium,
- debug, release
+ android-webview-instrumentation, android-content-shell,
+ android-chromium, debug, release
Sample usage in SetExpectations in subclasses:
self.Fail('gl-enable-vertex-attrib.html',
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/test_expectations_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698