- Sep 25, 2011
-
-
Mark Miller authored
-
https://bugs.ecmascript.org/show_bug.cgi?id=25Mark Miller authored
Hg: Enter commit message. Lines beginning with 'HG:' are removed.
-
Mark Miller authored
-
David Fugate authored
-
https://bugs.ecmascript.org/show_bug.cgi?id=117Mark Miller authored
from excludes.xml tests that were fixed and removed either by this commit or by earlier commits today
-
David Fugate authored
-
- Sep 24, 2011
-
-
https://bugs.ecmascript.org/show_bug.cgi?id=27Mark Miller authored
an inappropriate @strict_mode_negative to @noStrict. There are more (many more?) of these to fix
-
David Fugate authored
-
https://bugs.ecmascript.org/show_bug.cgi?id=18Mark Miller authored
these tests were valid tests of best practices, but not of the normative spec. We moved these to a new bestPractices directory and added a new not-yet-operational @bestPractices property.
-
David Fugate authored
Generate the 'id' property from the 'path' property.
-
Mark Miller authored
-
Mark Miller authored
-
Mark Miller authored
-
Mark Miller authored
Added all tests added to repairES5.js since the last time I contributed SES-relevant tests to test262.
-
Mark Miller authored
-
Mark Miller authored
-
Mark Miller authored
- Sep 23, 2011
-
-
Mark Miller authored
(between David Fugate and I) canonical test262 test format
- Sep 22, 2011
-
-
https://bugs.ecmascript.org/show_bug.cgi?id=11David Fugate authored
- juneDate and decemberDate were both one month off. Fixed - LocalTZA wasn't actually LocalTZA as defined in ES5. If we were in DST when this was created, LocalTZA was off by one hour. Fixed - GetSundayInMonth was completely busted (i.e., arithmetic operations on the 'count' param which happens to be a string). Fixed(?) - DaylightSzavingTA was defined incorrectly. It assumed the local time zone adjustment hadn't been accounted for. This wasn't how UTC was calling it. Fixed(?)
-
David Fugate authored
failed.
-
David Fugate authored
-
- Sep 21, 2011
-
-
David Fugate authored
-
- Sep 14, 2011
-
-
Mark Miller authored
-
Mark Miller authored
-
Mark Miller authored
-
Mark Miller authored
applied to many fixed sources, corresponding to previous two commits
-
Mark Miller authored
gratuitous strict mode incompatibility. Too many to continue fixing manually this way. Don't know what to do about that.
-
- Sep 13, 2011
-
-
Mark Miller authored
bogus semicolon. Except for the bogud semicolon, nothing should have changed the meaning of the programs.
-
- Sep 12, 2011
-
-
Mark Miller authored
form, they now convert correctly to tests that pass our tools/test262.py test runner. The issue for all three was non-ascii content.
-
Mark Miller authored
These are the three files that "diff" identified as "binary" files with differences from the Sputnik original. Restoring to their original Sputnik state.
-
Mark Miller authored
etc, because the substitution logic in test262.py operates on the source after prepending framework.js. The plan is to replace sputnikLib.js with framework.js. Also, the substitution logic in test262.py should probably be fixed to apply the substitution before prepending.