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

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

Issue 1203853003: Add deps builder mapping for yosemite port. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert reordering 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
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/builders.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py
index d5ba2f2f5e09f92568cf1ac0f496af24070244bf..6235bc64f33b3cc661541a51f42aa8b65f7840c0 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py
@@ -40,3 +40,8 @@ class BuildersTest(unittest.TestCase):
}
for name, expected in tests.items():
self.assertEqual(expected, builders.builder_path_from_name(name))
+
+ def test_deps_builder_mappings(self):
+ for port_name in builders.all_port_names():
+ if port_name != 'android':
+ self.assertIsNotNone(builders.deps_builder_name_for_port_name(port_name))
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698