My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update test262 runner paths for vendored test262 suite

Configure default paths to use vendor/git/test262/ for:
- test_dir: vendor/git/test262/test
- harness_dir: vendor/git/test262/harness

Current lexer status on test262/test/language/expressions:
- Pass: 10028/11093 (90.4%)
- Known issues: Unicode escapes in identifiers, some template edges

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+2 -2
+2 -2
test/runner/test262_runner.ml
··· 38 38 } 39 39 40 40 let default_config = { 41 - test_dir = "test262/test"; 42 - harness_dir = "test262/harness"; 41 + test_dir = "vendor/git/test262/test"; 42 + harness_dir = "vendor/git/test262/harness"; 43 43 timeout_ms = 10000; 44 44 features = []; 45 45 skip_patterns = [];