Closed Bug 465136 Opened 16 years ago Closed 16 years ago

TM: JIT affects truthiness of (false == "")

Categories

(Core :: JavaScript Engine, defect, P1)

x86
macOS
defect

Tracking

()

VERIFIED FIXED
mozilla1.9.1b2

People

(Reporter: jruderman, Assigned: gal)

References

Details

(Keywords: testcase, verified1.9.1)

Attachments

(1 file)

js> for (var i=0;i<5;++i) print("" + (false == ""));
true
true
false
false
false
Assignee: general → jwalden+bmo
Blocks: arithfuzz
Attached patch patchSplinter Review
Assignee: jwalden+bmo → gal
Attachment #348654 - Flags: review?(danderson)
Attachment #348654 - Flags: review?(danderson) → review+
Fixed in TM.

http://hg.mozilla.org/tracemonkey/rev/2d07918e91eb
Severity: normal → critical
Flags: blocking1.9.1?
Priority: -- → P1
Target Milestone: --- → mozilla1.9.1b2
Fixed in the merge pushed by vlad on Nov 18 14:11:14 2008 -0800:
http://hg.mozilla.org/mozilla-central/rev/e8ed5d4bf531
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Flags: blocking1.9.1? → blocking1.9.1+
testEqFalseEmptyString already in js1_8_1/trace/trace-test.js
Flags: in-testsuite+
Flags: in-litmus-
v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: