Advertisement
Guest User

Untitled

a guest
Jul 29th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. ialagenchev@ialagenchev:~/mozilla-central/browser/devtools/webconsole/test$ ~/mozilla-central/mach mochitest-browser *875456*.js
  2. Error running mach:
  3.  
  4. ['mochitest-browser', 'browser_webconsole_bug_875456_mixedcontent_securityerrors.js']
  5.  
  6. The error occurred in code that was called by the mach command. This is either
  7. a bug in the called code itself or in the way that mach is calling it.
  8.  
  9. You should consider filing a bug for this issue.
  10.  
  11. If filing a bug, please include the full output of mach, including this error
  12. message.
  13.  
  14. The details of the failure are as follows:
  15.  
  16. AttributeError: 'NoneType' object has no attribute 'startswith'
  17.  
  18. File "/Users/ialagenchev/mozilla-central/testing/mochitest/mach_commands.py", line 280, in run_mochitest_browser
  19. return self.run_mochitest(test_file, 'browser', **kwargs)
  20. File "/Users/ialagenchev/mozilla-central/testing/mochitest/mach_commands.py", line 299, in run_mochitest
  21. **kwargs)
  22. File "/Users/ialagenchev/mozilla-central/testing/mochitest/mach_commands.py", line 93, in run_mochitest_test
  23. ('.py', 'r', imp.PY_SOURCE))
  24. File "/Users/ialagenchev/mozilla-central/obj-x86_64-apple-darwin12.3.0/_tests/testing/mochitest/runtests.py", line 26, in <module>
  25. from mochitest_options import MochitestOptions
  26. File "/Users/ialagenchev/mozilla-central/obj-x86_64-apple-darwin12.3.0/_tests/testing/mochitest/mochitest_options.py", line 17, in <module>
  27. build_obj = MozbuildObject.from_environment()
  28. File "/Users/ialagenchev/mozilla-central/python/mozbuild/mozbuild/base.py", line 166, in from_environment
  29. topobjdir = os.path.normpath(config['topobjdir'] or topobjdir)
  30. File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py", line 327, in normpath
  31. initial_slashes = path.startswith('/')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement