Title: [265616] trunk/Tools
Revision
265616
Author
aakash_j...@apple.com
Date
2020-08-13 11:45:52 -0700 (Thu, 13 Aug 2020)

Log Message

Regression(r265580): apply-watchlist is broken
https://bugs.webkit.org/show_bug.cgi?id=215457

Unreviewed infrastructure fix.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (265615 => 265616)


--- trunk/Tools/ChangeLog	2020-08-13 18:38:39 UTC (rev 265615)
+++ trunk/Tools/ChangeLog	2020-08-13 18:45:52 UTC (rev 265616)
@@ -1,5 +1,14 @@
 2020-08-13  Aakash Jain  <aakash_j...@apple.com>
 
+        Regression(r265580): apply-watchlist is broken
+        https://bugs.webkit.org/show_bug.cgi?id=215457
+
+        Unreviewed infrastructure fix.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
+2020-08-13  Aakash Jain  <aakash_j...@apple.com>
+
         [ews] email notifications should include Bugzilla link to the patch
         https://bugs.webkit.org/show_bug.cgi?id=215455
 

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (265615 => 265616)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2020-08-13 18:38:39 UTC (rev 265615)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2020-08-13 18:45:52 UTC (rev 265616)
@@ -208,7 +208,7 @@
                         r"|Source/WebCore/html/canvas/WebGLRenderingContext\.idl"
                         r"|Source/WebCore/html/canvas/WebGLRenderingContextBase\.idl",
         },
-        "WebInspectorTests" {
+        "WebInspectorTests": {
             "filename": r"LayoutTests/inspector"
                         r"|LayoutTests/http/tests/inspector"
                         r"|LayoutTests/http/tests/websocket/tests/hybi/inspector",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to