Bug 75081

Summary: Let parser_unittests.pl call different language parsers
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: Tools / TestsAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, ddkilzer, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 73531    
Attachments:
Description Flags
Patch
none
Patch none

Description Kentaro Hara 2011-12-22 05:45:26 PST
We introduced parser_unittests.pl in bug 74944 , but it is implemented to always call get_function_line_ranges_for_perl(). In order to enable unittests of other languages, we need to let parser_unittests.pl call different language parsers depending on the languages.
Comment 1 Kentaro Hara 2011-12-22 05:51:42 PST
Created attachment 120311 [details]
Patch
Comment 2 Kentaro Hara 2011-12-22 05:52:31 PST
(In reply to comment #0)
> We introduced parser_unittests.pl in bug 74944 , 

Correction: bug 74994
Comment 3 Kentaro Hara 2011-12-22 05:53:33 PST
Created attachment 120312 [details]
Patch
Comment 4 David Kilzer (:ddkilzer) 2011-12-22 07:57:46 PST
Comment on attachment 120312 [details]
Patch

r=me
Comment 5 WebKit Review Bot 2011-12-23 00:19:07 PST
Comment on attachment 120312 [details]
Patch

Clearing flags on attachment: 120312

Committed r103609: <http://trac.webkit.org/changeset/103609>
Comment 6 WebKit Review Bot 2011-12-23 00:19:12 PST
All reviewed patches have been landed.  Closing bug.