Bug 229565 - [ iOS MacOS ] imported/w3c/web-platform-tests/encoding/sharedarraybuffer.https.html is a flaky failure
Summary: [ iOS MacOS ] imported/w3c/web-platform-tests/encoding/sharedarraybuffer.http...
Status: RESOLVED DUPLICATE of bug 229501
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-26 09:13 PDT by ayumi_kojima
Modified: 2021-08-26 09:59 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-08-26 09:13:29 PDT
imported/w3c/web-platform-tests/encoding/sharedarraybuffer.https.html

Is a flaky failure on iOS (Release & Debug) and MacOS Debug.

History: https://results.webkit.org/?suite=layout-tests&test=imported/w3c/web-platform-tests/encoding/sharedarraybuffer.https.html

The test started showing up on EWS as a flaky test.

https://ews-build.webkit.org/#/builders/51/builds/19853

Result page: https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r281618%20(3440)/results.html

Diff:

--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/encoding/sharedarraybuffer.https-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/encoding/sharedarraybuffer.https-actual.txt
@@ -1,5 +1,5 @@
-
-FAIL decoding SharedArrayBuffer assert_throws_js: constructing TextDecoder with SharedArrayBuffer view should throw function "() => {
-    decoder.decode(new Uint8Array(buffer));
-  }" did not throw
-
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
Comment 1 Radar WebKit Bug Importer 2021-08-26 09:13:53 PDT
<rdar://problem/82393158>
Comment 2 ayumi_kojima 2021-08-26 09:16:22 PDT
This bug might have to same root case as https://bugs.webkit.org/show_bug.cgi?id=229501 since the diff, history, and affected configuration look very similar.
Comment 3 ayumi_kojima 2021-08-26 09:24:48 PDT
Updated test expectations: https://trac.webkit.org/changeset/281626/webkit
Comment 4 Chris Dumez 2021-08-26 09:32:55 PDT
(In reply to ayumi_kojima from comment #2)
> This bug might have to same root case as
> https://bugs.webkit.org/show_bug.cgi?id=229501 since the diff, history, and
> affected configuration look very similar.

Yes, this is very likely the same issue. I suspect WebKitTestRunner's injected bundle doesn't deal well with process swaps on network response (due to COOP).
Comment 5 ayumi_kojima 2021-08-26 09:59:38 PDT

*** This bug has been marked as a duplicate of bug 229501 ***