commit | 7393e73ce30f506b083b3da3b00ea5e741c16177 | [log] [tgz] |
---|---|---|
author | Caitlin Potter <caitp@igalia.com> | Fri Mar 08 02:29:34 2019 |
committer | Caitlin Potter <caitp@igalia.com> | Fri Mar 08 02:38:57 2019 |
tree | f31ccc7a552021bc278523f6a2c3987ca9d64241 | |
parent | 0f2acdd882c84cff43b9d60df7574a1901e2cdcd [diff] |
Incorporate changes from test262/41edfcebce1a85096 Adds André Bargull's simplifications with some slight edits to prevent printing error messages for hashbang tests, and to always load the local monkeyYaml script.
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
Run the following command from the root of this projcet:
$ python -m unittest discover test