mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 12:34:41 +02:00
Update number of tests in README to 50k+
Since 2017 the test suite has grown significantly and 50k is a significant number! The command `git grep -lF '/*---' test | wc -l` found 50568 tests. A count in May (commit 5c9ff876dcefd19a27ef735224bd69ac1d1ee8e9) is used so that the past tense still works.
This commit is contained in:
parent
fbc6833c24
commit
942e65f505
@ -11,7 +11,7 @@ Test262 itself is described in [ECMA TR/104]((http://ecma-international.org/publ
|
||||
|
||||
### Goals & State of Test262
|
||||
|
||||
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.
|
||||
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 May 2025, Test262 consisted of over 50,000 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.
|
||||
|
||||
|
||||
### ECMAScript feature proposals
|
||||
|
Loading…
x
Reference in New Issue
Block a user