summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1128: use Date.prototype.getFullYear() in S15.2.2.1_A2_T5masterBrent Baker2013-06-134-5/+5
| | | | | | | | 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)
* Bug 1472: Adding JUnit Compatible XML and Logfile support for Python test runnerPrashanth Srinivasan2013-06-102-14/+110
|
* Updating website code for the following changelists:Brent Baker2013-06-0710-54/+282
| | | | | | | | | | | 5438759531d2 f80873831607 11a02c1eea0a 971c2b8e0e2f 032499be5fa1 579bd85aaf2a 579bd85aaf2a 89ff32d0344b
* Bug 1548: Update results handling for Annex B section (r+bterlson)Brent Baker2013-06-074-6/+29
|
* Bug 1189: use "===" instead of "=" for S13.2_A4_T1 and T2Brent Baker2013-06-072-2/+2
|
* Bug 1131: Move String.prototype.substr into annexBBrent Baker2013-06-051-1/+1
| | | | | --HG-- rename : test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js => test/suite/annexB/B.2.3.js
* Bug 1129: Move RegExp.prototype.compile into annexBBrent Baker2013-06-061-1/+1
| | | | | --HG-- rename : test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js => test/suite/annexB/B.RegExp.prototype.compile.js
* Bug 1129: Move Date.prototype.toGMTString into annexBBrent Baker2013-06-063-4/+17
| | | | | --HG-- rename : test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-155.js => test/suite/annexB/B.2.6.js
* Bug 1128: Move getYear() and setYear() into annexBBrent Baker2013-06-065-6/+32
| | | | | | --HG-- rename : test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-119.js => test/suite/annexB/B.2.4.js rename : test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-137.js => test/suite/annexB/B.2.5.js
* Bug 1125: Move escape and unescape into "annexB"Brent Baker2013-06-065-6/+26
| | | | | | --HG-- rename : test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-12.js => test/suite/annexB/B.2.1.js rename : test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-13.js => test/suite/annexB/B.2.2.js
* Bug 1466: add test262.py parameter to set loglevelDan Schaffer2013-05-101-0/+12
|
* Bug 1457: fix for Windows to remove quotes in test262.pyDan Schaffer2013-05-101-1/+1
|
* bug 638: mid-file BOMTrevor Baker2013-05-074-8/+8
| | | | | A few files had BOM mid-file, which is allowed but not relevant to the tests. tests pass with spidermonkey, v8 and jsc.
* Added test data for proper rounding in NumberFormat.format.Norbert Lindenberg2013-04-294-4/+12
|
* Updated minor unit value for Uganda Shilling to 0 per ISO 4217 Amendment ↵Norbert Lindenberg2013-04-151-1/+1
| | | | Number 155.
* New tests and test fixes for ECMAScript Internationalization API.Norbert Lindenberg2013-03-2428-24/+408
| | | | | | | | | | | | Updated copyright notice for 2013. --HG-- rename : test/suite/intl402/ch10/10.2/10.2.2.js => test/suite/intl402/ch10/10.2/10.2.2_a.js rename : test/suite/intl402/ch11/11.2/11.2.2.js => test/suite/intl402/ch11/11.2/11.2.2_a.js rename : test/suite/intl402/ch12/12.2/12.2.2.js => test/suite/intl402/ch12/12.2/12.2.2_a.js rename : test/suite/intl402/ch13/13.1/13.1.1_6.js => test/suite/intl402/ch13/13.1/13.1.1_6_1.js rename : test/suite/intl402/ch13/13.2/13.2.1_4.js => test/suite/intl402/ch13/13.2/13.2.1_4_1.js rename : test/suite/intl402/ch13/13.3/13.3.0_6.js => test/suite/intl402/ch13/13.3/13.3.0_6_1.js
* Bug 1245 - Add test for missing argument to String.prototype.localeCompareNorbert Lindenberg2013-02-079-7/+65
| | | | | --HG-- rename : test/suite/intl402/ch13/13.1/13.1.1_3.js => test/suite/intl402/ch13/13.1/13.1.1_3_1.js
* Updated test402 main page to reflect that ECMA-402 is now an approved standard.Norbert Lindenberg2012-12-175-7/+15
| | | | Fixed a property access in 6.4_c so that the error message shows the correct expected value.
* Added tests to verify that constructors in Internationalization API can be ↵Norbert Lindenberg2012-11-056-10/+94
| | | | called with non-objects as this values.
* 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).