summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add .gitignore file to ignore generated *.pyc filesHEADsnapshot-04012013old-masterSimon Hausmann2013-01-041-0/+1
|
* Bug 693: Remove "kk"/normalization property from CollatorNorbert Lindenberg2012-10-095-10/+12
|
* New and improved tests for ECMAScript Internationalization API.Norbert Lindenberg2012-10-046-8/+47
| | | | | | - Added test for proleptic Gregorian calendar with no year 0. - Spelled 𠮷野家 correctly with supplementary characters. - Fixed default value for useGrouping.
* Bug 610: Handle supplementary characters.Bill Ticehurst2012-08-099-17/+284
|
* Made web site packager insert line breaks into JSON files for saner diffs.Norbert Lindenberg2012-09-1225-27/+72216
|
* Updated tests for ECMAScript Internationalization API spec changes; made ↵Norbert Lindenberg2012-09-109-7/+17
| | | | | | | | | 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 test to verify Unicode canonical equivalence in ↵Norbert Lindenberg2012-09-107-6/+86
| | | | String.prototype.localeCompare.
* Added new tests for chapters 10 to 13 of the ECMAScript Internationalization ↵Norbert Lindenberg2012-08-2679-2/+3885
| | | | | | | | | API Specification. --HG-- rename : test/suite/intl402/ch10/10.3/10.3.js => test/suite/intl402/ch10/10.3/10.3_a.js rename : test/suite/intl402/ch11/11.3/11.3.js => test/suite/intl402/ch11/11.3/11.3_a.js rename : test/suite/intl402/ch12/12.3/12.3.js => test/suite/intl402/ch12/12.3/12.3_a.js
* Added new tests for chapters 6 and 9 of ECMAScript Internationalization API ↵Norbert Lindenberg2012-08-2638-58/+2928
| | | | | | | | 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-2639-192/+709
| | | | | | | 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-264-111/+390
| | | | | - 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.
* Moved Google tests from ch13 to ch12.Norbert Lindenberg2012-08-227-1/+1
| | | | | | | | | | --HG-- rename : test/suite/intl402/ch13/13.2/13.2.1.js => test/suite/intl402/ch12/12.2/12.2.1.js rename : test/suite/intl402/ch13/13.2/13.2.2.js => test/suite/intl402/ch12/12.2/12.2.2.js rename : test/suite/intl402/ch13/13.2/13.2.3.js => test/suite/intl402/ch12/12.2/12.2.3.js rename : test/suite/intl402/ch13/13.2/13.2.js => test/suite/intl402/ch12/12.2/12.2.js rename : test/suite/intl402/ch13/13.3/13.3.1.js => test/suite/intl402/ch12/12.3/12.3.1.js rename : test/suite/intl402/ch13/13.3/13.3.js => test/suite/intl402/ch12/12.3/12.3.js
* Moved Google tests from ch12 to ch11.Norbert Lindenberg2012-08-2212-1/+1
| | | | | | | | | | | | | | | --HG-- rename : test/suite/intl402/ch12/12.2/12.2.1.js => test/suite/intl402/ch11/11.2/11.2.1.js rename : test/suite/intl402/ch12/12.2/12.2.2.js => test/suite/intl402/ch11/11.2/11.2.2.js rename : test/suite/intl402/ch12/12.2/12.2.3.js => test/suite/intl402/ch11/11.2/11.2.3.js rename : test/suite/intl402/ch12/12.2/12.2.js => test/suite/intl402/ch11/11.2/11.2.js rename : test/suite/intl402/ch12/12.3/12.3.1.js => test/suite/intl402/ch11/11.3/11.3.1.js rename : test/suite/intl402/ch12/12.3/12.3.2_2.js => test/suite/intl402/ch11/11.3/11.3.2_1_a_ii.js rename : test/suite/intl402/ch12/12.3/12.3.2_3.js => test/suite/intl402/ch11/11.3/11.3.2_FN_1.js rename : test/suite/intl402/ch12/12.3/12.3.2_4.js => test/suite/intl402/ch11/11.3/11.3.2_FN_2.js rename : test/suite/intl402/ch12/12.3/12.3.2_5_b.js => test/suite/intl402/ch11/11.3/11.3.2_FN_3_b.js rename : test/suite/intl402/ch12/12.3/12.3.2_5_e.js => test/suite/intl402/ch11/11.3/11.3.2_FN_3_e.js rename : test/suite/intl402/ch12/12.3/12.3.js => test/suite/intl402/ch11/11.3/11.3.js
* Moved Google tests from ch11 to ch10.Norbert Lindenberg2012-08-227-1/+1
| | | | | | | | | | --HG-- rename : test/suite/intl402/ch11/11.2/11.2.1.js => test/suite/intl402/ch10/10.2/10.2.1.js rename : test/suite/intl402/ch11/11.2/11.2.2.js => test/suite/intl402/ch10/10.2/10.2.2.js rename : test/suite/intl402/ch11/11.2/11.2.3.js => test/suite/intl402/ch10/10.2/10.2.3.js rename : test/suite/intl402/ch11/11.2/11.2.js => test/suite/intl402/ch10/10.2/10.2.js rename : test/suite/intl402/ch11/11.3/11.3.1.js => test/suite/intl402/ch10/10.3/10.3.1.js rename : test/suite/intl402/ch11/11.3/11.3.js => test/suite/intl402/ch10/10.3/10.3.js
* Updated existing tests for June 2012 spec changes; removed LocaleList tests; ↵Norbert Lindenberg2012-08-2237-652/+235
| | | | | | | | | | | fixed minor issues. - Removed LocaleList tests; updated other tests so they don't depend on LocaleList. - Updated tests so they no longer assume that the prototype object of a constructor is an instance of that constructor. - Updated tests so that jshint is happy. - Removed @path attributes from test files; updated comment in packager.py explaining why they're unnecessary. - Removed "use strict" statements, which interfere with strict/non-strict testing. - Removed testcase functions, which are unnecessary.
* Merged changes.Norbert Lindenberg2012-08-2232-439/+1244
|\
| * Fixing Intl402 and BestPractice pages as per bug ↵Bill Ticehurst2012-08-095-47/+97
| | | | | | | | https://bugs.ecmascript.org/show_bug.cgi?id=611
| * Update float value testsBill Ticehurst2012-08-087-38/+81
| |
| * Add capability to run chapters individually from the websitet-adamre@T-ADAMRE.redmond.corp.microsoft.com2012-06-1221-348/+1060
| |
* | Got test402 web site into usable shape. Unified headers of test262/402 sites.Norbert Lindenberg2012-07-1822-381/+603
| | | | | | | | | | | | | | | | | | | | | | - 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.
* | Fixed bug 443: packager.py fails on Mac because of .DS_Store files.Norbert Lindenberg2012-07-1815-14/+18
|/ | | | Running packager.py on Mac unfortunately also changes some line terminators in generated files (bug 444), so lots of additional files in this commit.
* Plugged a global thisarg hole with a new test and fixed an operatorBill Ticehurst2012-05-187-6/+20
|
* Adding more coverage for 10.4.3 based on feedback in bug ↵Bill Ticehurst2012-05-178-4/+83
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=333
* Adding more tests to cover undefined being non-writable (see ↵Bill Ticehurst2012-05-167-4/+68
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=223 )
* Removing RegEx test-case related to ↵Bill Ticehurst2012-05-1127-42/+26
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=326 until open issue is resolved.
* Initial intl402 checkin.Nebojsa Ciric2012-04-1659-26/+1011
|
* This is my first commitBill Ticehurst2012-03-291-1/+1
|
* https://bugs.ecmascript.org/show_bug.cgi?id=65 fixed.David Fugate2012-03-2816-29/+38
|
* Renamed a couple of files.David Fugate2012-03-273-5/+5
| | | | | | --HG-- rename : test/suite/ch13/13.0/13_4-17gs.js => test/suite/ch13/13.0/13.0_4-17gs.js rename : test/suite/ch13/13.0/13_4-5gs.js => test/suite/ch13/13.0/13.0_4-5gs.js
* https://bugs.ecmascript.org/show_bug.cgi?id=289 is fixed.David Fugate2012-03-272-3/+3
|
* Fixed https://bugs.ecmascript.org/show_bug.cgi?id=288.David Fugate2012-03-2715-18/+26
|
* Fixed https://bugs.ecmascript.org/show_bug.cgi?id=293. ConstructDate cannot beDavid Fugate2012-03-2622-232/+240
| | | | | salvaged (e.g., need locale info to properly predict whether we're subject to DST).
* Added whitespace (please ignore).David Fugate2012-03-161-1/+1
|
* Fixed a typo.David Fugate2012-03-151-1/+1
|
* More work on https://bugs.ecmascript.org/show_bug.cgi?id=294.David Fugate2012-03-142-2/+3
|
* https://bugs.ecmascript.org/show_bug.cgi?id=240 fixed (removed a BOM andDavid Fugate2012-03-141-1/+1
| | | | recoded a file to ANSI).
* https://bugs.ecmascript.org/show_bug.cgi?id=294 partially fixed. StillDavid Fugate2012-03-0964-65/+65
| | | | need to move some tests over to best practices.
* More @onlyStrict tests should have been @noStrict.David Fugate2012-03-0853-53/+53
|
* https://bugs.ecmascript.org/show_bug.cgi?id=287 is fixed (completely?).David Fugate2012-03-0680-80/+80
|
* Renamed AddLicenseHeader.py to FixLicenseHeader.py.David Fugate2012-03-011-25/+41
| | | | | | | | | Modified it to switch us over to the Ecma license for everything except Sputnik-based sources (someone from Google should make this change on line 60 of FixLicenseHeader.py). --HG-- rename : tools/misc/AddLicenseHeader.py => tools/misc/FixLicenseHeader.py
* Web browsers weren't rendering a couple of unicode characters correctly. ↵David Fugate2012-02-291-3/+3
| | | | Converted to ASCII.
* Added a LICENSE file to the root of the enlistment.David Fugate2012-02-2912668-253660/+63470
| | | | All Microsoft-contributed *.js and *.py sources now have Ecma's copyright header.
* Made it clear on testcases_bestPractice.html that it's not the same as ↵David Fugate2012-02-2915-25/+178
| | | | default.html.
* https://bugs.ecmascript.org/show_bug.cgi?id=266 and ↵David Fugate2012-02-2711-13/+13
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=270 resolved.
* Re-gen'ed website (+389 new tests).David Fugate2012-02-2719-20/+18
|
* Migrated latest external\contributions\Microsoft\ietcLatest changes over to ↵David Fugate2012-02-27397-10/+13503
| | | | test\suite\*.
* Microsoft's test262 contributions corresponding to the February 2012 ↵David Fugate2012-02-27453-6/+14644
| | | | consumer preview of IE 10.
* https://bugs.ecmascript.org/show_bug.cgi?id=274David Fugate2012-02-2441-69/+120
| | | | | | Fixed. Re-gen'ed the website.
* https://bugs.ecmascript.org/show_bug.cgi?id=269David Fugate2012-02-244-4/+4
| | | | | Extension clause permits function declarations more or less anywhere. Moved four such negative test cases to best practices directory.
* https://bugs.ecmascript.org/show_bug.cgi?id=276 fixed.David Fugate2012-02-243-3/+3
|