diff --git a/tools/packaging/templates/runner.test262.html b/tools/packaging/templates/runner.test262.html index 52c5c5e17d..60745b96e4 100644 --- a/tools/packaging/templates/runner.test262.html +++ b/tools/packaging/templates/runner.test262.html @@ -73,7 +73,14 @@ ECMAScript 5.1 was approved as an official Ecma standard by the Ecma General Assembly in June 2011. The ECMAScript 5.1 standard is available in PDF and HTML versions from the Ecma International web site.

Who creates and maintains test262?

-

Development of test262 is a project of Ecma TC39. The testing framework and individual tests are created by member organizations of TC39 and contributed to Ecma for use in test262. For more information about how test262 is developed and maintained click the “Development” tab at the top of this page.

+

+ Development of test262 is a project of Ecma TC39. The + testing framework and individual tests are created by + developers all over the world and contributed to Ecma for + use in test262. For more information about how test262 is + developed and maintained, click the + “Development” tab at the top of this page. +

What is the status of test262?

test262 is not yet complete. It is still undergoing active development. Some portions of the ES5 specification have very complete test coverage while other portions of the specification have only partial test coverage. Some tests may be invalid or may yield false positive or false negative results. A perfect passing score on test262 does not guarantee that a JavaScript implementation perfectly supports ES5. Because tests are being actively added and modified, tests results from different days or times may not be directly comparable. Click the “Development” tab at the top of this page for instructions for reporting test262 bugs.

Where can I find out more?

@@ -88,11 +95,24 @@

Development

-

Test262 is being developed by the members of Ecma TC39. Ecma's intellectual property policies permit only Ecma - members to directly contribute code to the project. However, a public mailing list is used to coordinate development of test262. If you wish to participate in the discussion please subscribe. Bug reports and suggestions should be sent to the mailing list. -

- Ecma members can find detailed instructions on Test262 development procedures at the Test262 Wiki. + Test262 is being developed as an open source project and + the maintainers are accepting patches from the community. + The project is maintained using the + git version control system and is currently + hosted on GitHub.com. Bug reports and patches may be + submitted to the GitHub repository. +

+ +

+ A public + mailing list is used to coordinate development of + test262. If you wish to participate in the discussion, + please subscribe.