Bug 136996

Summary: Fix syntaxError in watchlist since r173594
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: Tools / TestsAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, glenn, lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.