« Bugzilla Issues Index
#223 — Coverage: Missing test for undefined being non-writable
- bug_id:
223
- creation_ts:
2011-11-21 16:10:00 -0800
- short_desc:
Coverage: Missing test for undefined being non-writable
- delta_ts:
2012-05-18 11:20:27 -0700
- product:
Test262
- component:
ECMA-262 Tests
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
David Bruant
- assigned_to:
Dave Fugate
- cc:
billti
- commentid:
509
- comment_count:
0
- who:
David Bruant
- bug_when:
2011-11-21 16:10:26 -0800
It seems that the test suite lacks tests for 'undefined' being non-writable.
'undefined' is still writable in Chrome and it shouldn't.
- commentid:
949
- comment_count:
1
- who:
Bill Ticehurst
- bug_when:
2012-05-18 11:20:27 -0700
I've added some tests to cover this. See changelist http://hg.ecmascript.org/tests/test262/rev/e05317dc5494 .