Bug 232483
| Summary: | [ iOS ] storage/filesystemaccess/sync-access-handle-basics-worker.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ayumi_kojima |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | iPhone / iPad | ||
| OS: | Unspecified | ||
ayumi_kojima
storage/filesystemaccess/sync-access-handle-basics-worker.html
Is constantly failing on iOS 15.
History: https://results.webkit.org/?suite=layout-tests&test=storage%2Ffilesystemaccess%2Fsync-access-handle-basics-worker.html
Result page: https://build.webkit.org/results/Apple-iPadOS-15-Simulator-Debug-WK2-Tests/r285017%20(182)/results.html
Diff:
--- /Volumes/Data/worker/ipados-simulator-15-debug-tests-wk2/build/layout-test-results/storage/filesystemaccess/sync-access-handle-basics-worker-expected.txt
+++ /Volumes/Data/worker/ipados-simulator-15-debug-tests-wk2/build/layout-test-results/storage/filesystemaccess/sync-access-handle-basics-worker-actual.txt
@@ -4,15 +4,9 @@
Starting worker: resources/sync-access-handle-basics.js
-PASS [Worker] fileHandle.name is "sync-access-handle.txt"
-PASS [Worker] fileHandle.kind is "file"
-[Worker] accessHandle1 is created
-PASS [Worker] size is 0
-[Worker] accessHandle2 cannot be created
-PASS [Worker] createError.toString() is "InvalidStateError: The object is in an invalid state."
-[Worker] accessHandle1 is closed
-[Worker] accessHandle2 is created
+FAIL [Worker] TypeError: Type error
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84808816>
ayumi_kojima
According to the history, it looks like the failure started at https://trac.webkit.org/changeset/285007/webkit
ayumi_kojima
Reverted the change in https://trac.webkit.org/changeset/285030/webkit
Alexey Proskuryakov
Marking as fixed per the above.