aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-03-12 02:36:15 +0800
committerXan Lopez <xan@igalia.com>2013-03-12 02:36:15 +0800
commit26aa9ccc05c610607d4bc5c286e15291a3a8fcf8 (patch)
tree3f91a7db5fe6bc5c093696fb9a92fc976a2bd08e
parent175c06dd9aa080775c752c5e8be61eb4c6da94dc (diff)
downloadgsoc2013-epiphany-26aa9ccc05c610607d4bc5c286e15291a3a8fcf8.tar
gsoc2013-epiphany-26aa9ccc05c610607d4bc5c286e15291a3a8fcf8.tar.gz
gsoc2013-epiphany-26aa9ccc05c610607d4bc5c286e15291a3a8fcf8.tar.bz2
gsoc2013-epiphany-26aa9ccc05c610607d4bc5c286e15291a3a8fcf8.tar.lz
gsoc2013-epiphany-26aa9ccc05c610607d4bc5c286e15291a3a8fcf8.tar.xz
gsoc2013-epiphany-26aa9ccc05c610607d4bc5c286e15291a3a8fcf8.tar.zst
gsoc2013-epiphany-26aa9ccc05c610607d4bc5c286e15291a3a8fcf8.zip
ephy-web-view-test: skip another failing test
See https://bugzilla.gnome.org/show_bug.cgi?id=695649
-rw-r--r--tests/ephy-web-view-test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index b95aac0c8..49ccf54dc 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -344,6 +344,7 @@ quit_main_loop_when_load_finished (WebKitWebView *view, GParamSpec *spec, GMainL
}
#endif
+#ifndef HAVE_WEBKIT2
static void
test_ephy_web_view_provisional_load_failure_updates_back_forward_list (void)
{
@@ -386,6 +387,7 @@ test_ephy_web_view_provisional_load_failure_updates_back_forward_list (void)
g_object_unref (g_object_ref_sink (view));
}
+#endif
static gboolean
visit_url_cb (EphyHistoryService *service,
@@ -466,8 +468,11 @@ main (int argc, char *argv[])
g_test_add_func ("/embed/ephy-web-view/load_url",
test_ephy_web_view_load_url);
+#ifndef HAVE_WEBKIT2
+ /* FIXME: see https://bugzilla.gnome.org/show_bug.cgi?id=695649 */
g_test_add_func ("/embed/ephy-web-view/provisional_load_failure_updates_back_forward_list",
test_ephy_web_view_provisional_load_failure_updates_back_forward_list);
+#endif
g_test_add_func ("/embed/ephy-web-view/error-pages-not-stored-in-history",
test_ephy_web_view_error_pages_not_stored_in_history);