« Bugzilla Issues Index
#211 — runTestCase should be adapted to support multiple execution of a test case
- bug_id:
211
- creation_ts:
2011-10-04 16:08:00 -0700
- short_desc:
runTestCase should be adapted to support multiple execution of a test case
- delta_ts:
2013-05-20 07:20:47 -0700
- product:
Test262
- component:
Test Harness
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Dave Fugate
- assigned_to:
Dan Schaffer
- cc:
trbaker
- commentid:
493
- comment_count:
0
- who:
Dave Fugate
- bug_when:
2011-10-04 16:08:11 -0700
<Thanks>Geoffrey Sneddon</Thanks>
Geoffrey had an excellent suggestion that test262 should support invoking test cases multiple times per JS environment. I completely agree - this will help catch bugs in optimized JS engines. This can be done fairly easily by modifying the definition of runTestCase.