Skip to content

Commit

Permalink
Fix running test262
Browse files Browse the repository at this point in the history
Differential Revision: D57977650
  • Loading branch information
lavenzg authored and facebook-github-bot committed May 30, 2024
1 parent e148f3b commit 6726ea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
-DHERMESVM_GCKIND=<< parameters.gc >>
cmake --build build
cmake --build build --target check-hermes
python3 hermes/utils/testsuite/run_testsuite.py --shermes --test-intl test262/test -b build/bin
# TODO(zhaogang): test with --shermes flag as well once we address the harness
# code issue with shermes.
python3 -m hermes.utils.testsuite.cli --test-intl test262/test -b build/bin
test-linux:
docker:
Expand Down

0 comments on commit 6726ea9

Please sign in to comment.