From 4cfc733a76a0c011336f3b0506a35553772194f4 Mon Sep 17 00:00:00 2001 From: "mrobinson@webkit.org" Date: Wed, 9 Jan 2013 03:28:39 +0000 Subject: [PATCH] [EFL] [WK2] Some authentication tests fail in WebKit2 https://bugs.webkit.org/show_bug.cgi?id=106407 * platform/efl-wk2/TestExpectations: Skip some tests failing for EFL on WebKit2. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@139149 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 8 ++++++++ LayoutTests/platform/efl-wk2/TestExpectations | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index c67cb01..8ca843f 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,5 +1,13 @@ 2013-01-08 Martin Robinson + [EFL] [WK2] Some authentication tests fail in WebKit2 + https://bugs.webkit.org/show_bug.cgi?id=106407 + + * platform/efl-wk2/TestExpectations: Skip some tests failing for EFL + on WebKit2. + +2013-01-08 Martin Robinson + [Mac] Authentication tests fail even after r139140 https://bugs.webkit.org/show_bug.cgi?id=106405 diff --git a/LayoutTests/platform/efl-wk2/TestExpectations b/LayoutTests/platform/efl-wk2/TestExpectations index 53e5881..647cf92 100644 --- a/LayoutTests/platform/efl-wk2/TestExpectations +++ b/LayoutTests/platform/efl-wk2/TestExpectations @@ -400,3 +400,8 @@ webkit.org/b/98410 media/context-menu-actions.html [ Failure ] webkit.org/b/102201 fast/dom/Window/open-window-min-size.html [ Failure ] +# Likely failing because of an old version of libsoup in the jhbuild. +webkit.org/b/106407 http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure ] +webkit.org/b/106407 http/tests/security/401-logout/401-logout.php [ Failure ] +webkit.org/b/106407 http/tests/xmlhttprequest/failed-auth.html [ Failure ] +webkit.org/b/106407 http/tests/xmlhttprequest/remember-bad-password.html [ Failure ] -- 1.8.3.1