Changeset 84411 in webkit


Ignore:
Timestamp:
Apr 20, 2011 1:28:49 PM (13 years ago)
Author:
robert@webkit.org
Message:

2011-04-20 Robert Hogan <robert@webkit.org>

Reviewed by Antonio Gomes.

[Qt] DRT sideeffect revealed by r63657 and r75305
https://bugs.webkit.org/show_bug.cgi?id=42578

Unskip tests passing since r76958

The NetworkAccessManager's authentication cache is getting
cleared now on every page load, so these no longer leak
credentials between tests.

  • platform/qt/Skipped:
Location:
trunk/LayoutTests
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r84409 r84411  
     12011-04-20  Robert Hogan  <robert@webkit.org>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [Qt] DRT sideeffect revealed by r63657 and r75305
     6        https://bugs.webkit.org/show_bug.cgi?id=42578
     7
     8        Unskip tests passing since r76958
     9
     10        The NetworkAccessManager's authentication cache is getting
     11        cleared now on every page load, so these no longer leak
     12        credentials between tests.
     13
     14        * platform/qt/Skipped:
     15
    1162011-03-07  Victoria Kirst  <vrk@google.com>
    217
  • trunk/LayoutTests/platform/qt/Skipped

    r84355 r84411  
    273273# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail:
    274274# https://bugs.webkit.org/show_bug.cgi?id=32961
     275# Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2
    275276http/tests/xmlhttprequest/basic-auth-default.html
    276277
     
    288289# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail:
    289290# https://bugs.webkit.org/show_bug.cgi?id=32961
     291# Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2
    290292http/tests/xmlhttprequest/failed-auth.html
    291293
     
    30173019animations/stop-animation-on-suspend.html
    30183020
    3019 # [Qt] DRT sideeffect revealed by r63657
    3020 # https://bugs.webkit.org/show_bug.cgi?id=42578
    3021 http/tests/security/mixedContent/insecure-css-in-main-frame.html
    3022 http/tests/xmlhttprequest/authorization-header.html
    3023 http/tests/xmlhttprequest/null-auth.php
    3024 
    30253021# Assumes spesific metrics
    30263022# See http://code.google.com/p/chromium/issues/detail?id=19897
Note: See TracChangeset for help on using the changeset viewer.