WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
123206
Build scripts should add |Win32 for Windows 32-bit builds
https://bugs.webkit.org/show_bug.cgi?id=123206
Summary
Build scripts should add |Win32 for Windows 32-bit builds
Alex Christensen
Reported
2013-10-23 07:15:50 PDT
I thought we did not need to be this explicit, but after opening a solution, building it with the x64 configuration, then running build-webkit or build-jsc, it defaults to the 64-bit build. The script should add |Win32 or |x64, depending on the desired configuration.
Attachments
Patch
(2.40 KB, patch)
2013-10-23 07:27 PDT
,
Alex Christensen
no flags
Details
Formatted Diff
Diff
Patch
(2.41 KB, patch)
2013-10-23 12:18 PDT
,
Alex Christensen
no flags
Details
Formatted Diff
Diff
Patch
(7.83 KB, patch)
2013-10-23 13:17 PDT
,
Alex Christensen
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2013-10-23 07:27:50 PDT
Created
attachment 214958
[details]
Patch
Build Bot
Comment 2
2013-10-23 07:29:08 PDT
Comment on
attachment 214958
[details]
Patch
Attachment 214958
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.appspot.com/results/9658010
EFL EWS Bot
Comment 3
2013-10-23 07:31:37 PDT
Comment on
attachment 214958
[details]
Patch
Attachment 214958
[details]
did not pass efl-ews (efl): Output:
http://webkit-queues.appspot.com/results/9848012
Build Bot
Comment 4
2013-10-23 08:08:56 PDT
Comment on
attachment 214958
[details]
Patch
Attachment 214958
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.appspot.com/results/9858010
EFL EWS Bot
Comment 5
2013-10-23 08:10:06 PDT
Comment on
attachment 214958
[details]
Patch
Attachment 214958
[details]
did not pass efl-wk2-ews (efl-wk2): Output:
http://webkit-queues.appspot.com/results/9958002
kov's GTK+ EWS bot
Comment 6
2013-10-23 08:51:32 PDT
Comment on
attachment 214958
[details]
Patch
Attachment 214958
[details]
did not pass gtk-ews (gtk): Output:
http://webkit-queues.appspot.com/results/4548155
Alex Christensen
Comment 7
2013-10-23 12:18:39 PDT
Created
attachment 214980
[details]
Patch
Brent Fulgham
Comment 8
2013-10-23 13:02:26 PDT
Comment on
attachment 214980
[details]
Patch r=me
Brent Fulgham
Comment 9
2013-10-23 13:05:16 PDT
Comment on
attachment 214980
[details]
Patch Whoops! This doesn't work. It's putting the "|Win32" into the path.
Alex Christensen
Comment 10
2013-10-23 13:17:11 PDT
Created
attachment 214986
[details]
Patch
Brent Fulgham
Comment 11
2013-10-23 13:29:21 PDT
Comment on
attachment 214986
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=214986&action=review
r=me
> Tools/Scripts/old-run-webkit-tests:436 > + $dumpToolName .= "_debug" if configuration() eq "Debug_All";
I think this is now called "DebugSuffix" in the Visual Studio project, but I'm not sure if other targets use "Debug_All" to define their builds. We might want to change this to "DebugSuffix" if it's only used on Windows.
WebKit Commit Bot
Comment 12
2013-10-23 13:53:48 PDT
Comment on
attachment 214986
[details]
Patch Clearing flags on attachment: 214986 Committed
r157882
: <
http://trac.webkit.org/changeset/157882
>
WebKit Commit Bot
Comment 13
2013-10-23 13:53:51 PDT
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.
Top of Page
Format For Printing
XML
Clone This Bug