RESOLVED FIXED 202934
Web Inspector: REGRESSION(r250087): inspector/model/remote-object.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=202934
Summary Web Inspector: REGRESSION(r250087): inspector/model/remote-object.html is tim...
Yury Semikhatsky
Reported 2019-10-14 10:05:05 PDT
Since https://trac.webkit.org/changeset/250087 injected script is not passing the test added for https://webkit.org/b/146141. It is timing out on the array with 1M entries because of changes in the following line: processProperties(o, arrayIndexPropertyNames(o, Math.min(object.length, 100)), isOwnProperty); )
Attachments
Patch (326.80 KB, patch)
2019-11-05 17:17 PST, Devin Rousso
no flags
Patch (411.85 KB, patch)
2019-11-05 19:26 PST, Devin Rousso
no flags
Patch (414.19 KB, patch)
2019-11-05 19:28 PST, Devin Rousso
no flags
Yury Semikhatsky
Comment 1 2019-10-14 10:05:40 PDT
Unfortunately the error was masked because the test is marked as flaky :(
Radar WebKit Bug Importer
Comment 2 2019-10-14 17:12:47 PDT
Devin Rousso
Comment 3 2019-11-05 17:17:18 PST
Devin Rousso
Comment 4 2019-11-05 19:26:47 PST
Created attachment 382884 [details] Patch Fix WK1 test expectations
Devin Rousso
Comment 5 2019-11-05 19:28:06 PST
Created attachment 382885 [details] Patch Fix WK1 test expectations (this time actually uploading the file)
WebKit Commit Bot
Comment 6 2019-11-07 12:37:06 PST
Comment on attachment 382885 [details] Patch Clearing flags on attachment: 382885 Committed r252202: <https://trac.webkit.org/changeset/252202>
WebKit Commit Bot
Comment 7 2019-11-07 12:37:07 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.