« Bugzilla Issues Index
#271 — test262.py occurs KeyError on deleting commentary key
- bug_id:
271
- creation_ts:
2012-02-22 06:45:00 -0800
- short_desc:
test262.py occurs KeyError on deleting commentary key
- delta_ts:
2012-03-15 08:41:26 -0700
- product:
Test262
- component:
Test Harness
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Yusuke Suzuki
- assigned_to:
Mark S. Miller
- cc:
["dfugate", "joost-wim"]
- commentid:
647
- comment_count:
0
- attachid:
11
- who:
Yusuke Suzuki
- bug_when:
2012-02-22 06:45:24 -0800
Created attachment 11
patch for test262.py
Sometimes, parseTestRecord result doesn't have key 'commentary'. So `del testRecord["commentary"]` occurs KeyError.
- commentid:
756
- comment_count:
1
- who:
Joost-Wim Boekesteijn
- bug_when:
2012-03-13 06:18:24 -0700
Probably a duplicate of https://bugs.ecmascript.org/show_bug.cgi?id=240
- commentid:
759
- comment_count:
2
- who:
Dave Fugate
- bug_when:
2012-03-14 14:26:27 -0700
Yusuke, I've fixed https://bugs.ecmascript.org/show_bug.cgi?id=240. Could you please confirm this addresses your issue as well?
Thanks!
- commentid:
762
- comment_count:
3
- who:
Yusuke Suzuki
- bug_when:
2012-03-14 21:16:14 -0700
Thanks Dave!
I confirmed this issue is addressed!