[Webkit-unassigned] [Bug 176355] New: Speedometer 2.0: Delete ToDo items in reversed order for Inferno suite

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 5 01:41:14 PDT 2017


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

            Bug ID: 176355
           Summary: Speedometer 2.0: Delete ToDo items in reversed order
                    for Inferno suite
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: shiyu.zhang at intel.com
                CC: addyo at chromium.org, lforschler at apple.com,
                    rniwa at webkit.org

Created attachment 319886

  --> https://bugs.webkit.org/attachment.cgi?id=319886&action=review

Delete todo-items in reversed order for inferno suite

Inferno case shows a strange behavior when deleting items. The deleteButtons array will be dynamically updated once one todo-item is deleted. For example, after deleteButtons[i].click() executed,  deleteButtons[i+1] was copied to deleteButtons[i], deleteButtons[i+2] was copied to deleteButtons[i+1] ...

This behavior caused the bug of "don't delete all ToDo items" in https://bugs.webkit.org/show_bug.cgi?id=172341. I tried to delete items in reversed order for Inferno case as the patch did. All the todo-items can be deleted and the results on my PC (Ubuntu Chrome R60) showed 4x score improvement for Inferno case.  I think it’s unusual to dynamically update deleteButtons array in the Inferno use case. Maybe we can walk around this by deleting items in reversed order for Inferno case.

-- 
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/20170905/e9db5d83/attachment.html>


More information about the webkit-unassigned mailing list