Title: [232587] trunk
Revision
232587
Author
[email protected]
Date
2018-06-07 10:43:47 -0700 (Thu, 07 Jun 2018)

Log Message

Update web-platform-tests github location in webkitpy.w3c.test_importer
https://bugs.webkit.org/show_bug.cgi?id=186392

Patch by Brendan McLoughlin <[email protected]> on 2018-06-07
Reviewed by Youenn Fablet.

LayoutTests/imported/w3c:

* resources/TestRepositories:

Tools:

* Scripts/webkitpy/w3c/test_importer.py:
(TestImporter.write_import_log):

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (232586 => 232587)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2018-06-07 17:24:54 UTC (rev 232586)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2018-06-07 17:43:47 UTC (rev 232587)
@@ -1,3 +1,12 @@
+2018-06-07  Brendan McLoughlin  <[email protected]>
+
+        Update web-platform-tests github location in webkitpy.w3c.test_importer
+        https://bugs.webkit.org/show_bug.cgi?id=186392
+
+        Reviewed by Youenn Fablet.
+
+        * resources/TestRepositories:
+
 2018-06-06  Youenn Fablet  <[email protected]>
 
         HTTP Header values validation is too strict

Modified: trunk/LayoutTests/imported/w3c/resources/TestRepositories (232586 => 232587)


--- trunk/LayoutTests/imported/w3c/resources/TestRepositories	2018-06-07 17:24:54 UTC (rev 232586)
+++ trunk/LayoutTests/imported/w3c/resources/TestRepositories	2018-06-07 17:43:47 UTC (rev 232587)
@@ -1,7 +1,7 @@
 [
     {
         "name": "web-platform-tests",
-        "url": "https://github.com/w3c/web-platform-tests.git",
+        "url": "https://github.com/web-platform-tests/wpt.git",
         "revision": "94b33b5",
         "paths_to_skip": [
             "conformance-checkers",

Modified: trunk/Tools/ChangeLog (232586 => 232587)


--- trunk/Tools/ChangeLog	2018-06-07 17:24:54 UTC (rev 232586)
+++ trunk/Tools/ChangeLog	2018-06-07 17:43:47 UTC (rev 232587)
@@ -1,3 +1,13 @@
+2018-06-07  Brendan McLoughlin  <[email protected]>
+
+        Update web-platform-tests github location in webkitpy.w3c.test_importer
+        https://bugs.webkit.org/show_bug.cgi?id=186392
+
+        Reviewed by Youenn Fablet.
+
+        * Scripts/webkitpy/w3c/test_importer.py:
+        (TestImporter.write_import_log):
+
 2018-06-07  Jonathan Bedard  <[email protected]>
 
         webkitperl: Generalize .internal SDK suffix

Modified: trunk/Tools/Scripts/webkitpy/w3c/test_importer.py (232586 => 232587)


--- trunk/Tools/Scripts/webkitpy/w3c/test_importer.py	2018-06-07 17:24:54 UTC (rev 232586)
+++ trunk/Tools/Scripts/webkitpy/w3c/test_importer.py	2018-06-07 17:43:47 UTC (rev 232587)
@@ -79,6 +79,7 @@
 from webkitpy.common.host import Host
 from webkitpy.common.system.filesystem import FileSystem
 from webkitpy.common.webkit_finder import WebKitFinder
+from webkitpy.w3c.common import WPT_GH_URL
 from webkitpy.w3c.test_parser import TestParser
 from webkitpy.w3c.test_converter import convert_for_webkit
 from webkitpy.w3c.test_downloader import TestDownloader
@@ -583,7 +584,7 @@
         import_log.append('The tests in this directory were imported from the W3C repository.\n')
         import_log.append('Do NOT modify these tests directly in WebKit.\n')
         import_log.append('Instead, create a pull request on the WPT github:\n')
-        import_log.append('\thttps://github.com/w3c/web-platform-tests\n\n')
+        import_log.append('\t%s\n\n' % WPT_GH_URL)
         import_log.append('Then run the Tools/Scripts/import-w3c-tests in WebKit to reimport\n\n')
         import_log.append('Do NOT modify or remove this file.\n\n')
         import_log.append('------------------------------------------------------------------------\n')
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to