- Sep 24, 2011
-
-
Mark Miller authored
-
Mark Miller authored
-
- Sep 23, 2011
-
-
David Fugate authored
-
Mark Miller authored
-
Mark Miller authored
-
Mark Miller authored
(between David Fugate and I) canonical test262 test format
-
- Sep 22, 2011
-
-
David Fugate authored
-
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
-
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.
-
Mark Miller authored
Fixed convert.py to convert a "use strict" into an @strict_only
-
- Sep 13, 2011
-
-
David Fugate authored
-
David Fugate authored
-
Mark Miller authored
bogus semicolon. Except for the bogud semicolon, nothing should have changed the meaning of the programs.
-
- Sep 12, 2011
-
-
David Fugate authored
-
David Fugate authored
-
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
-
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.
-
Mark Miller authored
testRunner, test262.py, that can run all the converted tests.
-
Mark Miller authored
assertTrue became assertTruthy. Canonical form of doc-comment attribute value source no longer have a leading colon and trailing semicolon. Any existing such are stripped during conversion.
-
- Sep 11, 2011
-
-
Mark Miller authored
preparation for deriving a test262 command-line runner.
-
- Sep 09, 2011
-
-
Mark Miller authored
style to append runTestCase(funcName); rather than assertTrue(funcName.call(this)), giving the testing framework more control.
-
- Sep 08, 2011
-
-
Mark Miller authored
-
Mark Miller authored
-
Mark Miller authored
morning. The rewrite of "function testcase()..." now puts the assertTrue at the bottom. Preconditions, names, and ids are removed. And the path in the file is ignored, and is instead set accurately according to where the file is found.
-