Advertisement
Guest User

Untitled

a guest
Mar 28th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. fx-team $ ./mach mochitest-browser browser/devtools/profiler/test/
  2. obj-x86_64-apple-darwin12.3.0/_tests/testing/mochitest/runtests.py
  3. obj-x86_64-apple-darwin12.3.0/_tests/testing/mochitest
  4. /Users/akovalyov/Source/fx-team/obj-x86_64-apple-darwin12.3.0/obj-x86_64-apple-darwin12.3.0/_tests/testing/mochitest
  5. /Users/akovalyov/Source/fx-team/obj-x86_64-apple-darwin12.3.0/obj-x86_64-apple-darwin12.3.0/_tests/testing/mochitest
  6. Error running mach:
  7.  
  8. ['mochitest-browser', 'browser/devtools/profiler/test/']
  9.  
  10. The error occurred in code that was called by the mach command. This is either
  11. a bug in the called code itself or in the way that mach is calling it.
  12.  
  13. You should consider filing a bug for this issue.
  14.  
  15. If filing a bug, please include the full output of mach, including this error
  16. message.
  17.  
  18. The details of the failure are as follows:
  19.  
  20. OSError: [Errno 2] No such file or directory: '/Users/akovalyov/Source/fx-team/obj-x86_64-apple-darwin12.3.0/obj-x86_64-apple-darwin12.3.0/_tests/testing/mochitest'
  21.  
  22. File "/Users/akovalyov/Source/fx-team/testing/mochitest/mach_commands.py", line 209, in run_mochitest_browser
  23. return self.run_mochitest(test_file, 'browser', **kwargs)
  24. File "/Users/akovalyov/Source/fx-team/testing/mochitest/mach_commands.py", line 226, in run_mochitest
  25. **kwargs)
  26. File "/Users/akovalyov/Source/fx-team/testing/mochitest/mach_commands.py", line 90, in run_mochitest_test
  27. runner = mochitest.Mochitest(automation)
  28. File "obj-x86_64-apple-darwin12.3.0/_tests/testing/mochitest/runtests.py", line 526, in __init__
  29. os.chdir(self.SCRIPT_DIRECTORY)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement