Bug 73106

Summary: Fix the current working directory of run-bindings-tests
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: DOMAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dominicc, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 72138    
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 2011-11-24 21:20:18 PST
Currently, run-bindings-tests outputs the following error (although it outputs "all tests passed!" in the end): Testing the ObjC generator on TestObj.idl gcc: WebCore/bindings/objc/PublicDOMInterfaces.h: No such file or directory gcc: warning: '-x objective-c' after last input file has no effect gcc: no input files This is because CodeGeneratorObjC.pm assumes that the current working directory is WebKit/Source/, but run-bindings-tests sets the current working directory to WebKit/. We should change it to WebKit/Source/. Incidentally, fixing run-bindings-tests are more reasonable than fixing CodeGeneratorObjC.pm, since real build scripts (e.g. WebCore.gyp) run with the assumption that the current working directory is WebKit/Source/.
Attachments
Patch (2.91 KB, patch)
2011-11-24 21:24 PST, Kentaro Hara
no flags
Adam Barth
Comment 1 2011-11-24 21:23:17 PST
I see.
Kentaro Hara
Comment 2 2011-11-24 21:24:16 PST
WebKit Review Bot
Comment 3 2011-11-24 22:36:45 PST
Comment on attachment 116557 [details] Patch Clearing flags on attachment: 116557 Committed r101149: <http://trac.webkit.org/changeset/101149>
WebKit Review Bot
Comment 4 2011-11-24 22:36:50 PST
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.