WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
82268
[Chromium] [Linux] Symbols exported from WTF are sometimes not found by linkers
https://bugs.webkit.org/show_bug.cgi?id=82268
Summary
[Chromium] [Linux] Symbols exported from WTF are sometimes not found by linkers
Ryosuke Niwa
Reported
2012-03-26 17:26:52 PDT
http://trac.webkit.org/changeset/112177
caused a build failure:
http://build.webkit.org/builders/Chromium%20Linux%20Release/builds/50189/steps/compile-webkit/logs/stdio
But relevant functions already had WTF_EXPORT_PRIVATE at this revision:
http://trac.webkit.org/browser/trunk/Source/WTF/wtf/BitVector.h?rev=112177#L217
Furthermore, Chromium build system doesn't use EXPORT macros so this failure should have never occurred. Touching BitVector.h fixed this issue:
http://build.webkit.org/builders/Chromium%20Linux%20Release%20%28Tests%29/builds/30473
which is red-herring.
Attachments
Add attachment
proposed patch, testcase, etc.
Stephen Chenney
Comment 1
2013-04-09 17:05:49 PDT
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.
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