« Bugzilla Issues Index
#43 — Test case metadata should indicate whether the test is runnable in Strict Mode
- bug_id:
43
- creation_ts:
2011-03-02 15:57:00 -0800
- short_desc:
Test case metadata should indicate whether the test is runnable in Strict Mode
- delta_ts:
2011-05-02 16:35:49 -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:
Dave Fugate
- assigned_to:
Dave Fugate
- commentid:
97
- comment_count:
0
- who:
Dave Fugate
- bug_when:
2011-03-02 15:57:27 -0800
We need two things here:
- metadata showing whether the test should pass in Strict Mode
- metadata showing whether the test is Strict Mode only
- commentid:
98
- comment_count:
1
- who:
Dave Fugate
- bug_when:
2011-03-02 15:58:20 -0800
Guesstimating two days will be needed to design a solution, implement it, and properly test it.
- commentid:
201
- comment_count:
2
- who:
Dave Fugate
- bug_when:
2011-05-02 16:35:49 -0700
The test harness now recognizes a 'strict' property of test case objects and passes the correct 'this' value to the test case function accordingly.