[Webkit-unassigned] [Bug 159341] [GTK] Null WebCore::Range deference in WebEditorClient::updateGlobalSelection
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 1 09:12:00 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159341
Carlos Alberto Lopez Perez <clopez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clopez at igalia.com
--- Comment #5 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to comment #4)
> (In reply to comment #1)
> > How to mark such test? Should be marked [ Crash Pass ]?
>
> It should probably be marked [ Crash ], to match the results on the bot.
>
> Unfortunately we haven't figured out what to do when we cannot locally
> reproduce the results on the bot. In theory, all software that can affect
> test results should be in the jhbuild environment, so it means some
> essential library is missing from the jhbuild environment.
I think some tests give different results depending if you run them alone or if you run the whole test suite.
For example: I can reproduce both the crash and the non-crash on editing/input/set-value-on-input-and-delete.html depending on how I run the tests.
If I run this:
$ Tools/Scripts/run-webkit-tests --release --gtk editing
Then I get a crash on editing/input/set-value-on-input-and-delete.html
However, if I run that test alone:
$ Tools/Scripts/run-webkit-tests --release --gtk editing/input/set-value-on-input-and-delete.html
Then it runs fine.
And (at first sight) it don't seems a race condition because forcing only one worker on the first case don't fixes the issue.
See the output: http://sprunge.us/iEIX
Can you reproduce that also?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160701/11b4ebd5/attachment.html>
More information about the webkit-unassigned
mailing list