RESOLVED FIXED 136996
Fix syntaxError in watchlist since r173594
https://bugs.webkit.org/show_bug.cgi?id=136996
Summary Fix syntaxError in watchlist since r173594
Ryuan Choi
Reported 2014-09-22 01:33:06 PDT
I got below errors while uploading patch Traceback (most recent call last): File "Tools/Scripts/check-webkit-style", line 48, in <module> sys.exit(CheckWebKitStyle().main()) File "/home/ryuan/workspace/project/webkit/efl-webkit/Tools/Scripts/webkitpy/style/main.py", line 154, in main patch_checker.check(patch) File "/home/ryuan/workspace/project/webkit/efl-webkit/Tools/Scripts/webkitpy/style/patchreader.py", line 83, in check self._text_file_reader.process_file(file_path=path, line_numbers=line_numbers) File "/home/ryuan/workspace/project/webkit/efl-webkit/Tools/Scripts/webkitpy/style/filereader.py", line 124, in process_file self._processor.process(lines, file_path, **kwargs) File "/home/ryuan/workspace/project/webkit/efl-webkit/Tools/Scripts/webkitpy/style/checker.py", line 905, in process checker.check(lines) File "/home/ryuan/workspace/project/webkit/efl-webkit/Tools/Scripts/webkitpy/style/checkers/watchlist.py", line 51, in check WatchListParser(log_error=log_to_style_error).parse('\n'.join(lines)) File "/home/ryuan/workspace/project/webkit/efl-webkit/Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py", line 70, in parse dictionary = self._eval_watch_list(watch_list_contents) File "/home/ryuan/workspace/project/webkit/efl-webkit/Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py", line 86, in _eval_watch_list return eval(watch_list_contents, {'__builtins__': None}, None) File "<string>", line 210 r"|Tools/Scripts/webkitpy/replay",
Attachments
Patch (1.24 KB, patch)
2014-09-22 01:35 PDT, Ryuan Choi
no flags
Ryuan Choi
Comment 1 2014-09-22 01:35:49 PDT
Ryuan Choi
Comment 2 2014-09-22 01:52:30 PDT
Comment on attachment 238466 [details] Patch Clearing flags on attachment: 238466 Committed r173816: <http://trac.webkit.org/changeset/173816>
Ryuan Choi
Comment 3 2014-09-22 01:52:39 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.