RESOLVED FIXED Bug 209974
[JSC] TypedArray#subarray should throw OOM error gracefully
https://bugs.webkit.org/show_bug.cgi?id=209974
Summary [JSC] TypedArray#subarray should throw OOM error gracefully
Yusuke Suzuki
Reported 2020-04-03 10:28:52 PDT
[JSC] TypedArray#subarray should throw OOM error gracefully
Attachments
Patch (3.72 KB, patch)
2020-04-03 10:31 PDT, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2020-04-03 10:31:02 PDT
Yusuke Suzuki
Comment 2 2020-04-03 10:31:05 PDT
Mark Lam
Comment 3 2020-04-03 10:36:36 PDT
Comment on attachment 395392 [details] Patch r=me
Yusuke Suzuki
Comment 4 2020-04-03 11:29:12 PDT
Mark Lam
Comment 6 2020-04-04 09:16:38 PDT
I've skipped the test for armv7 and mips in r259530: <http://trac.webkit.org/r259530>, and filed https://bugs.webkit.org/show_bug.cgi?id=210003 for the root cause to be investigated.
Keith Miller
Comment 7 2020-04-04 09:47:03 PDT
(In reply to Mark Lam from comment #6) > I've skipped the test for armv7 and mips in r259530: > <http://trac.webkit.org/r259530>, and filed > https://bugs.webkit.org/show_bug.cgi?id=210003 for the root cause to be > investigated. I think you'll just want to skip if $memoryLimited (might be a different name). These failures sometimes cause problems on iOS testing too.
Yusuke Suzuki
Comment 8 2020-04-04 10:42:38 PDT
(In reply to Keith Miller from comment #7) > (In reply to Mark Lam from comment #6) > > I've skipped the test for armv7 and mips in r259530: > > <http://trac.webkit.org/r259530>, and filed > > https://bugs.webkit.org/show_bug.cgi?id=210003 for the root cause to be > > investigated. > > I think you'll just want to skip if $memoryLimited (might be a different > name). These failures sometimes cause problems on iOS testing too. Yes, looks like this is timeout because these bots are slow.
Yusuke Suzuki
Comment 9 2020-04-04 11:56:27 PDT
Note You need to log in before you can comment on or make changes to this bug.