Changeset 277408 in webkit
- Timestamp:
- May 12, 2021, 4:24:22 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 7 added
- 5 deleted
- 2 edited
-
ChangeLog (modified) (1 diff)
-
http/tests/misc/last-modified-parsing-expected.txt (deleted)
-
http/tests/misc/last-modified-parsing.html (deleted)
-
http/tests/misc/no-last-modified-expected.txt (deleted)
-
http/tests/misc/no-last-modified.html (deleted)
-
http/tests/resources/last-modified.php (deleted)
-
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)
-
platform/win/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r277405 r277408 1 2021-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 1 24 2021-05-12 Robert Jenner <jenner@apple.com> 2 25 -
trunk/LayoutTests/platform/win/TestExpectations
r277041 r277408 4408 4408 webkit.org/b/209426 http/wpt/css/css-animations/start-animation-001.html [ Pass Failure ] 4409 4409 4410 webkit.org/b/209455 http/tests/misc/last-modified-parsing.html [ Failure ] 4410 webkit.org/b/209455 http/wpt/misc/last-modified-parsing.html [ Failure ] 4411 webkit.org/b/209455 http/wpt/misc/no-last-modified.html [ Failure ] 4411 4412 4412 4413 webkit.org/b/209583 webanimations/no-scheduling-while-filling-accelerated.html [ Skip ]
Note:
See TracChangeset
for help on using the changeset viewer.