Comment #4 on issue 4099 by dome...@chromium.org: run-tests.py doesn't work with goma/ninja builds
https://code.google.com/p/v8/issues/detail?id=4099

I'm still confused how this is supposed to work:

$ tools/run-tests.py --arch-and-mode=x64.debug --buildbot
Running tests for x64.debug
Traceback (most recent call last):
  File "tools/run-tests.py", line 708, in <module>
    sys.exit(Main())
  File "tools/run-tests.py", line 527, in Main
    code = Execute(arch, mode, args, options, suites, workspace)
  File "tools/run-tests.py", line 615, in Execute
    s.ReadTestCases(ctx)
File "c:\v8\v8\tools\testrunner\local\testsuite.py", line 146, in ReadTestCases
    self.tests = self.ListTests(context)
File "c:\v8\v8\tools\testrunner\local\testsuite.py", line 306, in ListTests
    context.extra_flags)
  File "c:\v8\v8\tools\testrunner\local\commands.py", line 112, in Execute
    args=args,
  File "c:\v8\v8\tools\testrunner\local\commands.py", line 68, in RunProcess
    **rest
File "c:\depot_tools\python276_bin\lib\subprocess.py", line 709, in __init__
    errread, errwrite)
File "c:\depot_tools\python276_bin\lib\subprocess.py", line 957, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified

Did I get the incantation wrong?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to