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 707217 - EphyShell: load_from_external test fails
EphyShell: load_from_external test fails
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 762752
 
 
Reported: 2013-09-01 11:36 UTC by Claudio Saavedra
Modified: 2018-08-03 20:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Claudio Saavedra 2013-09-01 11:36:33 UTC
TEST: test-ephy-shell... (pid=23341)
  /src/ephy-shell/basic_embeds:                                        OK
  /src/ephy-shell/parent_windows:                                      OK
  /src/ephy-shell/tab_load:                                            OK
  /src/ephy-shell/tab_append:                                          OK
  /src/ephy-shell/tab_from_external:                                   **
ERROR:ephy-test-utils.c:41:ephy_test_utils_check_ephy_web_view_address: assertion failed (ephy_web_view_get_address (view) == address): ("about:blank" == "ephy-about:overview")
FAIL
Comment 1 Claudio Saavedra 2013-09-01 11:46:59 UTC
There is nothing ensuring the call below will have loaded the homepage before the failing check is done:

  /* ephy_shell_new_tab_full uses ephy_web_view_is_loading() to know if
   * it can reuse an embed for EPHY_NEW_TAB_FROM_EXTERNAL. EphyWebView
   * will say that the view is still loading because there's no event
   * loop, fake one so we get a working test. */
  ephy_web_view_load_homepage (ephy_embed_get_web_view (embed2));
Comment 2 Claudio Saavedra 2013-09-01 11:48:22 UTC
There is nothing ensuring the call below will have loaded the homepage before the failing check is done:

  /* ephy_shell_new_tab_full uses ephy_web_view_is_loading() to know if
   * it can reuse an embed for EPHY_NEW_TAB_FROM_EXTERNAL. EphyWebView
   * will say that the view is still loading because there's no event
   * loop, fake one so we get a working test. */
  ephy_web_view_load_homepage (ephy_embed_get_web_view (embed2));
Comment 3 GNOME Infrastructure Team 2018-08-03 20:03:16 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/epiphany/issues/204.