v8/third_party/test262-harness/test
Shu-yu Guo d7e6146bc6 [infra] Fork test262-harness
The external project is effectively abandoned. Fork and move it in-tree
for easier maintenance and Python 3 migration.

Bug: chromium:1296209
Change-Id: I4ff97749acb2895bd8433c08b2a4ff109c90cda2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3475086
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Adam Klein <adamk@chromium.org>
Commit-Queue: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#79240}
2022-02-23 18:47:35 +00:00
..
fixtures [infra] Fork test262-harness 2022-02-23 18:47:35 +00:00
README.md [infra] Fork test262-harness 2022-02-23 18:47:35 +00:00
test_common.py [infra] Fork test262-harness 2022-02-23 18:47:35 +00:00
test_monkeyYaml.py [infra] Fork test262-harness 2022-02-23 18:47:35 +00:00
test_parseTestRecord.py [infra] Fork test262-harness 2022-02-23 18:47:35 +00:00
test_test262.py [infra] Fork test262-harness 2022-02-23 18:47:35 +00:00

Unit tests for python packaging tools

This directory holds tests for the python code, not tests of EMCAScript

Running tests

$ cd tools/packaging/test
$ for x in test*.py; do python $x; done