aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Implemented the following work items:David Fugate2012-02-2214-30/+74
| | | | | - 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
|
* Fixed more license headers.David Fugate2012-02-084-14/+51
|
* A conversion tool ripped Microsoft license headers out of globally scoped ↵David Fugate2012-02-0757-0/+1181
| | | | tests. Fixed
* Regen'ed website.David Fugate2012-02-0315-15/+15
|
* 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.
* Experimental test402 (internationalization testing) page added.David Fugate2012-01-253-34/+25
|
* Added experimental test402 support (JS internationalization standard).David Fugate2012-01-2517-12/+396
|
* Generate one *.html per *.json in addition to the default.html which ↵David Fugate2012-01-1924-8/+1691
| | | | | | | | 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-183-2/+3
| | | | | 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-165-21/+8
|
* S7.8.5_A3.1_T7 through S7.8.5_A3.1_T9 were invalid as written. The only way ↵David Fugate2012-01-167-40/+12
| | | | | | | | | | 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-169-105/+65
|
* Two more issues called out in excludelist.xml are gone.David Fugate2012-01-134-7/+3
|
* https://bugs.ecmascript.org/show_bug.cgi?id=75David Fugate2012-01-132-1/+12
|
* Test harness changes last Fall enabled execution of this===theGlobalObject ↵David Fugate2012-01-1310-40/+21
| | | | | | 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-135-17/+17
|
* Rest of https://bugs.ecmascript.org/show_bug.cgi?id=23 fix.David Fugate2012-01-133-5/+3
|
* https://bugs.ecmascript.org/show_bug.cgi?id=23 resolved.David Fugate2012-01-131-8/+7
|
* https://bugs.ecmascript.org/show_bug.cgi?id=14 fixed.David Fugate2012-01-135-12/+6
|
* https://bugs.ecmascript.org/show_bug.cgi?id=7David Fugate2012-01-134-3/+1
|
* https://bugs.ecmascript.org/show_bug.cgi?id=80 resolved.David Fugate2012-01-131-13/+0
|
* https://bugs.ecmascript.org/show_bug.cgi?id=218 resolved.David Fugate2012-01-1210-42/+2
|
* https://bugs.ecmascript.org/show_bug.cgi?id=215 resolved.David Fugate2012-01-121-1/+1
|
* https://bugs.ecmascript.org/show_bug.cgi?id=179David Fugate2012-01-122-26/+1
| | | | S11.1.1_A2.js is invalid and there's no way to make it valid. Removing.
* No way to make S15.5.4.8_A1_T11.js ↵David Fugate2012-01-121-22/+0
| | | | | | (https://bugs.ecmascript.org/show_bug.cgi?id=30) valid. Removing it as similar coverage already exists.
* https://bugs.ecmascript.org/show_bug.cgi?id=26 is fixed.David Fugate2012-01-054-10/+4
|
* Regen'ed website reflecting 11/18/11 changes.David Fugate2011-11-284-4/+4
|
* Merge.David Fugate2011-11-2817713-249995/+505784
|\
| * Merge.David Fugate2011-11-1117713-249995/+505784
| |\
| | * Updated Microsoft's test262 contributions reflecting the IE10 PPB4 update to ↵David Fugate2011-11-0417713-249995/+505784
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Opera crash fixed as of 12alpha build 1155, so this test no longerMark Miller2011-11-181-2/+0
|/ / | | | | | | needs to be excluded.
* | Fixed https://bugs.ecmascript.org/show_bug.cgi?id=207.David Fugate2011-11-112-2/+84
| |
* | Revise opera crash exclusions to exclude only the test that causes the crashMark Miller2011-11-092-4/+2
|/
* Preserve only the first line of each test case's copyright headerDavid Fugate2011-11-0420-45/+34
| | | | | when encoding to JSON which coincidentally preserves the BOM as well. This shaved ~10 megs off of chapter15.json alone.
* The Sputnik/IETC => test262 converter is no longer useful.David Fugate2011-11-044-1252/+0
|
* FindTestCaseIssues.py is a new helper script which can be used to detect ↵David Fugate2011-11-042-2/+87
| | | | | | issues with the format of test cases (e.g., runTestCase not being called). FixPathsAndIds.py now preserves line endings and the BOM.
* MergedMark Miller2011-10-0410624-222107/+222069
|\
| * Fewer Json files (experiment...).David Fugate2011-10-0360-64/+14
| |
| * Re-gen'ed website using new Sputnik directory names.David Fugate2011-10-0362-51/+34
| |
| * Re-gen'ed Sputnik test case path metadata.David Fugate2011-10-035265-5265/+5265
| |
| * Renamed Sputnik directories.David Fugate2011-10-035265-0/+0
| |
| * Re-gen'ed website.David Fugate2011-10-0312-102/+131
| |