RESOLVED FIXED 141202
run-jsc-stress-tests --remote should be able add the necessary libraries to the bundle on Linux
https://bugs.webkit.org/show_bug.cgi?id=141202
Summary run-jsc-stress-tests --remote should be able add the necessary libraries to t...
Csaba Osztrogonác
Reported 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).
Attachments
Patch (2.20 KB, patch)
2015-02-12 04:03 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-02-12 04:03:24 PST
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2015-02-12 10:35:22 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.