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

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

Issue 569913002: fix virtual_test_suites() for browser_test ports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rework implementation of test_virtual_test_suites(), browser_test_unittest 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
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/layout_tests/port/browser_test_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/browser_test.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py b/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py
index 3f7845e7d4b13cb3bc204d0bfe701cb2d48db408..8fffb79401b1ec935df99436f4c95201c22fbc32 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py
@@ -71,6 +71,9 @@ class BrowserTestPortOverrides(object):
return 3 * timeout_ms
return timeout_ms
+ def virtual_test_suites(self):
+ return []
+
class BrowserTestLinuxPort(BrowserTestPortOverrides, linux.LinuxPort):
pass
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/layout_tests/port/browser_test_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698