summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-10-16 14:24:02 -0400
committerRick Waldron <waldron.rick@gmail.com>2017-10-16 14:24:02 -0400
commitb537d405ec621896c2c239cc5a622eff6f046be7 (patch)
treed6dbb853f54955162e3b68bc3d860c0e4bba1a2c
parentf395874edad329d29ba9431105a2f5426f5682c4 (diff)
downloadqtdeclarative-testsuites-b537d405ec621896c2c239cc5a622eff6f046be7.tar.gz
Goals & State of Test262
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index da61c46db..44faa6be1 100644
--- a/README.md
+++ b/README.md
@@ -9,15 +9,10 @@ Test262 is the implementation conformance test suite for the latest drafts (or m
Test262 itself is described in [ECMA TR/104]((http://ecma-international.org/publications/techreports/E-TR-104.htm)) and is included in [ECMA-414](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-414.pdf) (pdf).
-### State of Test262
+### Goals & State of Test262
-(fixme)
+The goal of Test262 is to provide test material that covers every observable behavior specified in the [ECMA-414 Standards Suite](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-414.pdf). Development of Test262 is an on-going process. As of October 2017, Test262 consisted of over 29272 individual test files covering the majority of the pseudo-code algorithms and grammar productions defined in the [ECMA-414 Standards Suite](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-414.pdf). Each of these files contains one or more distinct test cases. This marks the most comprehensive ECMAScript test suite to date. While test coverage is broad, TC39 does not consider coverage to be complete and as with any software project there exists the possibility of omissions and errors. This project welcomes any contributions to Test262 that help make test coverage of existing features more comprehensive.
-In this location, we should describe the present state and ideal state of Test262:
-(1) goal state: every "observable" behavior identified in ECMAScript ?
-(2) current state: can you summarize how comprehensive Test262 presently is ? Perhaps breakdown by each of the stanards (262, 402 and 404)
-
-We welcome any contributions to Test262 that help make test coverage of existing features more comprehensive.
### ECMAScript feature proposals