Issue 63: Running tests fails of there is a dot in the checkout path
http://code.google.com/p/v8/issues/detail?id=63

New issue report by [EMAIL PROTECTED]:
If the V8 project is checked out to a path containing a dot (e.g. edge.x as
used below) then running the tests fails with a Python error

<username>@<host>:~/prj/v8/edge.x$ tools/test.py
Traceback (most recent call last):
   File "tools/test.py", line 1142, in <module>
     sys.exit(Main())
   File "tools/test.py", line 1079, in Main
     reqs += root.GetBuildRequirements(path, context)
   File "tools/test.py", line 456, in GetBuildRequirements
     result += test.GetBuildRequirements(rest, context)
   File "tools/test.py", line 436, in GetBuildRequirements
     return self.GetConfiguration(context).GetBuildRequirements()
   File "tools/test.py", line 428, in GetConfiguration
     module = imp.load_module(self.path, file, pathname, description)
   File "/home/<username>/prj/v8/edge x/test/mjsunit/testcfg.py", line 28,
in <module>
SystemError: Parent module '/home/<username>/prj/v8/edge' not loaded

This error occurs on both Windows and Linux.


Issue attributes:
        Status: Accepted
        Owner: [EMAIL PROTECTED]
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to