Skip to content

Commit 9bb8a68

Browse files
committed
Delete tests/test262.patch
We don't use it.
1 parent 12940d7 commit 9bb8a68

File tree

2 files changed

+3
-97
lines changed

2 files changed

+3
-97
lines changed

doc/quickjs.texi

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -193,30 +193,15 @@ QuickJS archive.
193193

194194
@section Test262 (ECMAScript Test Suite)
195195

196-
A test262 runner is included in the QuickJS archive. The test262 tests
197-
can be installed in the QuickJS source directory with:
196+
A test262 runner is included in the QuickJS archive.
198197

199-
@example
200-
git clone https://github.com/tc39/test262.git test262
201-
cd test262
202-
patch -p1 < ../tests/test262.patch
203-
cd ..
204-
@end example
205-
206-
The patch adds the implementation specific @code{harness} functions
207-
and optimizes the inefficient RegExp character classes and Unicode
208-
property escapes tests (the tests themselves are not modified, only a
209-
slow string initialization function is optimized).
198+
The tests can be run with:
210199

211-
The tests can be run with
212200
@example
213-
make test2
201+
make test262
214202
@end example
215203

216204
The configuration files @code{test262.conf}
217-
(resp. @code{test262o.conf} for the old ES5.1 tests@footnote{The old
218-
ES5.1 tests can be extracted with @code{git clone --single-branch
219-
--branch es5-tests https://github.com/tc39/test262.git test262o}}))
220205
contain the options to run the various tests. Tests can be excluded
221206
based on features or filename.
222207

@@ -265,14 +250,6 @@ The following features are not supported yet:
265250

266251
ECMA402 (Internationalization API) is not supported.
267252

268-
@subsection Extensions
269-
270-
@itemize
271-
272-
@item The first line of a script beginning with @code{#!} is ignored.
273-
274-
@end itemize
275-
276253
@section Modules
277254

278255
ES6 modules are fully supported. The default name resolution is the

tests/test262.patch

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)