- Jul 30, 2014
-
-
Mathias Bynens authored
`Number.toInteger` was removed from the ES6 draft. Fixes #62.
-
- Jul 24, 2014
-
-
Brian Terlson authored
-
- Jul 21, 2014
-
-
Brian Terlson authored
-
- Jul 18, 2014
-
-
Hank Yates authored
-
smikes authored
packager.py cannot run due to syntax errors in a few script files packagerConfig: use git instead of hg test262: use pop instead of delete to avoid throw if property missing S22.1.2.1_T*: fix docString header comment: s/b /** S22.1.2.1_T3: fix docString header comment: s/b /**, fix end of docstring * / => */
-
Sam Mikes authored
doneprintHandle.js: make $DONE accept any falsy argument as meaning 'pass' PromiseHelper.js: checkSequence: new helper fn for async tests .gitignore: port .hgignore to .gitignore syntax test262.py: support $INCLUDE directive in python test runner S25.4.4.1*: tests to cover Section 25.4.4.1, Promise.all( iterable ) A1.1: Promise.all is callable A1.2: Promise.all expects 1 argument A2.1: Promise.all([]) is a Promise A2.2: Promise.all([]) is resolved immediately A2.3: Promise.all([]) is resolved with a new empty array A3.1: Promise.all expects an iterable argument
-
- Jul 17, 2014
-
-
Matthew Meyers authored
-
ryanmurakami authored
-
Hank Yates authored
-
- Jul 16, 2014
-
-
Hank Yates authored
-
Thomas Dahlstrom authored
-
- Feb 12, 2014
-
-
José Roberto Vidal authored
-
- Jan 31, 2014
-
-
Murat Sutunc authored
-
- Jan 27, 2014
-
-
JaimeLynSchatz authored
-
JaimeLynSchatz authored
-
- Jan 26, 2014
-
-
JaimeLynSchatz authored
-
JaimeLynSchatz authored
-
Brian Terlson authored
-
JaimeLynSchatz authored
-
- Jun 13, 2013
-
-
Brent Baker authored
Bug 1131: use String.prototype.charAt() in 15.12.3-11-26 Both of these changes were accidentaly dropped when I regenerated patches for these bugs. I have grepped the testsuite to ensure that the annexB functions only appear in the annexB section of the testsuite. NOTE: Also regenerated the website based on this change. (Still waiting for permission to actually update the live website)
-
- Jun 07, 2013
-
-
Brent Baker authored
-
- Jun 05, 2013
-
-
Brent Baker authored
-
- Jun 06, 2013
-
-
Brent Baker authored
-
Brent Baker authored
-
Brent Baker authored
-
Brent Baker authored
-
- May 07, 2013
-
-
Trevor Baker authored
A few files had BOM mid-file, which is allowed but not relevant to the tests. tests pass with spidermonkey, v8 and jsc.
-
- Apr 30, 2013
-
-
Norbert Lindenberg authored
-
- Apr 16, 2013
-
-
Norbert Lindenberg authored
-
- Mar 25, 2013
-
-
Norbert Lindenberg authored
Updated copyright notice for 2013.
-
- Feb 08, 2013
-
-
Norbert Lindenberg authored
-
- Dec 18, 2012
-
-
Norbert Lindenberg authored
Fixed a property access in 6.4_c so that the error message shows the correct expected value.
-
- Nov 05, 2012
-
-
Norbert Lindenberg authored
Added tests to verify that constructors in Internationalization API can be called with non-objects as this values.
-
- Oct 10, 2012
-
-
Norbert Lindenberg authored
-
- Oct 05, 2012
-
-
Norbert Lindenberg authored
- Added test for proleptic Gregorian calendar with no year 0. - Spelled 𠮷野家 correctly with supplementary characters. - Fixed default value for useGrouping.
-
- Aug 09, 2012
-
-
Bill Ticehurst authored
-
- Sep 10, 2012
-
-
Norbert Lindenberg authored
- Updated DateTimeFormat tests for new handling of hour12 options property. - Added a few invalid language tags to test of IsStructurallyValidLanguageTag. - Added user-defined language tag to test of CanonicalizeLanguageTag. - Added test for the Intl property of the global object.
-
Norbert Lindenberg authored
-
- Aug 27, 2012
-
-
Norbert Lindenberg authored
-
Norbert Lindenberg authored
- Removed a few old test cases that were redundant with new, more comprehensive ones. - Added testIntl.js as standard include for all console tests in test262.py – see related bug 574. - Added .jshintrc file for settings for the JSHint tool.
-