[Webkit-unassigned] [Bug 234271] New: REGRESSION (r286601): storage/filesystemaccess/sync-access-handle-read-write-worker.html and file-system-access/sandboxed_FileSystemSyncAccessHandle-truncate.https.tentative.worker.html are consistently failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 13 14:27:16 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=234271
Bug ID: 234271
Summary: REGRESSION (r286601):
storage/filesystemaccess/sync-access-handle-read-write
-worker.html and
file-system-access/sandboxed_FileSystemSyncAccessHandl
e-truncate.https.tentative.worker.html are
consistently failing
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ryanhaddad at apple.com
storage/filesystemaccess/sync-access-handle-read-write-worker.html and imported/w3c/web-platform-tests/file-system-access/sandboxed_FileSystemSyncAccessHandle-truncate.https.tentative.worker.html are consistently failing on bots after https://trac.webkit.org/changeset/286601/webkit
--- /Volumes/Data/worker/bigsur-release-tests-wk2/build/layout-test-results/storage/filesystemaccess/sync-access-handle-read-write-worker-expected.txt
+++ /Volumes/Data/worker/bigsur-release-tests-wk2/build/layout-test-results/storage/filesystemaccess/sync-access-handle-read-write-worker-actual.txt
@@ -4,26 +4,9 @@
Starting worker: resources/sync-access-handle-read-write.js
-PASS [Worker] fileSize is 0
-[Worker] test read() and write():
-PASS [Worker] writeSize is writeBuffer.byteLength
-PASS [Worker] readSize is readBuffer.byteLength
-PASS [Worker] readText is "This is first sentence."
-PASS [Worker] writeSize is writeBuffer.byteLength
-PASS [Worker] readSize is readBuffer.byteLength
-PASS [Worker] readText is "This is second sentence."
-PASS [Worker] readSize is readBuffer.byteLength
-PASS [Worker] readText is "This is first sentence.This is second sentence."
-PASS [Worker] accessHandle.read(new ArrayBuffer(1), { "at" : Number.MAX_SAFE_INTEGER }) threw exception InvalidStateError: Failed to read at offset.
-PASS [Worker] accessHandle.write(new ArrayBuffer(1), { "at" : Number.MAX_SAFE_INTEGER }) threw exception InvalidStateError: Failed to write at offset.
-[Worker] test flush():
-PASS [Worker] fileSize is totalWriteSize
-[Worker] test truncate():
-PASS [Worker] fileSize is 4
-[Worker] test write() with pending operation:
-[Worker] accessHandle.truncate(0)
-PASS [Worker] accessHandle.read(readBuffer, { "at" : 0 }) threw exception InvalidStateError: Access handle has unfinished operation.
+FAIL [Worker] InvalidStateError: The object is in an invalid state.
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
--- /Volumes/Data/worker/bigsur-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/file-system-access/sandboxed_FileSystemSyncAccessHandle-truncate.https.tentative.worker-expected.txt
+++ /Volumes/Data/worker/bigsur-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/file-system-access/sandboxed_FileSystemSyncAccessHandle-truncate.https.tentative.worker-actual.txt
@@ -1,5 +1,5 @@
-FAIL test createSyncAccessHandle.truncate with pending operation assert_unreached: Should have rejected: undefined Reached unreachable code
-PASS test SyncAccessHandle.truncate with different sizes
-PASS test SyncAccessHandle.truncate after SyncAccessHandle.write
+FAIL test createSyncAccessHandle.truncate with pending operation promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
+FAIL test SyncAccessHandle.truncate with different sizes promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
+FAIL test SyncAccessHandle.truncate after SyncAccessHandle.write promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
https://build.webkit.org/results/Apple-BigSur-Release-WK2-Tests/r286602%20(6850)/results.html
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211213/5d3e6b84/attachment.htm>
More information about the webkit-unassigned
mailing list