Bug 141202

Summary: run-jsc-stress-tests --remote should be able add the necessary libraries to the bundle on Linux
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 141165    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-02-03 10:22:08 PST
$ldd jsc | grep WebKitBuild
----------------------------
libjavascriptcore_efl.so.1 => /home/webkit/WebKit/WebKitBuild/Release/lib/libjavascriptcore_efl.so.1 (0x00007fae792bf000)
libecore.so.1 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libecore.so.1 (0x00007fae79085000)
libglib-2.0.so.0 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libglib-2.0.so.0 (0x00007fae777bb000)
libefl.so.1 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libefl.so.1 (0x00007fae775b3000)
libeo.so.1 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libeo.so.1 (0x00007fae7739c000)
libeina.so.1 => /home/webkit/WebKit/WebKitBuild/DependenciesEFL/Root/lib/libeina.so.1 (0x00007fae7713c000)

We need a script to call "ldd jsc" to determine which 
libraries are needed and then add them to the bundle. 

WebKitBuild/Release/lib and WebKitBuild/DependenciesEFL/Root/lib 
contains much more then the minimal necessary to run JSC (tests).
Comment 1 Csaba Osztrogonác 2015-02-12 04:03:24 PST
Created attachment 246439 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-12 10:35:19 PST
Comment on attachment 246439 [details]
Patch

Clearing flags on attachment: 246439

Committed r179998: <http://trac.webkit.org/changeset/179998>
Comment 3 WebKit Commit Bot 2015-02-12 10:35:22 PST
All reviewed patches have been landed.  Closing bug.