archives

« Bugzilla Issues Index

#43 — Test case metadata should indicate whether the test is runnable in Strict Mode


We need two things here:
- metadata showing whether the test should pass in Strict Mode
- metadata showing whether the test is Strict Mode only


Guesstimating two days will be needed to design a solution, implement it, and properly test it.


The test harness now recognizes a 'strict' property of test case objects and passes the correct 'this' value to the test case function accordingly.