- Mar 27, 2012
-
-
David Fugate authored
-
- Mar 26, 2012
-
-
https://bugs.ecmascript.org/show_bug.cgi?id=293David Fugate authored
salvaged (e.g., need locale info to properly predict whether we're subject to DST).
-
- Mar 16, 2012
-
-
David Fugate authored
-
- Mar 15, 2012
-
-
David Fugate authored
-
- Mar 14, 2012
-
- Mar 09, 2012
-
-
https://bugs.ecmascript.org/show_bug.cgi?id=294David Fugate authored
need to move some tests over to best practices.
-
- Mar 08, 2012
-
-
David Fugate authored
-
- Mar 06, 2012
-
- Feb 29, 2012
-
-
David Fugate authored
All Microsoft-contributed *.js and *.py sources now have Ecma's copyright header.
-
- Feb 28, 2012
-
- Feb 27, 2012
-
-
David Fugate authored
-
- Feb 24, 2012
-
-
David Fugate authored
Fixed. Re-gen'ed the website.
-
David Fugate authored
Extension clause permits function declarations more or less anywhere. Moved four such negative test cases to best practices directory.
-
- Feb 22, 2012
-
- Feb 08, 2012
-
-
David Fugate authored
-
- Feb 07, 2012
-
-
David Fugate authored
-
- Feb 03, 2012
-
-
David Fugate authored
-
David Fugate authored
all 'N'. If such files existed, they've been moved to test/suite/chN/N.0/ now.
-
- Jan 25, 2012
-
-
David Fugate authored
-
- Jan 18, 2012
-
-
David Fugate authored
architectures), but worth keeping around for the coverage it provides. Documented that this is expected to fail on ARM.
-
- Jan 16, 2012
-
-
David Fugate authored
-
David Fugate authored
S7.8.5_A3.1_T7 through S7.8.5_A3.1_T9 were invalid as written. The only way to specify unicode flags to literal regexp patterns is through eval and similar mechanisms (e.g., Function constructor). Fixed. All but two of the remaining disabled tests in excludelist.xml were disabled because the tests polluted the global JS environment, not because the tests themselves were invalid. This is no longer an issue as of the latest test262 harness (actually it wasn't an issue about a year ago either). Re-enabled.
-
David Fugate authored
Mark Miller removed this invalid test in Sputnik (see http://code.google.com/p/sputniktests/source/detail?r=93), and I'm propagating that change to test262 now.
-
- Jan 13, 2012
-
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
Also, two of this weren't actually this-related. Fixed their separate issues.
-
David Fugate authored
-
David Fugate authored
-
- Jan 12, 2012
-
-
David Fugate authored
S11.1.1_A2.js is invalid and there's no way to make it valid. Removing.