Changeset 145209 in webkit


Ignore:
Timestamp:
Mar 8, 2013 5:18:57 AM (11 years ago)
Author:
Christophe Dumez
Message:

[EFL] [WK2] Some authentication tests fail in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=106407

Reviewed by Kenneth Rohde Christiansen.

Tools:

Add patch from upstream for libsoup 2.40 to fix several authentication
test cases.

  • efl/jhbuild.modules:
  • efl/patches/libsoup-2.40-auth-fix.patch: Added.

LayoutTests:

Unskip several authentication test cases now that we cherry-picked
the needed libsoup fix from upstream.

  • platform/efl-wk2/TestExpectations:
Location:
trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r145208 r145209  
     12013-03-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>
     2
     3        [EFL] [WK2] Some authentication tests fail in WebKit2
     4        https://bugs.webkit.org/show_bug.cgi?id=106407
     5
     6        Reviewed by Kenneth Rohde Christiansen.
     7
     8        Unskip several authentication test cases now that we cherry-picked
     9        the needed libsoup fix from upstream.
     10
     11        * platform/efl-wk2/TestExpectations:
     12
    1132013-03-08  Zan Dobersek  <zdobersek@igalia.com>
    214
  • trunk/LayoutTests/platform/efl-wk2/TestExpectations

    r144920 r145209  
    472472webkit.org/b/109435 webgl/conformance/textures/texture-size-limit.html [ Failure ]
    473473
    474 # Likely failing because of an old version of libsoup in the jhbuild.
    475 webkit.org/b/106407 http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure ]
    476 webkit.org/b/106407 http/tests/security/401-logout/401-logout.php [ Failure ]
    477 webkit.org/b/106407 http/tests/xmlhttprequest/failed-auth.html [ Failure ]
    478 webkit.org/b/106407 http/tests/xmlhttprequest/remember-bad-password.html [ Failure ]
    479 
    480474# Most probably failures are result of delay in scrolling caused by 'delegated scrolling' usage.
    481475webkit.org/b/107286 fast/css/sticky/sticky-margins.html [ ImageOnlyFailure ]
  • trunk/Tools/ChangeLog

    r145200 r145209  
     12013-03-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>
     2
     3        [EFL] [WK2] Some authentication tests fail in WebKit2
     4        https://bugs.webkit.org/show_bug.cgi?id=106407
     5
     6        Reviewed by Kenneth Rohde Christiansen.
     7
     8        Add patch from upstream for libsoup 2.40 to fix several authentication
     9        test cases.
     10
     11        * efl/jhbuild.modules:
     12        * efl/patches/libsoup-2.40-auth-fix.patch: Added.
     13
    1142013-03-08  Zan Dobersek  <zdobersek@igalia.com>
    215
  • trunk/Tools/efl/jhbuild.modules

    r145130 r145209  
    149149    <branch module="/pub/gnome/sources/libsoup/2.40/libsoup-2.40.3.tar.xz" version="2.40.3"
    150150            repo="ftp.gnome.org"
    151             hash="sha256:82c92f1f6f4cbfd501df783ed87e7de9410b4a12a3bb0b19c64722e185d2bbc9"/>
     151            hash="sha256:82c92f1f6f4cbfd501df783ed87e7de9410b4a12a3bb0b19c64722e185d2bbc9">
     152      <patch file="libsoup-2.40-auth-fix.patch" strip="1"/>
     153    </branch>
    152154  </autotools>
    153155
Note: See TracChangeset for help on using the changeset viewer.