Bug 226605

Summary: [MotionMark] Controller.filterOutOutliers() sorts the frameLengths array incorrectly
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: Layout and RenderingAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, cdumez, ews-watchlist, glenn, jbedard, mmaxfield, rniwa, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Updating motionmark1.1.plan none

Description Said Abou-Hallawa 2021-06-03 15:40:18 PDT
To sort an array of numbers, we have to provide a compare function. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort.
Comment 1 Said Abou-Hallawa 2021-06-03 15:50:07 PDT
<rdar://77350238>
Comment 2 Said Abou-Hallawa 2021-06-03 16:05:48 PDT
Created attachment 430511 [details]
Patch
Comment 3 EWS 2021-06-03 17:31:51 PDT
Committed r278436 (238457@main): <https://commits.webkit.org/238457@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 430511 [details].
Comment 4 Said Abou-Hallawa 2021-06-03 17:55:24 PDT
Reopening to attach new patch.
Comment 5 Said Abou-Hallawa 2021-06-03 17:55:26 PDT
Created attachment 430521 [details]
Updating motionmark1.1.plan
Comment 6 EWS 2021-06-03 20:43:05 PDT
Committed r278446 (238466@main): <https://commits.webkit.org/238466@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 430521 [details].