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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py

Issue 1173403006: Add webkitpy platform support for Mac 10.10 Yosemite. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
Index: Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
index 3b2845b8d9d9d8f95e0bfae6f95c5aa23c517937..ca15430f8ee6d43274a1545d420722251a039f8a 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
@@ -289,6 +289,8 @@ class PortTestCase(unittest.TestCase):
TestConfiguration('mountainlion', 'x86', 'release'),
TestConfiguration('mavericks', 'x86', 'debug'),
TestConfiguration('mavericks', 'x86', 'release'),
+ TestConfiguration('yosemite', 'x86', 'debug'),
+ TestConfiguration('yosemite', 'x86', 'release'),
TestConfiguration('xp', 'x86', 'debug'),
TestConfiguration('xp', 'x86', 'release'),
TestConfiguration('win7', 'x86', 'debug'),

Powered by Google App Engine
This is Rietveld 408576698