archives

« Bugzilla Issues Index

#223 — Coverage: Missing test for undefined being non-writable


It seems that the test suite lacks tests for 'undefined' being non-writable.
'undefined' is still writable in Chrome and it shouldn't.


I've added some tests to cover this. See changelist http://hg.ecmascript.org/tests/test262/rev/e05317dc5494 .