I think these failures might because of the version of libsoup in the EFL jhbuild. For GTK+ we are using a fairly recent version from the repository.
Committed r139149: <http://trac.webkit.org/changeset/139149>
The tests failing are: http/tests/loading/basic-auth-resend-wrong-credentials.html http/tests/security/401-logout/401-logout.php http/tests/xmlhttprequest/failed-auth.html http/tests/xmlhttprequest/remember-bad-password.html I confirmed that we need to following libsoup fix: https://bugzilla.gnome.org/show_bug.cgi?id=689673 This fix was added in libsoup 2.41.3 but not backported to v2.40.x. The EFL port is using libsoup v2.40.3 at the moment.
Created attachment 192198 [details] Patch
Comment on attachment 192198 [details] Patch Clearing flags on attachment: 192198 Committed r145209: <http://trac.webkit.org/changeset/145209>
All reviewed patches have been landed. Closing bug.