Hi, when running the example from the testing wiki
page<https://code.google.com/p/v8/wiki/Testing>
tools/run-tests.py --arch=ia32 cctest/test-heap/SymbolTable
mjsunit/delete-in-eval
I get the following output:
v8$ tools/run-tests.py --arch=ia32 cctest/test-heap/SymbolTable
mjsunit/delete-in-eval
>>> running presubmit tests
Running C++ lint check...
No changes in files detected. Skipping cpplint check.
Running copyright header, trailing whitespaces and two empty lines between
declarations check...
Total violating files: 0
>>> Running tests for ia32.release
Traceback (most recent call last):
File "tools/run-tests.py", line 463, in <module>
sys.exit(Main())
File "tools/run-tests.py", line 333, in Main
code = Execute(arch, mode, args, options, suites, workspace)
File "tools/run-tests.py", line 388, in Execute
s.ReadTestCases(ctx)
File "/Users/jakob/sources/v8/tools/testrunner/local/testsuite.py", line
90, in ReadTestCases
self.tests = self.ListTests(context)
File "/Users/jakob/sources/v8/test/cctest/testcfg.py", line 53, in
ListTests
context.extra_flags)
File "/Users/jakob/sources/v8/tools/testrunner/local/commands.py", line
143, in Execute
stderr=fd_err
File "/Users/jakob/sources/v8/tools/testrunner/local/commands.py", line
82, in RunProcess
**rest
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 679, in __init__
errread, errwrite)
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
When adding the test/ folder to the path I get the following:
v8$ tools/run-tests.py --arch=ia32 test/cctest/test-heap/SymbolTable
>>> running presubmit tests
Running C++ lint check...
No changes in files detected. Skipping cpplint check.
Running copyright header, trailing whitespaces and two empty lines between
declarations check...
Total violating files: 0
>>> Running tests for ia32.release
No tests to run.
>>> Running tests for ia32.debug
No tests to run.
Is this a known problem? I’d like to run the test/intl/ Tests.
Best,
Jakob
--
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.