archives

« Bugzilla Issues Index

#271 — test262.py occurs KeyError on deleting commentary key


Created attachment 11
patch for test262.py

Sometimes, parseTestRecord result doesn't have key 'commentary'. So `del testRecord["commentary"]` occurs KeyError.


Probably a duplicate of https://bugs.ecmascript.org/show_bug.cgi?id=240


Yusuke, I've fixed https://bugs.ecmascript.org/show_bug.cgi?id=240. Could you please confirm this addresses your issue as well?

Thanks!


Thanks Dave!
I confirmed this issue is addressed!