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

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

Issue 317843002: Turn on the new WebSocket implementation by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove layout tests of old WebSocket implementation. Created 6 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 | « Source/platform/RuntimeEnabledFeatures.in ('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/base.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
index 7fb3d265c4ac5d11d510e9e340f94f1c2cea404b..6eb80cf6f790e48e217dece62a22c3b4a63a1978 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1734,14 +1734,6 @@ class Port(object):
['--stable-release-mode',
'--force-compositing-mode']),
VirtualTestSuite('stable',
- 'http/tests/websocket',
- ['--stable-release-mode',
- '--force-compositing-mode']),
- VirtualTestSuite('stable',
- 'http/tests/security/mixedContent/websocket',
- ['--stable-release-mode',
- '--force-compositing-mode']),
- VirtualTestSuite('stable',
'web-animations-api/eased-keyframes.html',
['--stable-release-mode',
'--force-compositing-mode']),
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698