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
<rdar://problem/84808816>
According to the history, it looks like the failure started at https://trac.webkit.org/changeset/285007/webkit
Reverted the change in https://trac.webkit.org/changeset/285030/webkit
Marking as fixed per the above.