[Webkit-unassigned] [Bug 172757] New: [GTK][WPE] run-javascriptcore-tests should use the jhbuild

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 31 09:01:51 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=172757

            Bug ID: 172757
           Summary: [GTK][WPE] run-javascriptcore-tests should use the
                    jhbuild
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org, lforschler at apple.com

It turns out that run-javascriptcore-tests is not using the jhbuild.
This went undetected so far because the jsc binary don't links without that much libraries (pretty much only libicu).

So this is currently not an issue for the WPE port as libicu is not included on the jhbuild.

For the GTK+ port we are including it, and on Debian 8 the jsc binary included the rpath to the library so the linker was able to resolve the right path without needing the jhbuild trick of setting LD_LIBRARY_PATH.

On Debian 9 it seems this is not longer the case (no idea why).

In any case the fix is clear: run-javascriptcore-tests should use the jhbuild wrapper for the ports that use jhbuild.

This is currently causing thousands of jsc test failures on the GTK+ bots (I upgraded them today to debian 9)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170531/a1f2e5bf/attachment-0001.html>


More information about the webkit-unassigned mailing list