[Webkit-unassigned] [Bug 137147] [GTK] Bump up and patch dependencies to allow building for aarch64
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 3 10:46:21 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137147
Akos Kiss <akiss at inf.u-szeged.hu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #239021|0 |1
is obsolete| |
Attachment #239212| |review?, commit-queue?
Flag| |
--- Comment #6 from Akos Kiss <akiss at inf.u-szeged.hu> 2014-10-03 10:46:18 PST ---
Created an attachment (id=239212)
--> (https://bugs.webkit.org/attachment.cgi?id=239212&action=review)
Updated patch (v3)
Thanks for not letting me get sloppy!
It turned out that my x86-64/Ubuntu 14.04 desktop machine was trying too heavily to parallelize the execution of the layout tests, which resulted in random crashes. After specifying --child-processes=3 for run-webkit-tests, the results became stable, both before and after applying the patch.
After bumping-up the libs, http/tests/media/video-redirect.html became crashing. By tracing back the error, it turned out that a bug has been hiding in gst-plugins-base in the .mov demuxing. (This is interesting, since neither gstreamer nor gst-plugins-base has been touched during the bump-up. This bug has been there for a while, only did not reveal itself, hitherto.) Fortunately, a one-line fix already exists and got accepted in gstreamer upstream.
Now, this version of the patch introduces no regressions on x86-64 anymore, and builds on Aarch64.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list