Title: [262295] trunk/Tools
Revision
262295
Author
clo...@igalia.com
Date
2020-05-29 08:47:40 -0700 (Fri, 29 May 2020)

Log Message

Add watchlist comment for patches touching imported WPT tests.
https://bugs.webkit.org/show_bug.cgi?id=212362

Reviewed by Youenn Fablet.

Add a watchlist trigger to comment on patches touching imported WPT tests
with a link to documentation about the export process.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (262294 => 262295)


--- trunk/Tools/ChangeLog	2020-05-29 14:56:21 UTC (rev 262294)
+++ trunk/Tools/ChangeLog	2020-05-29 15:47:40 UTC (rev 262295)
@@ -1,3 +1,15 @@
+2020-05-29  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        Add watchlist comment for patches touching imported WPT tests.
+        https://bugs.webkit.org/show_bug.cgi?id=212362
+
+        Reviewed by Youenn Fablet.
+
+        Add a watchlist trigger to comment on patches touching imported WPT tests
+        with a link to documentation about the export process.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2020-05-29  Lauro Moura  <lmo...@igalia.com>
 
         [Flatpak] Fix os.system return code for better signal handling.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (262294 => 262295)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2020-05-29 14:56:21 UTC (rev 262294)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2020-05-29 15:47:40 UTC (rev 262295)
@@ -377,6 +377,9 @@
                         r"|Source/WebCore/platform/graphics/gpu/"
                         r"|Source/WebCore/platform/graphics/gpu/cocoa/",
         },
+        "WebPlatformTests": {
+            "filename": r"LayoutTests/imported/w3c/web-platform-tests/((?!-expected\.txt).)*$",
+        },
         "WebRTC": {
             "filename": r"Source/ThirdParty/libwebrtc/"
                         r"|Source/WebKit/Shared/*RTC*"
@@ -454,6 +457,7 @@
         "JSBuiltins": [ "joep...@webkit.org" ],
         "JSBuiltinsGenerator": [ "bb...@apple.com" ],
         "WPEDependencies": [ "ape...@igalia.com", "clo...@igalia.com" ],
+        "WebPlatformTests": [ "clo...@igalia.com", "youe...@gmail.com" ],
         "WebKitGTKDependencies": [ "ago...@igalia.com", "lti...@igalia.com", "clo...@igalia.com" ],
         "WebKitGTKTranslations": [ "g...@gnome.org", "be...@igalia.com", "cgar...@igalia.com" ],
         "WebSocket": [ "yu...@chromium.org", "toyos...@chromium.org" ],
@@ -474,6 +478,7 @@
                    "See http://trac.webkit.org/wiki/UpdatingANGLE", ],
         "WebInspectorProtocol": [ "This patch modifies the inspector protocol. Please ensure that any frontend changes appropriately use feature checks for new protocol features." ],
         "WebInspectorGenerator": [ "This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`)" ],
+        "WebPlatformTests": [ "This patch modifies the imported WPT tests. Please ensure that any changes on the tests are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess" ],
         "JSBuiltinsGenerator": [ "This patch modifies the JS builtins code generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-builtins-generator-tests --reset-results`)" ],
         "WasmJSON": [ "This patch modifies one of the wasm.json files. Please ensure that any changes in one have been mirrored to the other. You can find the wasm.json files at \"Source/_javascript_Core/wasm/wasm.json\" and \"JSTests/wasm/wasm.json\"." ],
     },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to