Lines Matching refs:python
14 echo running 'python tools\dev\v8gen.py %test_args%'
15 call python tools\dev\v8gen.py %test_args%
23 echo running 'python tools\run-tests.py %common_v8_test_options% %v8_test_options% --slow-tests-cut…
24 call python tools\run-tests.py %common_v8_test_options% %v8_test_options% --slow-tests-cutoff 10000…
25 call python ..\..\tools\v8-json-to-junit.py < v8-tap.xml > v8-tap.json
29 echo running 'python tools\run-tests.py %common_v8_test_options% intl --slow-tests-cutoff 1000000 -…
30 call python tools\run-tests.py %common_v8_test_options% intl --slow-tests-cutoff 1000000 --json-tes…
31 call python ..\..\tools\v8-json-to-junit.py < v8-intl-tap.xml > v8-intl-tap.json
35 echo running 'python tools\run-tests.py %common_v8_test_options% benchmarks --slow-tests-cutoff 100…
36 call python tools\run-tests.py %common_v8_test_options% benchmarks --slow-tests-cutoff 1000000 --js…
37 call python ..\..\tools\v8-json-to-junit.py < v8-benchmarks-tap.xml > v8-benchmarks-tap.json