[Webkit-unassigned] [Bug 210731] REGRESSION (r260345): 2 IndexedDB tests are crashing in JSC::reportZappedCellAndCrash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 19 22:43:16 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210731

Yusuke Suzuki <ysuzuki at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark.lam at apple.com

--- Comment #4 from Yusuke Suzuki <ysuzuki at apple.com> ---
I will skip this test in BigInt structured-cloning patch. And in BigInt structured-cloning patch, I'll add a test for BigInt structured-cloning.
And send this bug to IDB folks because of the following rationales.

1. This test was throwing BigInt SyntaxError and it was never executed effectively. No tests inside this test file are executed because of SyntaxError. Skipping this test does not regress the coverage because this test was never executed before.
2. Now BigInt is supported and finally this test starts running and crashing. The crash reason is IDB deserialization bug, not related to BigInt.
3. This bug itself is completely unrelated to BigInt, and we can make WebKit crash without BigInt support since this is related to IDB deserialization and DOM objects.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200420/85b46db3/attachment.htm>


More information about the webkit-unassigned mailing list