[Webkit-unassigned] [Bug 27294] New: REGRESSION: fast/js/postfix-syntax.html fails with interpreter
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 15 03:46:27 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27294
Summary: REGRESSION: fast/js/postfix-syntax.html fails with
interpreter
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hausmann at webkit.org
The above test fails when run with the interpreter but succeeds with the jit.
The following simplyer testcase reproduces the bug:
var x = 0; x = x++; print(x)
without the "var" the script prints "0", with "var" it prints incorrectly "1".
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list