Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1686537 [wpt PR 27146] - [FSA] Allow seeking past the end of a fi…
…le, a=testonly Automatic update from web-platform-tests [FSA] Allow seeking past the end of a file Currently, we reject all attempts to write past the end of a file. This change makes the API more consistent with the behavior of POSIX. If writing at an offset past the end of a file, the null bytes between the old end of the file and the offset will count towards the file's quota. Adds Quota tests to the SandboxFSW. Bug: 1153385 Change-Id: Iec54acbccecb728f9375931825525ba2fbafd1ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593810 Reviewed-by: Marijn Kruisselbrink <[email protected]> Commit-Queue: Austin Sullivan <[email protected]> Cr-Commit-Position: refs/heads/master@{#850838} -- wpt-commits: 9376be061ac2dabc2f60d54a525d2ca81a60589a wpt-pr: 27146
- Loading branch information