mirror of https://github.com/tc39/test262.git
Seems, Math.round(x) is implemented as `Math.floor(x + 0.5)` in some JavaScript engines. The "Note 2 for Math.round" was fixed for ES6 (see http://es5.github.io/#x15.8.2.15 and https://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.round ) |
||
---|---|---|
docs | ||
harness | ||
test | ||
tools | ||
website | ||
.gitignore | ||
.hgignore | ||
.jshintrc | ||
CONSOLE-RUNNER.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
excludelist.xml |
README.md
Test262 is the official ECMAScript (ECMA-262) conformance suite.
Contributing to Test262
See CONTRIBUTING.md
- Sign the Test262 CLA.
- Send a pull request. Please make sure you have one commit per pull request. If you have multiple commits, squash them before sending the pull request.