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

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

Issue 2050093002: Add android-chromium as a browser type to GPU test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/webgl_conformance_expectations.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 d8aa932cc9bd5e368e560616df5c5c07141e23c6..695d99f2da48fb529e29f81c75efe14d2540deda 100644
--- a/content/test/gpu/gpu_tests/test_expectations.py
+++ b/content/test/gpu/gpu_tests/test_expectations.py
@@ -27,7 +27,8 @@ OS_CONDITIONS = ['win', 'mac', 'linux', 'chromeos', 'android'] + \
WIN_CONDITIONS + MAC_CONDITIONS
BROWSER_TYPE_CONDITIONS = [
- 'android-webview-shell', 'android-content-shell', 'debug', 'release']
+ 'android-webview-shell', 'android-content-shell', 'android-chromium',
+ 'debug', 'release']
class Expectation(object):
"""Represents a single test expectation for a page.
@@ -69,7 +70,8 @@ class Expectation(object):
mountainlion, mavericks, yosemite, linux, chromeos, android
Browser types:
- android-webview-shell, android-content-shell, debug, release
+ android-webview-shell, 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/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698