Bug 82268
Summary: | [Chromium] [Linux] Symbols exported from WTF are sometimes not found by linkers | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | abarth, eae, morrita, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.