Bug 150547 - API tests fail on El Capitan after r191543
Summary: API tests fail on El Capitan after r191543
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-25 11:07 PDT by Alexey Proskuryakov
Modified: 2015-10-25 18:44 PDT (History)
4 users (show)

See Also:


Attachments
proposed fix (1.57 KB, patch)
2015-10-25 11:10 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2015-10-25 11:07:19 PDT
dyld: Symbol not found: _OBJC_CLASS_$__WKUserStyleSheet
  Referenced from: /Volumes/Data/slave/elcapitan-release-tests-wk2/build/WebKitBuild/Release/TestWebKitAPI
  Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
 in /Volumes/Data/slave/elcapitan-release-tests-wk2/build/WebKitBuild/Release/TestWebKitAPI
Failed to build list of tests!--
Comment 1 Alexey Proskuryakov 2015-10-25 11:10:10 PDT
Created attachment 264014 [details]
proposed fix

Untested, but this has to fix it.
Comment 2 WebKit Commit Bot 2015-10-25 12:07:00 PDT
Comment on attachment 264014 [details]
proposed fix

Clearing flags on attachment: 264014

Committed r191550: <http://trac.webkit.org/changeset/191550>
Comment 3 WebKit Commit Bot 2015-10-25 12:07:04 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Tim Horton 2015-10-25 18:44:03 PDT
Oh! Thank you for fixing this!