Closed
Bug 529306
Opened 16 years ago
Closed 16 years ago
Date testcase failure with x64 JIT on OS X with recent nanojit merge [9b249328236ffec433abb961c0737a82f437c7d4]
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 529218
People
(Reporter: brbaker, Unassigned)
Details
Date testcase is throwing a reference error, caused by recent nanojit merge (rev 3131-3133). Testcase failure only seen on x86_64 OSX, not on any other 64bit platform.
This is only happening in release builds, does not reproduce in debugger or debug builds.
./avmshell_64 -Ojit ecma3/Date/e15_9_5_37_1.abc
15.9.5.37-1 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
ReferenceError: Error #1065
Flags: in-testsuite+
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Reporter | ||
Comment 1•16 years ago
|
||
Marked testcase as expectedfail on x64-mac when -Ojit switch is used. This must be reverted when issue is resolved.
changeset: 3142:99cc2476e884
Comment 2•16 years ago
|
||
There is a high chance that the date failure is due to this:
https://bugzilla.mozilla.org/show_bug.cgi?id=529218
any chance you could apply the patch from bug 529218 and test if it fixes the date test?
Comment 3•16 years ago
|
||
i tested the patch and it fixes this bug, marking it dup.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•15 years ago
|
Flags: flashplayer-qrb?
You need to log in
before you can comment on or make changes to this bug.
Description
•