Changeset 106279 in webkit


Ignore:
Timestamp:
Jan 30, 2012 1:07:25 PM (12 years ago)
Author:
jsbell@chromium.org
Message:

IndexedDB: Add tests for structured clone data
https://bugs.webkit.org/show_bug.cgi?id=74897

Validate that the types listed in the HTML5 "structured clone algorithm"
round trip properly through Indexed DB storage. Types with incomplete
support in the Chromium port are excluded (http://crbug.com/108012).
Landing disabled since cr-linux is failing test for unknown reasons.

Reviewed by Tony Chang.

  • platform/chromium/test_expectations.txt:
  • storage/indexeddb/resources/test-data.html: Added.
  • storage/indexeddb/resources/test-data.txt: Added.
  • storage/indexeddb/structured-clone-expected.txt: Added.
  • storage/indexeddb/structured-clone.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r106275 r106279  
     12012-01-30  Joshua Bell  <jsbell@chromium.org>
     2
     3        IndexedDB: Add tests for structured clone data
     4        https://bugs.webkit.org/show_bug.cgi?id=74897
     5
     6        Validate that the types listed in the HTML5 "structured clone algorithm"
     7        round trip properly through Indexed DB storage. Types with incomplete
     8        support in the Chromium port are excluded (http://crbug.com/108012).
     9        Landing disabled since cr-linux is failing test for unknown reasons.
     10
     11        Reviewed by Tony Chang.
     12
     13        * platform/chromium/test_expectations.txt:
     14        * storage/indexeddb/resources/test-data.html: Added.
     15        * storage/indexeddb/resources/test-data.txt: Added.
     16        * storage/indexeddb/structured-clone-expected.txt: Added.
     17        * storage/indexeddb/structured-clone.html: Added.
     18
    1192012-01-30  Tommy Widenflycht  <tommyw@google.com>
    220
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r106266 r106279  
    40364036BUGWK77315 WIN MAC : fast/events/touch/touch-gesture-scroll.html = PASS TEXT
    40374037BUGWK77324 WIN MAC DEBUG SLOW : fast/js/dfg-int32array.html = PASS
     4038
     4039BUGWK77239 : storage/indexeddb/structured-clone.html = PASS TEXT
Note: See TracChangeset for help on using the changeset viewer.