Bug 136996 - Fix syntaxError in watchlist since r173594
Summary: Fix syntaxError in watchlist since r173594
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-22 01:33 PDT by Ryuan Choi
Modified: 2014-09-22 01:52 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.24 KB, patch)
2014-09-22 01:35 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 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",
Comment 1 Ryuan Choi 2014-09-22 01:35:49 PDT
Created attachment 238466 [details]
Patch
Comment 2 Ryuan Choi 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>
Comment 3 Ryuan Choi 2014-09-22 01:52:39 PDT
All reviewed patches have been landed.  Closing bug.