Changeset 237425 in webkit


Ignore:
Timestamp:
Oct 25, 2018 1:01:25 PM (5 years ago)
Author:
ap@apple.com
Message:

Update test results for https://bugs.webkit.org/show_bug.cgi?id=175597
XMLHttpRequest should not sniff content encoding

This code doesn't work like planned on macOS High Sierra, and I'm not sure what's
up with iOS and other platforms. But I can to re-enable the test for Mojave.

  • platform/mac/TestExpectations: As expected, this test is passing on macOS Mojave.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r237420 r237425  
     12018-10-25  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Update test results for https://bugs.webkit.org/show_bug.cgi?id=175597
     4        XMLHttpRequest should not sniff content encoding
     5
     6        This code doesn't work like planned on macOS High Sierra, and I'm not sure what's
     7        up with iOS and other platforms. But I can to re-enable the test for Mojave.
     8
     9        * platform/mac/TestExpectations: As expected, this test is passing on macOS Mojave.
     10
    1112018-10-25  Per Arne Vollan  <pvollan@apple.com>
    212
  • trunk/LayoutTests/platform/mac/TestExpectations

    r237402 r237425  
    3535http/tests/gzip-content-encoding [ Pass ]
    3636
    37 # FIXME: Mark as Pass once the fix for <rdar://problem/33822249> ships.
    38 http/tests/xmlhttprequest/gzip-content-type-no-content-encoding.html [ Pass Failure ]
     37[ Sierra HighSierra ] http/tests/xmlhttprequest/gzip-content-type-no-content-encoding.html [ Failure ]
     38[ Mojave+ ] http/tests/xmlhttprequest/gzip-content-type-no-content-encoding.html [ Pass ]
    3939
    4040fast/text/mac [ Pass ]
Note: See TracChangeset for help on using the changeset viewer.