Changeset 52109 in webkit


Ignore:
Timestamp:
Dec 14, 2009 12:28:24 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-14 Robert Hogan <robert@roberthogan.net>

Reviewed by Eric Seidel.

access-control-basic-denied-preflight-cache.html fails manual testing.

LayoutTests/http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html
fails manual testing. It passes the automatic layout tests in Qt due to a bug with
notifyDone (see https://bugs.webkit.org/show_bug.cgi?id=32437).

Performing the test manually in QtLauncher shows that an exception is received.

Add access-control-basic-denied-preflight-cache.html to the Qt skipped list.

https://bugs.webkit.org/show_bug.cgi?id=32521

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r52106 r52109  
     12009-12-14  Robert Hogan  <robert@roberthogan.net>
     2
     3        Reviewed by Eric Seidel.
     4
     5        access-control-basic-denied-preflight-cache.html fails manual testing.
     6       
     7        LayoutTests/http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html
     8        fails manual testing. It passes the automatic layout tests in Qt due to a bug with
     9        notifyDone (see https://bugs.webkit.org/show_bug.cgi?id=32437).
     10       
     11        Performing the test manually in QtLauncher shows that an exception is received.
     12       
     13        Add access-control-basic-denied-preflight-cache.html to the Qt skipped list.
     14       
     15        https://bugs.webkit.org/show_bug.cgi?id=32521
     16
     17        * platform/qt/Skipped:
     18
    1192009-12-14  Eric Carlson  <eric.carlson@apple.com>
    220
  • trunk/LayoutTests/platform/qt/Skipped

    r52048 r52109  
    51885188http/tests/navigation/dynamic-iframe-dynamic-form-back-entry.html
    51895189http/tests/navigation/parsed-iframe-dynamic-form-back-entry.html
     5190
     5191# This test actually fails in manual testing.
     5192# It only passed automatic testing due to a bug in Qt's DRT, filed
     5193# under https://bugs.webkit.org/show_bug.cgi?id=32437.
     5194# The bug with this test is tracked under https://bugs.webkit.org/show_bug.cgi?id=32521
     5195http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html
     5196
Note: See TracChangeset for help on using the changeset viewer.