Changeset 128041 in webkit


Ignore:
Timestamp:
Sep 10, 2012 4:04:17 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

http/tests/security/contentSecurityPolicy/blob-urls-match-self.html fails on Windows port
https://bugs.webkit.org/show_bug.cgi?id=96133

Patch by Mike West <mkwst@chromium.org> on 2012-09-10
Reviewed by Jochen Eisinger.

Blob is indeed disabled on Windows. Moving this skipped test up with
the other ENABLE(BLOB) tests so that it can be reenabled when BLOB
rolls in.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r128039 r128041  
     12012-09-10  Mike West  <mkwst@chromium.org>
     2
     3        http/tests/security/contentSecurityPolicy/blob-urls-match-self.html fails on Windows port
     4        https://bugs.webkit.org/show_bug.cgi?id=96133
     5
     6        Reviewed by Jochen Eisinger.
     7
     8        Blob is indeed disabled on Windows. Moving this skipped test up with
     9        the other ENABLE(BLOB) tests so that it can be reenabled when BLOB
     10        rolls in.
     11
     12        * platform/win/Skipped:
     13
    1142012-09-10  Christophe Dumez  <christophe.dumez@intel.com>
    215
  • trunk/LayoutTests/platform/win/Skipped

    r127933 r128041  
    258258fast/forms/file/input-file-entries.html
    259259fast/forms/file/recover-file-input-in-unposted-form.html
     260http/tests/security/contentSecurityPolicy/blob-urls-match-self.html
    260261
    261262# Need to add functionality to DumpRenderTree to test IDN <rdar://problem/5301954>
     
    22182219# Windows does not have global selection.
    22192220editing/pasteboard/paste-global-selection.html
    2220 
    2221 # https://bugs.webkit.org/show_bug.cgi?id=96133
    2222 http/tests/security/contentSecurityPolicy/blob-urls-match-self.html
Note: See TracChangeset for help on using the changeset viewer.