From a4a905735898e2470dc9773de4a6a6069dd057d0 Mon Sep 17 00:00:00 2001 From: David Fugate Date: Fri, 1 Jul 2011 14:18:35 -0700 Subject: Added a reference to the new FAQ on the ES Wiki. --- website/default.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'website') diff --git a/website/default.html b/website/default.html index d694ce61f..6f5552422 100644 --- a/website/default.html +++ b/website/default.html @@ -73,9 +73,14 @@

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.

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 found out more?

+

Please visit our Frequently Asked Questions section on the ECMAScript Wiki.

+

Running the Tests

-

Click the “Run” tab at the top of this page for instructions and follow the instructions to run the tests.

+

Click the “Run” tab at the top of this page for instructions and follow the instructions to run the tests.

+ + +
-- cgit v1.2.3