Bug 138040 - All plug-in tests fail on Yosemite WK1
Summary: All plug-in tests fail on Yosemite WK1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-23 23:12 PDT by Alexey Proskuryakov
Modified: 2014-10-24 10:25 PDT (History)
1 user (show)

See Also:


Attachments
proposed fix (4.15 KB, patch)
2014-10-24 00:00 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 2014-10-23 23:12:48 PDT
The symlinks in built product are messed up:

ap$ cd /Users/ap/Build/Debug/WebKitLegacy.framework 
ap$ ls -la WebKitPluginAgent 
lrwxr-xr-x  1 ap  javadev  34 Oct 22 21:29 WebKitPluginAgent -> Versions/Current/WebKitPluginAgent
ap$ ls -la WebKitPluginHost.app 
lrwxr-xr-x  1 ap  javadev  37 Oct 22 21:29 WebKitPluginHost.app -> Versions/Current/WebKitPluginHost.app
ap$ ls -la Versions/Current/WebKitPluginAgent
ls: Versions/Current/WebKitPluginAgent: No such file or directory
ap$ ls -la Versions/Current/WebKitPluginHost.app
lrwxr-xr-x  1 ap  javadev  109 Oct 22 21:29 Versions/Current/WebKitPluginHost.app -> /System/Library/Frameworks/WebKit.framework/Frameworks/WebKitLegacy.framework/Versions/A/WebKitPluginHost.app
ap$ ls /System/Library/Frameworks/WebKit.framework/Frameworks/WebKitLegacy.framework/Versions/A/WebKitPluginHost.app
ls: /System/Library/Frameworks/WebKit.framework/Frameworks/WebKitLegacy.framework/Versions/A/WebKitPluginHost.app: No such file or directory
Comment 1 Alexey Proskuryakov 2014-10-24 00:00:30 PDT
Created attachment 240401 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2014-10-24 10:25:46 PDT
Fixed in <http://trac.webkit.org/r175167>.