Title: [191437] trunk/Tools
Revision
191437
Author
[email protected]
Date
2015-10-21 22:26:28 -0700 (Wed, 21 Oct 2015)

Log Message

Unreviewed, update watchlist for JS builtins.

Add a category for JS builtins code generator, similar to other generators.

Add a nag message to rebaseline builtins generator tests when touching
code generator files in Source/_javascript_Core/Scripts/builtins/.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (191436 => 191437)


--- trunk/Tools/ChangeLog	2015-10-22 05:13:32 UTC (rev 191436)
+++ trunk/Tools/ChangeLog	2015-10-22 05:26:28 UTC (rev 191437)
@@ -1,5 +1,16 @@
 2015-10-21  Brian Burg  <[email protected]>
 
+        Unreviewed, update watchlist for JS builtins.
+
+        Add a category for JS builtins code generator, similar to other generators.
+
+        Add a nag message to rebaseline builtins generator tests when touching
+        code generator files in Source/_javascript_Core/Scripts/builtins/.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
+2015-10-21  Brian Burg  <[email protected]>
+
         Restructure generate-js-bindings script to be modular and testable
         https://bugs.webkit.org/show_bug.cgi?id=149929
 

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (191436 => 191437)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2015-10-22 05:13:32 UTC (rev 191436)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2015-10-22 05:26:28 UTC (rev 191437)
@@ -216,6 +216,10 @@
             "filename": r"Source/WebCore/Modules/websockets"
                         r"|Source/WebCore/platform/network/(|.+/)SocketStream.*",
         },
+        "JSBuiltinsGenerator": {
+            "filename": r"Source/_javascript_Core/Scripts/builtins"
+                        r"|Source/_javascript_Core/Scripts/generate-js-builtins\.py",
+        },
         "MediaStream": {
             "filename": r"Source/WebCore/Modules/mediastream"
                         r"|Source/WebCore/platform/mediastream"
@@ -386,6 +390,7 @@
         "WebInspectorGenerator": [ "[email protected]", "[email protected]" ],
         "WebInspectorUIImages": [ "[email protected]" ],
         "WebReplayGenerator": [ "[email protected]" ],
+        "JSBuiltinsGenerator": [ "[email protected]" ],
         "WebKitGTKTranslations": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "WebSocket": [ "[email protected]", "[email protected]" ],
         "XSS": [ "[email protected]" ],
@@ -404,5 +409,6 @@
                    "See http://trac.webkit.org/wiki/UpdatingANGLE", ],
         "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`)" ],
         "WebReplayGenerator": [ "This patch modifies the WEB_REPLAY inputs generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-input-generator-tests --reset-results`)" ],
+        "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`)" ],
     },
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to