[wpt-sync] Sync PR 20009 - [Native File System] Return modified time for File objects
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox72 fixed)
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(2 files)
Sync web-platform-tests PR 20009 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20009
Details from upstream follow.
Olivier Yiptong <oyiptong@chromium.org> wrote:
[Native File System] Return modified time for File objects
Plumb through FileInfo to the renderer, and populate the returned File
object with the correct value.BUG=1018945
Change-Id: Ic11d819ea83be49df831bbda37519779be0b8781
Reviewed-on: https://chromium-review.googlesource.com/1891463
WPT-Export-Revision: 32af93ba1d5eb72a0e99452325f3554244e2bc13
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 3 tests and 8 subtests
Firefox
OK : 3
FAIL: 8
Chrome
OK : 2
PASS : 2
FAIL : 2
TIMEOUT: 2
NOTRUN : 3
Safari
OK : 2
FAIL : 4
TIMEOUT: 2
NOTRUN : 3
New tests that's don't pass
/native-file-system/native_FileSystemFileHandle-getFile.tentative.https.manual.window.html
getFile() returns last modified time: Firefox: FAIL, Chrome: NOTRUN, Safari: NOTRUN
/native-file-system/sandboxed_FileSystemFileHandle-getFile.tentative.https.any.worker.html
getFile() returns last modified time: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
/native-file-system/sandboxed_FileSystemFileHandle-getFile.tentative.https.any.html
getFile() returns last modified time: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
Assignee | ||
Comment 3•5 years ago
|
||
Automatic update from web-platform-tests
[Native File System] Return modified time for File objects
Plumb through FileInfo to the renderer, and populate the returned File
object with the correct value.
BUG=1018945
Change-Id: Ic11d819ea83be49df831bbda37519779be0b8781
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891463
Reviewed-by: Matthew Denton <mpdenton@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Commit-Queue: Olivier Yiptong <oyiptong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711864}
--
wpt-commits: 4d61f3e5fd066fad4366a8fb10e6c2e730bce338
wpt-pr: 20009
Assignee | ||
Comment 4•5 years ago
|
||
wpt-pr: 20009
wpt-type: metadata
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/69f802e284d1
https://hg.mozilla.org/mozilla-central/rev/8911feb6b021
Description
•