Category Archives: Testing

test262.ecmascript.org shootout

Dave Fugate of Microsoft announced an update to test262.ecmascript.org, the test suite for ECMAScript 5. I thought I would check it out. Internet Explorer 9 was tested on 32bit Windows Vista, while the others were all tested on Mac OS … Continue reading

Posted in JavaScript, Mozilla, Testing | Leave a comment

Browser JavaScript Reftests

The Bad Old Days The JavaScript Tests have been the red headed stepchild of mozilla testing for some time. At least some of the reasons are: The tests date to pre-mozilla days and do not follow the style of any … Continue reading

Posted in JavaScript, Mozilla, Testing | 2 Comments

Assert This! DOM Test Suite

I updated the DOM Test Suite to use the latest JsUnit and reran the full set of tests to determine which assertions are still being fired. The test results are nothing new from what I can tell and are probably … Continue reading

Posted in Mozilla, Testing | Leave a comment

JScript Deviations from ES3

Yesterday, Pratap Lakshman of Microsoft announced the publication of the first draft of “JScript Deviations from ES3″ The document covers not only JScript as implemented in IE, but JavaScript as implemented in Firefox, Opera and Safari. This should make for … Continue reading

Posted in JavaScript, Mozilla, Testing | Leave a comment

Assert This! – Top Site Assertions, October 27, 2007

Assert This! – Top Site Assertions, October 27, 2007 No matter where you go, Jesse’s been there already. During some top site testing of about 7,500 pages with a debug Minefield build on Linux over the weekend, I ran into … Continue reading

Posted in Mozilla, Testing | Leave a comment