RESOLVED FIXED 168484
Modernize and fix measurement-set tests
https://bugs.webkit.org/show_bug.cgi?id=168484
Summary Modernize and fix measurement-set tests
Ryosuke Niwa
Reported 2017-02-16 17:08:23 PST
New version of node which reports unhandled promises found a bunch of bugs in measurement-set-tests.js. Fix the tests and also fix a tiny bug in hasFetchedRange I found by fixing the tests.
Attachments
Patch (42.19 KB, patch)
2017-02-16 17:27 PST, Ryosuke Niwa
joepeck: review+
Ryosuke Niwa
Comment 1 2017-02-16 17:27:04 PST
Joseph Pecoraro
Comment 2 2017-02-16 19:46:41 PST
Comment on attachment 301865 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=301865&action=review r=me > Websites/perf.webkit.org/unit-tests/measurement-set-tests.js:114 > + it('should invoke the callback and fetch a secondary cluster when the cached primary cluster is within in the requested range', () => { Typo: "is within in" => "is within"
Ryosuke Niwa
Comment 3 2017-02-16 19:51:51 PST
Note You need to log in before you can comment on or make changes to this bug.