- Aug 24, 2011
-
-
David Fugate authored
for the Build 2011 conference.
-
- Jul 18, 2011
-
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
-
- Jul 08, 2011
-
-
David Fugate authored
15.4.4.15-3-14, 15.4.4.15-3-29, and 15.4.4.15-3-8 were disabled with no reason or bug given. These actually look OK, and pass on all browsers...
-
- Jul 07, 2011
-
-
David Fugate authored
-
David Fugate authored
if (!strict_mode) { throw new SyntaxError('unspecified case'); } This doesn't work for a few reasons: 1. 'strict_mode' is undefined in the test case exeuction context. That is, the test framework does not force the test case into strict mode 2. The test case code looks like: "use strict"; if (!strict_mode) ... ... Note that 'strict_mode' is not set before being accessed Really the metadata for these test cases should have a "@strict" property added to instruct the test framework *not* to run the test if an implementation doesn't support strict mode.
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
-
- Jul 06, 2011
-
-
David Fugate authored
Disabled 9 invalid tests.
-
- Jul 05, 2011
-
-
David Fugate authored
-
David Fugate authored
-
- Jul 01, 2011
-
-
David Fugate authored
-
https://bugs.ecmascript.org/show_bug.cgi?id=87David Fugate authored
on the live website to be sure.
-
- Jun 30, 2011
-
-
David Fugate authored
-
David Fugate authored
host objects (which make them invalid for test262). Using this, I found one benign 'alert' usage (it was never even called) and removed it.
-
David Fugate authored
-
- Jun 29, 2011
-
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
New Sputnik 'negative' metadata that included exception type was causing problems for SputnikConverter. Took the easy fix and split the metadata into two: 'negative' and 'errortype'.
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
-
- Jun 28, 2011
-
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
-
- Jun 27, 2011
-
-
David Fugate authored
Ported Sputnik changes over from the 'external' directory to 'test/suite/sputnik'. Still need to convert the tests over to test262 format.
-
Mark Miller authored
-
Mark Miller authored
-
- Jun 23, 2011
-
-
Mark Miller authored
-
Mark Miller authored
-
David Fugate authored
- 22 test case additions (mostly strict mode) - 4 test case edits
-