aboutsummaryrefslogtreecommitdiffstats
path: root/website
Commit message (Collapse)AuthorAgeFilesLines
* Bug 610: Handle supplementary characters.Bill Ticehurst2012-08-096-7/+225
|
* Made web site packager insert line breaks into JSON files for saner diffs.Norbert Lindenberg2012-09-1224-24/+72212
|
* Updated tests for ECMAScript Internationalization API spec changes; made ↵Norbert Lindenberg2012-09-102-2/+3
| | | | | | | | | 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-105-5/+5
| | | | String.prototype.localeCompare.
* Added new tests for chapters 10 to 13 of the ECMAScript Internationalization ↵Norbert Lindenberg2012-08-263-2/+473
| | | | API Specification.
* Added new tests for chapters 6 and 9 of ECMAScript Internationalization API ↵Norbert Lindenberg2012-08-263-2/+660
| | | | | | | | 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-264-3/+126
| | | | | | | 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.
* Moved Google tests from ch13 to ch12.Norbert Lindenberg2012-08-221-1/+1
|
* Moved Google tests from ch12 to ch11.Norbert Lindenberg2012-08-221-1/+1
|
* Moved Google tests from ch11 to ch10.Norbert Lindenberg2012-08-221-1/+1
|
* Updated existing tests for June 2012 spec changes; removed LocaleList tests; ↵Norbert Lindenberg2012-08-222-2/+2
| | | | | | | | | | | 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-2219-310/+516
|\
| * Got test402 web site into usable shape. Unified headers of test262/402 sites.Norbert Lindenberg2012-07-1817-308/+514
| | | | | | | | | | | | | | | | | | | | | | - 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-1814-14/+14
| | | | | | | | Running packager.py on Mac unfortunately also changes some line terminators in generated files (bug 444), so lots of additional files in this commit.
* | Fixing Intl402 and BestPractice pages as per bug ↵Bill Ticehurst2012-08-093-24/+49
| | | | | | | | https://bugs.ecmascript.org/show_bug.cgi?id=611
* | Update float value testsBill Ticehurst2012-08-083-3/+3
| |
* | Add capability to run chapters individually from the websitet-adamre2012-06-1218-231/+660
|/
* Plugged a global thisarg hole with a new test and fixed an operatorBill Ticehurst2012-05-185-5/+5
|
* Adding more coverage for 10.4.3 based on feedback in bug ↵Bill Ticehurst2012-05-174-4/+4
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=333
* Adding more tests to cover undefined being non-writable (see ↵Bill Ticehurst2012-05-164-4/+4
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=223 )
* Removing RegEx test-case related to ↵Bill Ticehurst2012-05-1126-26/+26
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=326 until open issue is resolved.
* Initial intl402 checkin.Nebojsa Ciric2012-04-1626-26/+26
|
* https://bugs.ecmascript.org/show_bug.cgi?id=65 fixed.David Fugate2012-03-2814-18/+22
|
* Renamed a couple of files.David Fugate2012-03-271-1/+1
|
* https://bugs.ecmascript.org/show_bug.cgi?id=289 is fixed.David Fugate2012-03-271-1/+1
|
* Fixed https://bugs.ecmascript.org/show_bug.cgi?id=288.David Fugate2012-03-2713-13/+13
|
* Fixed https://bugs.ecmascript.org/show_bug.cgi?id=293. ConstructDate cannot beDavid Fugate2012-03-2615-15/+19
| | | | | salvaged (e.g., need locale info to properly predict whether we're subject to DST).
* https://bugs.ecmascript.org/show_bug.cgi?id=294 partially fixed. StillDavid Fugate2012-03-0913-13/+13
| | | | need to move some tests over to best practices.
* https://bugs.ecmascript.org/show_bug.cgi?id=287 is fixed (completely?).David Fugate2012-03-0614-14/+14
|
* Added a LICENSE file to the root of the enlistment.David Fugate2012-02-2916-142/+44
| | | | 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-2913-25/+17
| | | | default.html.
* https://bugs.ecmascript.org/show_bug.cgi?id=266 and ↵David Fugate2012-02-276-6/+6
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=270 resolved.
* Re-gen'ed website (+389 new tests).David Fugate2012-02-2719-20/+18
|
* https://bugs.ecmascript.org/show_bug.cgi?id=274David Fugate2012-02-2416-16/+16
| | | | | | Fixed. Re-gen'ed the website.
* Implemented the following work items:David Fugate2012-02-2213-21/+43
| | | | | - https://bugs.ecmascript.org/show_bug.cgi?id=44 - https://bugs.ecmascript.org/show_bug.cgi?id=45
* Regen'ed website.David Fugate2012-02-0820-20/+20
|
* Regen'ed website.David Fugate2012-02-0315-15/+15
|
* Experimental test402 (internationalization testing) page added.David Fugate2012-01-251-15/+10
|
* Added experimental test402 support (JS internationalization standard).David Fugate2012-01-2514-11/+180
|
* Generate one *.html per *.json in addition to the default.html which ↵David Fugate2012-01-1922-1/+1682
| | | | | | | | includes all tests. Added support to create testcases_bestPractice.html without also adding them to default.html. Preliminary support for tests under test/suite/internationalization has been added.
* S8.5_A13_T1 is implementation dependent (cannot pass on current ARMDavid Fugate2012-01-182-2/+2
| | | | | architectures), but worth keeping around for the coverage it provides. Documented that this is expected to fail on ARM.
* Last two invalid test cases have been fixed.David Fugate2012-01-162-2/+2
|
* S7.8.5_A3.1_T7 through S7.8.5_A3.1_T9 were invalid as written. The only way ↵David Fugate2012-01-163-3/+3
| | | | | | | | | | to specify unicode flags to literal regexp patterns is through eval and similar mechanisms (e.g., Function constructor). Fixed. All but two of the remaining disabled tests in excludelist.xml were disabled because the tests polluted the global JS environment, not because the tests themselves were invalid. This is no longer an issue as of the latest test262 harness (actually it wasn't an issue about a year ago either). Re-enabled.
* https://bugs.ecmascript.org/show_bug.cgi?id=61 is fixed.David Fugate2012-01-162-2/+2
|
* Two more issues called out in excludelist.xml are gone.David Fugate2012-01-133-3/+3
|
* https://bugs.ecmascript.org/show_bug.cgi?id=75David Fugate2012-01-131-1/+1
|
* Test harness changes last Fall enabled execution of this===theGlobalObject ↵David Fugate2012-01-137-7/+7
| | | | | | Sputnik tests again. Also, two of this weren't actually this-related. Fixed their separate issues.
* https://bugs.ecmascript.org/show_bug.cgi?id=60David Fugate2012-01-132-2/+2
|
* Rest of https://bugs.ecmascript.org/show_bug.cgi?id=23 fix.David Fugate2012-01-132-2/+2
|
* https://bugs.ecmascript.org/show_bug.cgi?id=14 fixed.David Fugate2012-01-132-2/+2
|