Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ebb749615ab256d5a8e559b6bffa34ef9962a603
      
https://github.com/WebKit/WebKit/commit/ebb749615ab256d5a8e559b6bffa34ef9962a603
  Author: Carlos Alberto Lopez Perez <[email protected]>
  Date:   2026-09-22 (Tue, 22 Sep 2026)

  Changed paths:
    M Tools/Scripts/run-jsc-benchmarks

  Log Message:
  -----------
  [WPE] run-jsc-benchmarks fails to run inside the SDK
https://bugs.webkit.org/show_bug.cgi?id=324814

Reviewed by Justin Michaud.

The script that run-jsc-benchmarks creates for running the tests
unconditionally overwrites LD_LIBRARY_PATH, but instead of that
it should append when the variable is already defined.

This was causing crashes when running the tests with WPE inside
the SDK, because it links with the libwpe library that is built
outside of the standard system paths at /jhbuild, and needs the
env var LD_LIBRARY_PATH to include this dir.

* Tools/Scripts/run-jsc-benchmarks:

Canonical link: https://commits.webkit.org/321621@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to