Lines Matching refs:tools
1 if not defined DEPOT_TOOLS_PATH goto depot-tools-not-found
9 echo calling: tools\make-v8.sh
10 sh tools\make-v8.sh
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% --junitout ./v8-…
24 call python tools\run-tests.py %common_v8_test_options% %v8_test_options% --junitout ./v8-tap.xml
28 echo running 'python tools\run-tests.py %common_v8_test_options% intl --junitout ./v8-intl-tap.xml'
29 call python tools\run-tests.py %common_v8_test_options% intl --junitout ./v8-intl-tap.xml
33 echo running 'python tools\run-tests.py %common_v8_test_options% benchmarks --junitout ./v8-benchma…
34 call python tools\run-tests.py %common_v8_test_options% benchmarks --junitout ./v8-benchmarks-tap.x…
42 :depot-tools-not-found
43 echo Failed to find a suitable depot tools to test v8