[Webkit-unassigned] [Bug 10759] New: fast/AppleScript/array.html test failing
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Sep 6 12:11:39 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10759
Summary: fast/AppleScript/array.html test failing
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://build.webkit.org/results/post-commit-powerpc-mac-
os-x/3197/fast/AppleScript/array-diffs.txt
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: WebKit API
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: ap at nypop.com
I don't understand why, but DRT has started printing a zero array element as "
0e+0" in this test. As stupid as it sounds, it's as if [aeDesc stringValue] has
suddenly changed its behavior. I don't have a real explanation.
The attached patch works around this by modifying the conversion itself - now
integer values are encoded as typeSInt32, rather than
typeIEEE64BitFloatingPoint. This has a certain unfortunate "surprise"
potential, as the type now depends on the value, but built-in AE type
conversion should make this mostly transparent, I hope.
--
Configure bugmail: http://bugzilla.opendarwin.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