diff options
Diffstat (limited to 'www-client/epiphany/files/epiphany-3.14.0-unittest-2.patch')
-rw-r--r-- | www-client/epiphany/files/epiphany-3.14.0-unittest-2.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/www-client/epiphany/files/epiphany-3.14.0-unittest-2.patch b/www-client/epiphany/files/epiphany-3.14.0-unittest-2.patch deleted file mode 100644 index 36dcb30ce3b..00000000000 --- a/www-client/epiphany/files/epiphany-3.14.0-unittest-2.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 3d2ca8dfb33f9dd658293d14d6b75983d1d2f57d Mon Sep 17 00:00:00 2001 -From: Gilles Dartiguelongue <eva@gentoo.org> -Date: Sun, 19 Oct 2014 23:06:29 +0200 -Subject: [PATCH 3/3] Disable broken tests - -Not the first time these are failing even though issue was reported -upstream. ---- - tests/ephy-file-helpers-test.c | 4 ++-- - tests/ephy-migration-test.c | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/tests/ephy-file-helpers-test.c b/tests/ephy-file-helpers-test.c -index bdf7455..718fa29 100644 ---- a/tests/ephy-file-helpers-test.c -+++ b/tests/ephy-file-helpers-test.c -@@ -341,8 +341,8 @@ main (int argc, char *argv[]) - g_test_add_func ("/lib/ephy-file-helpers/get_downloads_dir", - test_ephy_file_get_downloads_dir); - -- g_test_add_func ("/lib/ephy-file-helpers/create_delete_dir", -- test_ephy_file_create_delete_dir); -+ /*g_test_add_func ("/lib/ephy-file-helpers/create_delete_dir", -+ test_ephy_file_create_delete_dir);*/ - - g_test_add_func ("/lib/ephy-file-helpers/desktop_dir", - test_ephy_file_desktop_dir); -diff --git a/tests/ephy-migration-test.c b/tests/ephy-migration-test.c -index fab9ee7..64cdd65 100644 ---- a/tests/ephy-migration-test.c -+++ b/tests/ephy-migration-test.c -@@ -65,8 +65,8 @@ main (int argc, char *argv[]) - - g_test_add_func ("/lib/ephy-profile-utils/do_migration_simple", - test_do_migration_simple); -- g_test_add_func ("/lib/ephy-profile-utils/do_migration_invalid", -- test_do_migration_invalid); -+ /*g_test_add_func ("/lib/ephy-profile-utils/do_migration_invalid", -+ test_do_migration_invalid);*/ - - return g_test_run (); - } --- -2.1.2 - |