« Bugzilla Issues Index
#90 — 13.2-17-1 requires (function () {}) == "function () {}"
- bug_id:
90
- creation_ts:
2011-04-12 22:20:00 -0700
- short_desc:
13.2-17-1 requires (function () {}) == "function () {}"
- delta_ts:
2011-05-12 16:10:43 -0700
- product:
Test262
- component:
ECMA-262 Tests
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- see_also:
https://bugs.ecmascript.org/show_bug.cgi?id=92
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Jeff Walden (remove +beo to mail)
- assigned_to:
Dave Fugate
- cc:
allen
- commentid:
185
- comment_count:
0
- who:
Jeff Walden (remove +beo to mail)
- bug_when:
2011-04-12 22:20:57 -0700
http://hg.ecmascript.org/tests/test262/file/default/test/suite/ietestcenter/chapter13/13.2/13.2-17-1.js
ES5 doesn't require exact string match, merely that it have a particular syntax.
- commentid:
186
- comment_count:
1
- who:
Jeff Walden (remove +beo to mail)
- bug_when:
2011-04-12 22:25:16 -0700
Likewise 15.5.4.20-2-46 requires:
(function() { return arguments; }) == "function () { return arguments; }"
which is also not required by ES5.
- commentid:
213
- comment_count:
2
- who:
Dave Fugate
- bug_when:
2011-05-12 16:10:43 -0700
Thanks for spotting these Jeff! They'll be fixed in Hg shortly.