node/deps/v8/third_party/test262-harness
Michaël Zasso 09a8440b45
deps: update V8 to 12.2.281.27
PR-URL: https://github.com/nodejs/node/pull/51362
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2024-03-31 15:36:07 +02:00
..
src deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
test deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
LICENSE deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02:00
OWNERS deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02:00
README.md deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02:00
README.v8 deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
__init__.py deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02:00
excludelist.xml deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02:00

README.md

Test262 Python Harness

Usage

Loaded as a module, this project defines a single function, parseTestRecord. This function creates an object representation of the metadata encoded in the "frontmatter" of the provided Test262 test source code.

test262.py is an executable designed to execute Test262 tests. It is exposed for public use. For usage instructions, invoke this executable with the --help flag, as in:

$ test262.py --help

Tests

Run the following command from the root of this projcet:

$ python -m unittest discover test