archives

« Bugzilla Issues Index

#37 — Include metadata in test cases stating whether they've been reviewed by someone other than the contributor


We should have metadata in test cases showing whether someone other than the contributor has also reviewed it. Then maybe the website will flag tests failing against a browser somehow if they haven't been peer reviewed yet.


Conservatively guesstimating a couple of days will will be needed to implement and fully test this.


On http://wiki.ecmascript.org/doku.php?id=test262:test_case_format, I've noted two new testcase metadata fields:
- @author
- @reviewers

It'll be up to reviewers and testcase authors to populate these (optional) attributes.