<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>232181</bug_id>
          
          <creation_ts>2021-10-22 15:40:15 -0700</creation_ts>
          <short_desc>[iOS EWS] imported/w3c/web-platform-tests/file-system-access/sandboxed_FileSystemSyncAccessHandle-close.https.tentative.worker.html is a flaky failure</short_desc>
          <delta_ts>2023-01-03 16:19:11 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>sihui_liu</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1807907</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-10-22 15:40:15 -0700</bug_when>
    <thetext>imported/w3c/web-platform-tests/file-system-access/sandboxed_FileSystemSyncAccessHandle-close.https.tentative.worker.html is a flaky failure on iOS 15 EWS bots, but does not appear to be failing on trunk bots. It appears to be intermittently passing all the subtests.


--- /Volumes/Data/worker/iOS-15-Simulator-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/file-system-access/sandboxed_FileSystemSyncAccessHandle-close.https.tentative.worker-expected.txt
+++ /Volumes/Data/worker/iOS-15-Simulator-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/file-system-access/sandboxed_FileSystemSyncAccessHandle-close.https.tentative.worker-actual.txt
@@ -1,14 +1,14 @@
 
-FAIL SyncAccessHandle.close is idempotent promise_test: Unhandled rejection with value: object &quot;InvalidStateError: The object is in an invalid state.&quot;
-FAIL SyncAccessHandle.close is idempotent when called immediately promise_test: Unhandled rejection with value: object &quot;UnknownError: The operation failed for an unknown transient reason (e.g. out of memory).&quot;
-FAIL SyncAccessHandle.read fails after SyncAccessHandle.close settles promise_test: Unhandled rejection with value: object &quot;InvalidStateError: The object is in an invalid state.&quot;
-FAIL SyncAccessHandle.read fails immediately after calling SyncAccessHandle.close promise_test: Unhandled rejection with value: object &quot;InvalidStateError: The object is in an invalid state.&quot;
-FAIL SyncAccessHandle.write fails after SyncAccessHandle.close settles promise_test: Unhandled rejection with value: object &quot;InvalidStateError: The object is in an invalid state.&quot;
-FAIL SyncAccessHandle.write fails immediately after calling SyncAccessHandle.close promise_test: Unhandled rejection with value: object &quot;InvalidStateError: The object is in an invalid state.&quot;
-FAIL SyncAccessHandle.flush fails after SyncAccessHandle.close settles promise_rejects_dom: function &quot;function () { throw e }&quot; threw object &quot;UnknownError: The operation failed for an unknown transient reason (e.g. out of memory).&quot; that is not a DOMException InvalidStateError: property &quot;code&quot; is equal to 0, expected 11
-FAIL SyncAccessHandle.flush fails immediately after calling SyncAccessHandle.close promise_rejects_dom: function &quot;function () { throw e }&quot; threw object &quot;UnknownError: The operation failed for an unknown transient reason (e.g. out of memory).&quot; that is not a DOMException InvalidStateError: property &quot;code&quot; is equal to 0, expected 11
-FAIL SyncAccessHandle.getSize fails after SyncAccessHandle.close settles promise_rejects_dom: function &quot;function () { throw e }&quot; threw object &quot;UnknownError: The operation failed for an unknown transient reason (e.g. out of memory).&quot; that is not a DOMException InvalidStateError: property &quot;code&quot; is equal to 0, expected 11
-FAIL SyncAccessHandle.getSize fails immediately after calling SyncAccessHandle.close promise_rejects_dom: function &quot;function () { throw e }&quot; threw object &quot;UnknownError: The operation failed for an unknown transient reason (e.g. out of memory).&quot; that is not a DOMException InvalidStateError: property &quot;code&quot; is equal to 0, expected 11
-FAIL SyncAccessHandle.truncate fails after SyncAccessHandle.close settles promise_rejects_dom: function &quot;function () { throw e }&quot; threw object &quot;UnknownError: The operation failed for an unknown transient reason (e.g. out of memory).&quot; that is not a DOMException InvalidStateError: property &quot;code&quot; is equal to 0, expected 11
-FAIL SyncAccessHandle.truncate fails immediately after calling SyncAccessHandle.close promise_rejects_dom: function &quot;function () { throw e }&quot; threw object &quot;UnknownError: The operation failed for an unknown transient reason (e.g. out of memory).&quot; that is not a DOMException InvalidStateError: property &quot;code&quot; is equal to 0, expected 11
+PASS SyncAccessHandle.close is idempotent
+PASS SyncAccessHandle.close is idempotent when called immediately
+PASS SyncAccessHandle.read fails after SyncAccessHandle.close settles
+PASS SyncAccessHandle.read fails immediately after calling SyncAccessHandle.close
+PASS SyncAccessHandle.write fails after SyncAccessHandle.close settles
+PASS SyncAccessHandle.write fails immediately after calling SyncAccessHandle.close
+PASS SyncAccessHandle.flush fails after SyncAccessHandle.close settles
+PASS SyncAccessHandle.flush fails immediately after calling SyncAccessHandle.close
+PASS SyncAccessHandle.getSize fails after SyncAccessHandle.close settles
+PASS SyncAccessHandle.getSize fails immediately after calling SyncAccessHandle.close
+PASS SyncAccessHandle.truncate fails after SyncAccessHandle.close settles
+PASS SyncAccessHandle.truncate fails immediately after calling SyncAccessHandle.close
 

https://ews-build.s3-us-west-2.amazonaws.com/iOS-15-Simulator-WK2-Tests-EWS/r442073-228-rerun/results.html

https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Ffile-system-access%2Fsandboxed_FileSystemSyncAccessHandle-close.https.tentative.worker.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1807908</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-10-22 15:40:35 -0700</bug_when>
    <thetext>&lt;rdar://problem/84566558&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1807910</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-10-22 15:44:48 -0700</bug_when>
    <thetext>Marked test as flaky in r284722 to speed up EWS.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1922739</commentid>
    <comment_count>3</comment_count>
    <who name="Sihui Liu">sihui_liu</who>
    <bug_when>2023-01-03 16:19:11 -0800</bug_when>
    <thetext>This test no longer exists in wpt repo, see https://commits.webkit.org/258407@main.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>