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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium

Issue 2627213003: Rename LayoutTests/imported/ -> LayoutTests/external/. (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium
index b784bfda0d6496b1c1be5828f16c5c9072436529..edf51190b86f25dbd483b1ffc9afccd7898e0784 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium
@@ -84,13 +84,13 @@ index 5b571c0..223a18b 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/sslutils/openssl.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/sslutils/openssl.py
@@ -207,7 +207,7 @@ class OpenSSLEnvironment(object):
-
+
def __init__(self, logger, openssl_binary="openssl", base_path=None,
password="web-platform-tests", force_regenerate=False,
- duration=30, base_conf_path=None):
+ duration=3000, base_conf_path=None):
"""SSL environment that creates a local CA and host certificate using OpenSSL.
-
+
By default this will look in base_path for existing certificates that are still
3. Run third_party/WebKit/Tools/Scripts/run-blink-wptserve
@@ -146,14 +146,14 @@ content_shell is invoked with flags to map all *.test domains to 127.0.0.1.
Running web-platform-tests with enabled WPTServe on a local machine
Starting run-webkit-tests with the --enable-wptserve flag will start WPTServe
-for tests which live in LayoutTests/imported/wpt.
+for tests which live in LayoutTests/external/wpt.
WPTServe starts HTTP/S and WS/S servers as separate processes.
The content_shell used to run the tests will receive the URL of each test
(instead of a filename). The document root http://web-platform.test/ maps to
-LayoutTests/imported/wpt. HTTPS tests are enabled by default.
+LayoutTests/external/wpt. HTTPS tests are enabled by default.
Example run:
-./Tools/Scripts/run-webkit-tests --enable-wptserve imported/wpt
+./Tools/Scripts/run-webkit-tests --enable-wptserve external/wpt

Powered by Google App Engine
This is Rietveld 408576698