Bug 227755 - [ iOS Debug ] fast/dom/Window/post-message-large-array-buffer-should-not-crash.html is a flaky failure
Summary: [ iOS Debug ] fast/dom/Window/post-message-large-array-buffer-should-not-cras...
Status: RESOLVED DUPLICATE of bug 227753
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: ayumi_kojima
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-07 10:43 PDT by ayumi_kojima
Modified: 2021-09-09 13:06 PDT (History)
4 users (show)

See Also:


Attachments
Update TestExpectations (1.71 KB, patch)
2021-07-07 11:28 PDT, ayumi_kojima
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-07-07 10:43:26 PDT
fast/dom/Window/post-message-large-array-buffer-should-not-crash.html

History: https://results.webkit.org/?suite=layout-tests&test=fast%2Fdom%2FWindow%2Fpost-message-large-array-buffer-should-not-crash.html

--- /Volumes/Data/Builds/debug-279603/layout-test-results/fast/dom/Window/post-message-large-array-buffer-should-not-crash-expected.txt
+++ /Volumes/Data/Builds/debug-279603/layout-test-results/fast/dom/Window/post-message-large-array-buffer-should-not-crash-actual.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: Unhandled Promise Rejection: RangeError: RangeError: Out of memory.
 Check that trying to deserialize an ArrayBuffer when there's not enough memory does not crash (test may only fail flakily)
Comment 1 Radar WebKit Bug Importer 2021-07-07 10:43:55 PDT
<rdar://problem/80277965>
Comment 2 ayumi_kojima 2021-07-07 11:28:07 PDT
Created attachment 433052 [details]
Update TestExpectations
Comment 3 Keith Miller 2021-07-07 11:29:12 PDT
We should probably just change the test to "handle" the promise, which can just be an empty callback.
Comment 4 Truitt Savell 2021-07-07 11:31:54 PDT
Comment on attachment 433052 [details]
Update TestExpectations

Clearing flags on attachment: 433052

Committed r279651 (239464@main): <https://commits.webkit.org/239464@main>
Comment 5 Ryan Haddad 2021-09-09 13:06:13 PDT

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