Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Error running mach:
  2.  
  3. ['mochitest-browser', 'browser/components/shell/test/']
  4.  
  5. The error occurred in code that was called by the mach command. This is either
  6. a bug in the called code itself or in the way that mach is calling it.
  7.  
  8. You should consider filing a bug for this issue.
  9.  
  10. If filing a bug, please include the full output of mach, including this error
  11. message.
  12.  
  13. The details of the failure are as follows:
  14.  
  15. NameError: global name 'run_tag' is not defined
  16.  
  17. File "/home/anish/Desktop/mozilla-central-55f3224d7513/testing/mochitest/mach_commands.py", line 670, in run_mochitest_browser
  18. return self.run_mochitest(test_paths, 'browser', **kwargs)
  19. File "/home/anish/Desktop/mozilla-central-55f3224d7513/testing/mochitest/mach_commands.py", line 793, in run_mochitest
  20. test_paths=test_paths, suite=flavor, **kwargs)
  21. File "/home/anish/Desktop/mozilla-central-55f3224d7513/testing/mochitest/mach_commands.py", line 394, in run_desktop_test
  22. result = runner.runTests(options)
  23. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/runtests.py", line 1753, in runTests
  24. dirs = self.getDirectories(options)
  25. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/runtests.py", line 2171, in getDirectories
  26. tests = self.getActiveTests(options, False)
  27. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/runtests.py", line 1651, in getActiveTests
  28. tests = manifest.active_tests(disabled=disabled, options=options, **info)
  29. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/manifestparser.py", line 1171, in active_tests
  30. self.filter(values, tests)
  31. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/manifestparser.py", line 1104, in filter
  32. if run_tag in test:
  33. anish@anish-Inspiron-3537:~/Desktop/mozilla-central-55f3224d7513$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement