Closed
Bug 693311
Opened 14 years ago
Closed 14 years ago
JM: Wrong result with !==
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: jandem, Assigned: jandem)
References
Details
(Keywords: regression, testcase, verified-beta, Whiteboard: [inbound][qa+][qa!:10])
Attachments
(1 file)
1.34 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
--
function f(x) {
print("foo" !== x);
}
f(1);
f(1);
--
./js -m -n -a test.js
true
false <- should be true
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #565944 -
Flags: review?(wmccloskey)
Comment on attachment 565944 [details] [diff] [review]
Patch
Thanks!
Attachment #565944 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Whiteboard: [inbound]
Target Milestone: --- → mozilla10
Updated•14 years ago
|
status-firefox10:
--- → affected
tracking-firefox10:
--- → +
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Comment 6•14 years ago
|
||
http://www.tvguide.com/Listings/ looks fine now.
This is verified fixed on Firefox 10 Beta2:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0) Gecko/20100101 Firefox/10.0
Keywords: verified-beta
Whiteboard: [inbound][qa+] → [inbound][qa+][qa!:10]
You need to log in
before you can comment on or make changes to this bug.
Description
•