Changeset 73048 in webkit


Ignore:
Timestamp:
Dec 1, 2010 11:34:07 AM (13 years ago)
Author:
bweinstein@apple.com
Message:

Add failing Windows expected results for tests that involve the xhr.arrayBuffer = 'arraybuffer',
which works on Mac, but not on Windows.

Getting arrayBuffer working on Windows is being tracked by https://bugs.webkit.org/show_bug.cgi?id=50334.

  • platform/win/fast/xmlhttprequest: Added.
  • platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added.
  • platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added.
  • platform/win/http/tests/xmlhttprequest: Added.
  • platform/win/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r73047 r73048  
     12010-12-01  Brian Weinstein  <bweinstein@apple.com>
     2
     3        Add failing Windows expected results for tests that involve the xhr.arrayBuffer = 'arraybuffer',
     4        which works on Mac, but not on Windows.
     5       
     6        Getting arrayBuffer working on Windows is being tracked by https://bugs.webkit.org/show_bug.cgi?id=50334.
     7
     8        * platform/win/fast/xmlhttprequest: Added.
     9        * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added.
     10        * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added.
     11        * platform/win/http/tests/xmlhttprequest: Added.
     12        * platform/win/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added.
     13
    1142010-12-01  Ryosuke Niwa  <rniwa@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.