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

Changeset 277408 in webkit


Ignore:
Timestamp:
May 12, 2021, 4:24:22 PM (5 years ago)
Author:
Chris Gambrell
Message:

[LayoutTests] http/tests/misc/last-modified-parsing.html handles non-standard dates differently in PHP than Python
https://bugs.webkit.org/show_bug.cgi?id=224933
<rdar://problem/77020039>

Reviewed by Jonathan Bedard.

  • http/tests/misc/last-modified-parsing-expected.txt: Removed.
  • http/tests/misc/last-modified-parsing.html: Removed.
  • http/tests/misc/no-last-modified-expected.txt: Removed.
  • http/tests/misc/no-last-modified.html: Removed.
  • http/tests/resources/last-modified.php: Removed.
  • http/wpt/misc: Added.
  • http/wpt/misc/last-modified-parsing-expected.txt: Added.
  • http/wpt/misc/last-modified-parsing.html: Added.
  • http/wpt/misc/no-last-modified-expected.txt: Added.
  • http/wpt/misc/no-last-modified.html: Added.
  • http/wpt/misc/resources: Added.
  • http/wpt/misc/resources/last-modified-utilities.js: Added.

(async getLastModified):

  • platform/win/TestExpectations:
Location:
trunk/LayoutTests
Files:
7 added
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r277405 r277408  
     12021-05-12  Chris Gambrell  <cgambrell@apple.com>
     2
     3        [LayoutTests] http/tests/misc/last-modified-parsing.html handles non-standard dates differently in PHP than Python
     4        https://bugs.webkit.org/show_bug.cgi?id=224933
     5        <rdar://problem/77020039>
     6
     7        Reviewed by Jonathan Bedard.
     8
     9        * http/tests/misc/last-modified-parsing-expected.txt: Removed.
     10        * http/tests/misc/last-modified-parsing.html: Removed.
     11        * http/tests/misc/no-last-modified-expected.txt: Removed.
     12        * http/tests/misc/no-last-modified.html: Removed.
     13        * http/tests/resources/last-modified.php: Removed.
     14        * http/wpt/misc: Added.
     15        * http/wpt/misc/last-modified-parsing-expected.txt: Added.
     16        * http/wpt/misc/last-modified-parsing.html: Added.
     17        * http/wpt/misc/no-last-modified-expected.txt: Added.
     18        * http/wpt/misc/no-last-modified.html: Added.
     19        * http/wpt/misc/resources: Added.
     20        * http/wpt/misc/resources/last-modified-utilities.js: Added.
     21        (async getLastModified):
     22        * platform/win/TestExpectations:
     23
    1242021-05-12  Robert Jenner  <jenner@apple.com>
    225
  • trunk/LayoutTests/platform/win/TestExpectations

    r277041 r277408  
    44084408webkit.org/b/209426 http/wpt/css/css-animations/start-animation-001.html  [ Pass Failure ]
    44094409
    4410 webkit.org/b/209455 http/tests/misc/last-modified-parsing.html [ Failure ]
     4410webkit.org/b/209455 http/wpt/misc/last-modified-parsing.html [ Failure ]
     4411webkit.org/b/209455 http/wpt/misc/no-last-modified.html [ Failure ]
    44114412
    44124413webkit.org/b/209583 webanimations/no-scheduling-while-filling-accelerated.html [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.