You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: facebook#1963
Replace the Python test_runner.py invocation with the C++ test-runner
binary in the GitHub Actions CI workflow for macOS, Linux, and Linux
ARMv7 jobs. The C++ runner is ~8x faster and runs tests in-process.
Key changes:
- macOS/Linux: use build/bin/test-runner with --test-intl and --skiplist
- JIT matrix variant: replace --vm-args='-Xjit=force' with --jit=force
- ARMv7: same as Linux, no JIT variant
- Windows: kept on Python runner (C++ runner uses POSIX signal APIs
for crash isolation that aren't available on Windows)
Differential Revision: D98531546
0 commit comments