aboutsummaryrefslogtreecommitdiffstats
path: root/website/json
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for requirements imposed on the built-in objects of the ↵Norbert Lindenberg2012-08-263-3/+3
| | | | | | | 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-222-2/+2
|\
| * Fixed bug 443: packager.py fails on Mac because of .DS_Store files.Norbert Lindenberg2012-07-182-2/+2
| | | | | | | | 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-091-1/+1
| | | | | | | | https://bugs.ecmascript.org/show_bug.cgi?id=611
* | Update float value testsBill Ticehurst2012-08-083-3/+3
|/
* 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-1114-14/+14
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=326 until open issue is resolved.
* Initial intl402 checkin.Nebojsa Ciric2012-04-1614-14/+14
|
* https://bugs.ecmascript.org/show_bug.cgi?id=65 fixed.David Fugate2012-03-2813-12/+13
|
* 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-2614-14/+14
| | | | | 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-299-9/+9
| | | | 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-2912-12/+12
| | | | 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-2718-18/+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-2212-12/+12
| | | | | - 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
|
* Added experimental test402 support (JS internationalization standard).David Fugate2012-01-2513-11/+13
|
* Generate one *.html per *.json in addition to the default.html which ↵David Fugate2012-01-1912-1/+12
| | | | | | | | 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
|
* https://bugs.ecmascript.org/show_bug.cgi?id=7David Fugate2012-01-131-1/+1
|
* https://bugs.ecmascript.org/show_bug.cgi?id=218 resolved.David Fugate2012-01-122-2/+2
|
* https://bugs.ecmascript.org/show_bug.cgi?id=26 is fixed.David Fugate2012-01-053-3/+3
|
* Regen'ed website reflecting 11/18/11 changes.David Fugate2011-11-284-4/+4
|
* Updated Microsoft's test262 contributions reflecting the IE10 PPB4 update to ↵David Fugate2011-11-0417-17/+9
| | | | | | | | IE Test Center. 77 new (mostly) strict mode tests plus the removal of one invalid test case. Sputnik and IE Test Center tests now live side-by-side in ch* directories under test/suite.
* Preserve only the first line of each test case's copyright headerDavid Fugate2011-11-0418-18/+18
| | | | | when encoding to JSON which coincidentally preserves the BOM as well. This shaved ~10 megs off of chapter15.json alone.
* Fewer Json files (experiment...).David Fugate2011-10-0359-56/+4
|
* Re-gen'ed website using new Sputnik directory names.David Fugate2011-10-0360-35/+26
|
* Re-gen'ed website.David Fugate2011-10-037-7/+7
|