[Webkit-unassigned] [Bug 17634] Bug in string-validate-input SunSpider test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 2 18:30:03 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17634


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19482|review?                     |review-
               Flag|                            |




------- Comment #5 from darin at apple.com  2008-03-02 18:30 PDT -------
(From update of attachment 19482)
Not a bug.

This test intentionally testing cases where variables are not declared. This
correctly reflects the sloppiness you'll see in lots of real world scripts.

Most JavaScript engines are faster if you declare the variables, but this test
is testing the slower code path.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list