RESOLVED FIXED 136759
Web Inspector: remind about rebaselining generator test results
https://bugs.webkit.org/show_bug.cgi?id=136759
Summary Web Inspector: remind about rebaselining generator test results
Brian Burg
Reported 2014-09-11 13:58:49 PDT
paths that should trigger: inspector generator: Source/JavaScriptCore/inspector/scripts/codegen/ replay input generator: Source/JavaScriptCore/replay/scripts/
Attachments
Patch (3.02 KB, patch)
2014-09-12 14:21 PDT, Brian Burg
joepeck: review+
Brian Burg
Comment 1 2014-09-11 13:59:54 PDT
Relevant scripts: Tools/Scripts/run-inspector-generator-tests Tools/Scripts/run-input-generator-tests
Radar WebKit Bug Importer
Comment 2 2014-09-12 14:10:42 PDT
Brian Burg
Comment 3 2014-09-12 14:21:17 PDT
Joseph Pecoraro
Comment 4 2014-09-12 14:39:41 PDT
Comment on attachment 238058 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=238058&action=review > Tools/Scripts/webkitpy/common/config/watchlist:203 > + "filename": r"Source/JavaScriptCore/inspector/scripts/codegen", We may also want the generator script itself: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py > Tools/Scripts/webkitpy/common/config/watchlist:394 > + "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`)" ] Throw a trailing comma! The others have it, and it makes future diffs much nicer =)
Brian Burg
Comment 5 2014-09-12 17:18:30 PDT
(In reply to comment #4) > (From update of attachment 238058 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=238058&action=review > > > Tools/Scripts/webkitpy/common/config/watchlist:203 > > + "filename": r"Source/JavaScriptCore/inspector/scripts/codegen", > > We may also want the generator script itself: > > Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py > > > Tools/Scripts/webkitpy/common/config/watchlist:394 > > + "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`)" ] > > Throw a trailing comma! The others have it, and it makes future diffs much nicer =) OK
Brian Burg
Comment 6 2014-09-12 17:35:36 PDT
Note You need to log in before you can comment on or make changes to this bug.