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'] |