aboutsummaryrefslogtreecommitdiffstats
path: root/console/harness/testBuiltInObject.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove console/harnessBrian Terlson2014-12-091-124/+0
|
* Updated tests for ECMAScript Internationalization API spec changes; made ↵Norbert Lindenberg2012-09-101-1/+2
| | | | | | | | | small enhancements. - 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.
* Added tests for requirements imposed on the built-in objects of the ↵Norbert Lindenberg2012-08-261-0/+123
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.