[Webkit-unassigned] [Bug 172348] New: Speedometer 2.0: Vanilla JS test doesn't mark all todo items as completed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 19 00:39:43 PDT 2017


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

            Bug ID: 172348
           Summary: Speedometer 2.0: Vanilla JS test doesn't mark all todo
                    items as completed
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: lforschler at apple.com

The problem is that the memory storage class uses ms precision wall clock as a storage ID.
Because we're adding 50 items at all once, some items would inevitably end up having the same ID.
This results in multiple todo items sharing a single ID and cause havoc.

Use a monotonically increasing number as an ID instead.

-- 
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/20170519/8f041924/attachment-0001.html>


More information about the webkit-unassigned mailing list