- Dec 21, 2017
-
-
André Bargull authored
-
André Bargull authored
-
- Jul 14, 2017
-
-
Rick Waldron authored
``` $ python tools/lint/lint.py --whitelist lint.whitelist harness/*.js Linting 25 files. Linting complete. 0 errors found. ``` - Renames detachArrayBuffer-$262.detachArrayBuffer.js -> detachArrayBuffer-host-detachArrayBuffer.js (previous naming prevents command-click from terminal) Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Apr 13, 2017
-
-
Mathias Bynens authored
-
- Apr 21, 2015
-
-
Mike Pennisi authored
The `testBuiltInObject` function verifies the presence of the specified properties for *all* object types (not just function objects). Update the error messages to reflect this.
-
- Mar 11, 2015
-
-
Erik Arvidsson authored
In ES6 the function length property was changed to become configurable.
-
- Dec 07, 2014
-
-
Brian Terlson 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.
-
- Aug 27, 2012
-
-
Norbert Lindenberg authored
Added tests for requirements imposed on the built-in objects of the ECMAScript Internationalization API Specification by the introduction of chapter 15 of the ECMAScript Language Specification. - Removed some old tests that were redundant with the new tests. - Added testBuiltInObject.js as standard include for all console tests in test262.py – see related bug 574.
-