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

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

Issue 27278002: Add an Error class for ServiceWorkers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix windows Created 7 years, 1 month 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/modules/serviceworkers/ServiceWorkerError.cpp ('k') | public/platform/WebServiceWorkerError.h » ('j') | 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 3c4680c4702d2de48660425f67851beeb3d6d4f3..3d74c7cb19030d51fc5fa2d71bbfe8b9d57110ba 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1554,6 +1554,9 @@ class Port(object):
VirtualTestSuite('fasttextautosizing',
'fast/text-autosizing',
['--enable-fast-text-autosizing']),
+ VirtualTestSuite('serviceworker',
+ 'http/tests/serviceworker',
+ ['--enable-service-worker']),
]
@memoized
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerError.cpp ('k') | public/platform/WebServiceWorkerError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698