aboutsummaryrefslogtreecommitdiffstats
path: root/console
Commit message (Collapse)AuthorAgeFilesLines
* Remove console/harnessBrian Terlson2014-12-0922-4190/+0
|
* async,promises: initial tests of PromisesSam Mikes2014-07-182-2/+11
| | | | | | | | | | | | | | | 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
* Adding Support for Async TestsNikSurya2014-07-155-109/+175
|
* Bug 1548: Update results handling for Annex B section (r+bterlson)Brent Baker2013-06-071-2/+5
|
* New tests and test fixes for ECMAScript Internationalization API.Norbert Lindenberg2013-03-241-1/+39
| | | | Updated copyright notice for 2013.
* Bug 610: Handle supplementary characters.Bill Ticehurst2012-08-091-5/+19
|
* 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 new tests for chapters 10 to 13 of the ECMAScript Internationalization ↵Norbert Lindenberg2012-08-261-0/+471
| | | | API Specification.
* Added new tests for chapters 6 and 9 of ECMAScript Internationalization API ↵Norbert Lindenberg2012-08-261-0/+658
| | | | | | | | Specification. - 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.
* 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.
* Regenerated console runner files. Excluded generated test cases.Norbert Lindenberg2012-08-263-111/+389
| | | | | - Regenerated console runner files to reflect previous changes in harness. - Added console/TestCases to .hgignore, 23,000+ generated files that apparently nobody wants to commit.
* Got test402 web site into usable shape. Unified headers of test262/402 sites.Norbert Lindenberg2012-07-181-2/+2
| | | | | | | | | | | - Added table of contents for ECMA-402. - Added ability to load the right table of contents into results display. - Added meaningful text to test402 web page. - Updated test262 web pages for 5.1 edition of ECMA-262. - Unified headers of test262/402 web pages to ECMAScript <area> <test>. - Replaced text logos with styled text. - Decapitalized some text; fixed a typo; expanded an abbreviation. - Fixed a few issues found by W3 HTML validator.
* Added a LICENSE file to the root of the enlistment.David Fugate2012-02-297-202/+166
| | | | All Microsoft-contributed *.js and *.py sources now have Ecma's copyright header.
* Just change in generated formattingMark Miller2011-09-301-27/+55
|
* Do not include 'code' key in test object metadata.David Fugate2011-09-2617-0/+2537