aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-179.js
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize ./testBrian Terlson2014-12-071-31/+0
|
* Add path attribute.Brian Terlson2014-07-301-0/+1
|
* Normalize testcase formatBrian Terlson2014-07-301-28/+30
| | | | | | | | | | | This commit normalizes the test case format used across test262. It applies the following transformations: * Convert to YAML for frontmatter * Remove of trailing whitespace * Replace /r/n with /n except in chapters 6 and 7. * Copyright header always uses // comments * new includes attribute replaces $INCLUDE * No implicit assumptions about test environment other than $ERROR. Everything else appears in the include array. This includes "runTestCase" which is now included in a substantial number of tests.
* Added a LICENSE file to the root of the enlistment.David Fugate2012-02-291-20/+5
| | | | All Microsoft-contributed *.js and *.py sources now have Ecma's copyright header.
* Updated Microsoft's test262 contributions reflecting the IE10 PPB4 update to ↵David Fugate2011-11-041-0/+43
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.