aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for requirements imposed on the built-in objects of the ↵Norbert Lindenberg2012-08-2633-189/+459
| | | | | | | 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-226-0/+0
|
* Moved Google tests from ch12 to ch11.Norbert Lindenberg2012-08-2211-0/+0
|
* Moved Google tests from ch11 to ch10.Norbert Lindenberg2012-08-226-0/+0
|
* Updated existing tests for June 2012 spec changes; removed LocaleList tests; ↵Norbert Lindenberg2012-08-2234-649/+231
| | | | | | | | | | | 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-221-2/+2
|\
| * 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.
* | Update float value testsBill Ticehurst2012-08-084-35/+78
| |
* | Add capability to run chapters individually from the websitet-adamre2012-06-122-106/+377
|/
* Plugged a global thisarg hole with a new test and fixed an operatorBill Ticehurst2012-05-182-1/+15
|
* Adding more coverage for 10.4.3 based on feedback in bug ↵Bill Ticehurst2012-05-174-0/+79
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=333
* Adding more tests to cover undefined being non-writable (see ↵Bill Ticehurst2012-05-163-0/+64
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=223 )
* Removing RegEx test-case related to ↵Bill Ticehurst2012-05-111-16/+0
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=326 until open issue is resolved.
* Initial intl402 checkin.Nebojsa Ciric2012-04-1633-0/+985
|
* This is my first commitBill Ticehurst2012-03-291-1/+1
|
* https://bugs.ecmascript.org/show_bug.cgi?id=65 fixed.David Fugate2012-03-281-6/+9
|
* Renamed a couple of files.David Fugate2012-03-272-4/+4
|
* https://bugs.ecmascript.org/show_bug.cgi?id=289 is fixed.David Fugate2012-03-271-2/+2
|
* Fixed https://bugs.ecmascript.org/show_bug.cgi?id=288.David Fugate2012-03-272-5/+13
|
* Fixed https://bugs.ecmascript.org/show_bug.cgi?id=293. ConstructDate cannot beDavid Fugate2012-03-267-217/+221
| | | | | 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-0951-52/+52
| | | | 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-0666-66/+66
|
* Added a LICENSE file to the root of the enlistment.David Fugate2012-02-296318-126582/+31593
| | | | All Microsoft-contributed *.js and *.py sources now have Ecma's copyright header.
* https://bugs.ecmascript.org/show_bug.cgi?id=266 and ↵David Fugate2012-02-274-5/+5
| | | | https://bugs.ecmascript.org/show_bug.cgi?id=270 resolved.
* Migrated latest external\contributions\Microsoft\ietcLatest changes over to ↵David Fugate2012-02-27396-8/+13503
| | | | test\suite\*.
* https://bugs.ecmascript.org/show_bug.cgi?id=274David Fugate2012-02-2425-53/+104
| | | | | | 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
|
* Implemented the following work items:David Fugate2012-02-221-9/+31
| | | | | - https://bugs.ecmascript.org/show_bug.cgi?id=44 - https://bugs.ecmascript.org/show_bug.cgi?id=45
* Fixed more license headers.David Fugate2012-02-083-5/+40
|
* A conversion tool ripped Microsoft license headers out of globally scoped ↵David Fugate2012-02-0756-0/+1064
| | | | tests. Fixed
* Fixed test case paths.David Fugate2012-02-0348-48/+48
|
* No test262 test cases can be found under test/suite/chN/*.js forDavid Fugate2012-02-0346-0/+0
| | | | | all 'N'. If such files existed, they've been moved to test/suite/chN/N.0/ now.
* Added experimental test402 support (JS internationalization standard).David Fugate2012-01-251-0/+42
|
* S8.5_A13_T1 is implementation dependent (cannot pass on current ARMDavid Fugate2012-01-181-0/+1
| | | | | 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-163-19/+6
|
* S7.8.5_A3.1_T7 through S7.8.5_A3.1_T9 were invalid as written. The only way ↵David Fugate2012-01-164-37/+9
| | | | | | | | | | 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.
* Mark Miller removed this invalid test in Sputnik (see ↵David Fugate2012-01-161-38/+0
| | | | | | http://code.google.com/p/sputniktests/source/detail?r=93), and I'm propagating that change to test262 now.
* https://bugs.ecmascript.org/show_bug.cgi?id=61 is fixed.David Fugate2012-01-167-103/+63
|
* Two more issues called out in excludelist.xml are gone.David Fugate2012-01-131-4/+0
|
* https://bugs.ecmascript.org/show_bug.cgi?id=75David Fugate2012-01-131-0/+11
|
* Test harness changes last Fall enabled execution of this===theGlobalObject ↵David Fugate2012-01-133-33/+14
| | | | | | 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-133-15/+15
|
* Rest of https://bugs.ecmascript.org/show_bug.cgi?id=23 fix.David Fugate2012-01-131-3/+1
|
* https://bugs.ecmascript.org/show_bug.cgi?id=23 resolved.David Fugate2012-01-131-8/+7
|