Bug 22099 - Make the Qt port build the JSC shell in the correct place
Summary: Make the Qt port build the JSC shell in the correct place
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 05:10 PST by Peter Gal
Modified: 2008-11-06 10:43 PST (History)
0 users

See Also:


Attachments
proposed patch for fixing jsc.pro includes (1.46 KB, patch)
2008-11-06 05:10 PST, Peter Gal
no flags Details | Formatted Diff | Diff
fixed proposed patch (1.34 KB, patch)
2008-11-06 05:33 PST, Peter Gal
zwarich: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gal 2008-11-06 05:10:07 PST
After moving the jsc.pro file in rev 38155 not all includes was modified to follow the changes. Part of it was fixed in rev 38163, but for example: the jsc binary ended up in the 'WebKitBuild/Release/' directory instead of the 'WebKitBuild/Release/JavaScriptCore/'. I think this will break JavaScriptCore tests, because jsc binary is not in the correct folder.
Comment 1 Peter Gal 2008-11-06 05:10:50 PST
Created attachment 24940 [details]
proposed patch for fixing jsc.pro includes
Comment 2 Peter Gal 2008-11-06 05:33:47 PST
Created attachment 24941 [details]
fixed proposed patch

Previous patch had a little typo. Sorry for that.
Comment 3 Cameron Zwarich (cpst) 2008-11-06 09:25:01 PST
Comment on attachment 24941 [details]
fixed proposed patch

This looks good to me, but doublecheck that it builds 'jsc' and runs tests correctly in a clean build. The bot is still running the tests fine, presumedly because it is using the old executable.
Comment 4 Peter Gal 2008-11-06 09:43:57 PST
After a clean build I started the tests and the sunspider, both was good.
Comment 5 Cameron Zwarich (cpst) 2008-11-06 10:34:07 PST
Okay, I'll land it.
Comment 6 Cameron Zwarich (cpst) 2008-11-06 10:43:46 PST
Landed in r38185.