RESOLVED FIXED Bug 151619
[cmake] Add testb3 to the build system
https://bugs.webkit.org/show_bug.cgi?id=151619
Summary [cmake] Add testb3 to the build system
Csaba Osztrogonác
Reported 2015-11-26 05:07:57 PST
SSIA
Attachments
Patch (2.28 KB, patch)
2015-11-26 05:13 PST, Csaba Osztrogonác
no flags
Patch (2.30 KB, patch)
2015-11-27 04:26 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-11-26 05:13:34 PST
Gyuyoung Kim
Comment 2 2015-11-26 18:55:43 PST
Comment on attachment 266178 [details] Patch LGTM.
Csaba Osztrogonác
Comment 3 2015-11-27 04:19:31 PST
(In reply to comment #1) > Created attachment 266178 [details] > Patch Windows build fails with the following error: testb3.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl WTF::printInternal(class WTF::PrintStream &,char const *)" (__imp_?printInternal@WTF@@YAXAAVPrintStream@1@PBD@Z) referenced in function "public: void __thiscall WTF::PrintStream::print<char [24]>(char const (&)[24])" (??$print@$$BY0BI@D@PrintStream@WTF@@QAEXAAY0BI@$$CBD@Z) [C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\Source\JavaScriptCore\shell\testb3.vcxproj] testb3.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class WTF::FilePrintStream & __cdecl WTF::dataFile(void)" (__imp_?dataFile@WTF@@YAAAVFilePrintStream@1@XZ) referenced in function "void __cdecl WTF::dataLog<char [24]>(char const (&)[24])" (??$dataLog@$$BY0BI@D@WTF@@YAXAAY0BI@$$CBD@Z) [C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\Source\JavaScriptCore\shell\testb3.vcxproj] C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\bin32\testb3.exe : fatal error LNK1120: 2 unresolved externals [C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\Source\JavaScriptCore\shell\testb3.vcxproj] Windows doesn't support FTL JIT yet, not to mention B3, so I'm going to disable building testb3 on it.
Csaba Osztrogonác
Comment 4 2015-11-27 04:26:10 PST
Created attachment 266197 [details] Patch patch for landing with Windows build fix
WebKit Commit Bot
Comment 5 2015-11-27 06:16:40 PST
Comment on attachment 266197 [details] Patch Clearing flags on attachment: 266197 Committed r192781: <http://trac.webkit.org/changeset/192781>
WebKit Commit Bot
Comment 6 2015-11-27 06:16:43 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.