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

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

Issue 2627553002: Switch Mac Intel GPU jobs to target 10.12 bots instead of 10.10. (Closed)
Patch Set: Added suppressions for RGB9_E5 failures. Created 3 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: 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 528153ca64f3d166ed9789204fceb49bc13873f8..d97a9a3ac2fa69b583c96259deccd6a8671f6904 100644
--- a/content/test/gpu/gpu_tests/test_expectations.py
+++ b/content/test/gpu/gpu_tests/test_expectations.py
@@ -9,7 +9,7 @@ import urlparse
#
# Operating systems:
# win, xp, vista, win7, win8, win10, mac, leopard, snowleopard,
-# lion, mountainlion, mavericks, yosemite, linux, chromeos,
+# lion, mountainlion, mavericks, yosemite, sierra, linux, chromeos,
# android
#
# Browser types:
@@ -21,7 +21,7 @@ import urlparse
WIN_CONDITIONS = ['xp', 'vista', 'win7', 'win8', 'win10']
MAC_CONDITIONS = ['leopard', 'snowleopard', 'lion', 'mountainlion',
- 'mavericks', 'yosemite']
+ 'mavericks', 'yosemite', 'sierra']
OS_CONDITIONS = ['win', 'mac', 'linux', 'chromeos', 'android'] + \
WIN_CONDITIONS + MAC_CONDITIONS
@@ -74,7 +74,8 @@ class Expectation(object):
Operating systems:
win, xp, vista, win7, mac, leopard, snowleopard, lion,
- mountainlion, mavericks, yosemite, linux, chromeos, android
+ mountainlion, mavericks, yosemite, sierra, linux, chromeos,
+ android
Browser types:
android-webview-shell, android-content-shell, android-chromium,
@@ -83,6 +84,7 @@ class Expectation(object):
Sample usage in SetExpectations in subclasses:
self.Fail('gl-enable-vertex-attrib.html',
['mac', 'release'], bug=123)
+
"""
cl = condition.lower()
if cl in OS_CONDITIONS:
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | content/test/gpu/gpu_tests/webgl2_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698