Skip to content

Instantly share code, notes, and snippets.

Created July 17, 2013 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6022582 to your computer and use it in GitHub Desktop.
Save anonymous/6022582 to your computer and use it in GitHub Desktop.
xcut
~/src/central/central/objs/android-dbg; mach mochitest-plain --debugger=gdb dom/tests/mochitest/whatwg/test_bug477323.html
Error running mach:
['mochitest-plain', '--debugger=gdb', 'dom/tests/mochitest/whatwg/test_bug477323.html']
The error occurred in the implementation of the invoked mach command.
This should never occur and is likely a bug in the implementation of that
command. Consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
ImportError: No module named automation
File "/home/mjrosenb/src/central/central/testing/mochitest/mach_commands.py", line 268, in run_mochitest_plain
return self.run_mochitest(test_file, 'plain', **kwargs)
File "/home/mjrosenb/src/central/central/testing/mochitest/mach_commands.py", line 299, in run_mochitest
**kwargs)
File "/home/mjrosenb/src/central/central/testing/mochitest/mach_commands.py", line 85, in run_mochitest_test
from automation import Automation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment