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

Unified Diff: tools/telemetry/telemetry/page/test_expectations.py

Issue 597383002: Suppress two WebGL conformance failures on Mac 10.9 with Intel HD 3000 GPU. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: tools/telemetry/telemetry/page/test_expectations.py
diff --git a/tools/telemetry/telemetry/page/test_expectations.py b/tools/telemetry/telemetry/page/test_expectations.py
index df2e68632d074d0a538388b25ea4f993c3c5ed66..7061d4bc8ef342435e4ef401064763c68c693580 100644
--- a/tools/telemetry/telemetry/page/test_expectations.py
+++ b/tools/telemetry/telemetry/page/test_expectations.py
@@ -6,7 +6,7 @@ import fnmatch
OS_MODIFIERS = ['win', 'xp', 'vista', 'win7',
'mac', 'leopard', 'snowleopard', 'lion', 'mountainlion',
- 'linux', 'chromeos', 'android']
+ 'mavericks', 'yosemite', 'linux', 'chromeos', 'android']
tonyg 2014/09/24 21:29:34 Fix lgtm for now, but this static list seems hard
Ken Russell (switch to Gerrit) 2014/09/24 21:39:01 Good point. Agree that this list should be generat
GPU_MODIFIERS = ['amd', 'arm', 'broadcom', 'hisilicon', 'intel', 'imagination',
'nvidia', 'qualcomm', 'vivante']
CONFIG_MODIFIERS = ['debug', 'release']

Powered by Google App Engine
This is Rietveld 408576698