⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 150477 in webkit


Ignore:
Timestamp:
May 21, 2013, 2:00:18 PM (13 years ago)
Author:
Brent Fulgham
Message:

[Windows] Reenable storage tests
https://bugs.webkit.org/show_bug.cgi?id=116559

Unreviewed update to TestExpectations:

  1. Storage features are present on Windows, so test them.
  2. Disable (for now) the four websql tests that fail.
  • platform/win/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r150476 r150477  
     12013-05-21  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Windows] Reenable storage tests
     4        https://bugs.webkit.org/show_bug.cgi?id=116559
     5
     6        Unreviewed update to TestExpectations:
     7        1. Storage features are present on Windows, so test them.
     8        2. Disable (for now) the four websql tests that fail.
     9
     10        * platform/win/TestExpectations:
     11
    1122013-05-21  Jer Noble  <jer.noble@apple.com>
    213
  • trunk/LayoutTests/platform/win/TestExpectations

    r150468 r150477  
    26562656webkit.org/b/110654 css3/flexbox/button.html [ Failure ]
    26572657
    2658 # Disable storage tests
    2659 fast/workers/storage/
    2660 storage/
    2661 
    26622658# Disable document.register tests, ENABLE_CUSTOM_ELEMENT disabled
    26632659fast/dom/custom
     
    27432739
    27442740# Disable crashing tests, being investigated under https://bugs.webkit.org/show_bug.cgi?id=116562
     2741webkit.org/b/116562 fast/dom/Window/window-postmessage-clone-deep-array.html
    27452742webkit.org/b/116562 fast/js/callback-function-with-handle-event.html
    27462743webkit.org/b/116562 fast/js/large-expressions.html
     
    27652762webkit.org/b/116564 svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm
    27662763webkit.org/b/116564 transitions/svg-text-shadow-transition.html
     2764
     2765# Enable storage tests, but exclude the following (see https://webkit.org/b/116559).
     2766webkit.org/b/116559 storage/websql/change-version.html
     2767webkit.org/b/116559 storage/websql/database-lock-after-reload.html
     2768webkit.org/b/116559 storage/websql/open-database-creation-callback.html
     2769webkit.org/b/116559 storage/websql/quota-tracking.html
     2770
Note: See TracChangeset for help on using the changeset viewer.