WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
215457
Regression(
r265580
): apply-watchlist is broken
https://bugs.webkit.org/show_bug.cgi?id=215457
Summary
Regression(r265580): apply-watchlist is broken
Aakash Jain
Reported
2020-08-13 11:42:48 PDT
r265580
broke apply-watchlist. e.g.:
https://ews-build.webkit.org/#/builders/21/builds/25487
Traceback (most recent call last): File "Tools/Scripts/webkit-patch", line 80, in <module> main() File "Tools/Scripts/webkit-patch", line 75, in main WebKitPatch(os.path.abspath(__file__)).main() File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main result = command.check_arguments_and_execute(options, args, self) File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute return self.execute(options, args, tool) or 0 File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute self._sequence.run_and_handle_errors(tool, options, state) File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors self._run(tool, options, state) File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run step(tool, options).run(state) File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/tool/steps/applywatchlist.py", line 48, in run cc_and_messages = self._tool.watch_list().determine_cc_and_messages(diff) File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/common/memoized.py", line 45, in __call__ result = self._function(*args) File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/common/host.py", line 108, in watch_list return WatchListParser().parse(watch_list_contents) File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py", line 70, in parse dictionary = self._eval_watch_list(watch_list_contents) File "/Volumes/Data/worker/Apply-WatchList-EWS/build/Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py", line 86, in _eval_watch_list return eval(watch_list_contents, {'__builtins__': None}, None) File "<string>", line 211 "WebInspectorTests" { ^ SyntaxError: invalid syntax
Attachments
Patch
(1.26 KB, patch)
2020-08-13 11:45 PDT
,
Aakash Jain
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2020-08-13 11:45:01 PDT
Created
attachment 406526
[details]
Patch
Aakash Jain
Comment 2
2020-08-13 11:45:55 PDT
Committed
r265616
: <
https://trac.webkit.org/changeset/265616
>
Radar WebKit Bug Importer
Comment 3
2020-08-13 11:46:18 PDT
<
rdar://problem/67005950
>
Devin Rousso
Comment 4
2020-08-13 11:59:35 PDT
ah crap my bad :(
Aakash Jain
Comment 5
2020-08-13 12:11:26 PDT
Retried all the failed builds at
https://ews-build.webkit.org/#/builders/Apply-WatchList-EWS
Simon Fraser (smfr)
Comment 6
2020-08-13 12:43:56 PDT
Should we have style checker syntax-check watchlist, as it does for contributors.json?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug