After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695649 - [WK2] EphyWebView provisional_load_failure_updates_back_forward_list fails
[WK2] EphyWebView provisional_load_failure_updates_back_forward_list fails
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 678610
 
 
Reported: 2013-03-11 18:35 UTC by Xan Lopez
Modified: 2013-03-13 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (3.96 KB, patch)
2013-03-13 13:59 UTC, Manuel Rego Casasnovas
committed Details | Review

Description Xan Lopez 2013-03-11 18:35:20 UTC
/embed/ephy-web-view/provisional_load_failure_updates_back_forward_list: **
ERROR:../../tests/ephy-web-view-test.c:373:test_ephy_web_view_provisional_load_failure_updates_back_forward_list: assertion failed: (webkit_back_forward_list_get_current_item ( webkit_web_view_get_back_forward_list (WEBKIT_WEB_VIEW (view))))
FAIL
Comment 1 Manuel Rego Casasnovas 2013-03-13 13:59:44 UTC
Created attachment 238785 [details] [review]
Patch

Similar issue to the sessions and ephy shell tests, in this case we were not waiting for the signal "changed" WebKitBackForwardList. Fixed with a similar approach than other tests.
Comment 2 Xan Lopez 2013-03-13 14:47:38 UTC
Excellent, pushed to master. Thanks!