Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. anish@anish-Inspiron-3537:~/Desktop/mozilla-central-55f3224d7513$ ./mach mochitest-browser browser/components/shell/test/
  2. Build configuration changed. Regenerating backend.
  3. Reticulating splines...
  4. Finished reading 2748 moz.build files in 1.93s
  5. Processed into 7569 build config descriptors in 1.58s
  6. Backend executed in 2.61s
  7. 2265 total backend files; 0 created; 0 updated; 2265 unchanged; 0 deleted; 138 -> 852 Makefile
  8. Total wall time: 6.47s; CPU time: 6.00s; Efficiency: 93%; Untracked: 0.35s
  9. From _tests: Kept 34030 existing; Added/updated 0; Removed 0 files and 0 directories.
  10. testpath: browser/components/shell/test
  11. SUITE-START | Running 2 tests
  12. pk12util: PKCS12 IMPORT SUCCESSFUL
  13. MochitestServer : launching [u'/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/dist/bin/xpcshell', '-g', u'/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/dist/bin', '-v', '170', '-f', u'/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/dist/bin/components/httpd.js', '-e', "const _PROFILE_PATH = '/tmp/tmpVQx3Rz.mozrunner'; const _SERVER_PORT = '8888'; const _SERVER_ADDR = '127.0.0.1'; const _TEST_PREFIX = undefined; const _DISPLAY_RESULTS = false;", '-f', '/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/server.js']
  14. runtests.py | Server pid: 7399
  15. runtests.py | Websocket server pid: 7401
  16. runtests.py | SSL tunnel pid: 7403
  17. Stopping web server
  18. Stopping web socket server
  19. Stopping ssltunnel
  20. Error running mach:
  21.  
  22. ['mochitest-browser', 'browser/components/shell/test/']
  23.  
  24. The error occurred in code that was called by the mach command. This is either
  25. a bug in the called code itself or in the way that mach is calling it.
  26.  
  27. You should consider filing a bug for this issue.
  28.  
  29. If filing a bug, please include the full output of mach, including this error
  30. message.
  31.  
  32. The details of the failure are as follows:
  33.  
  34. ParseError: run-if is no longer supported, use skip-if
  35.  
  36. File "/home/anish/Desktop/mozilla-central-55f3224d7513/testing/mochitest/mach_commands.py", line 670, in run_mochitest_browser
  37. return self.run_mochitest(test_paths, 'browser', **kwargs)
  38. File "/home/anish/Desktop/mozilla-central-55f3224d7513/testing/mochitest/mach_commands.py", line 793, in run_mochitest
  39. test_paths=test_paths, suite=flavor, **kwargs)
  40. File "/home/anish/Desktop/mozilla-central-55f3224d7513/testing/mochitest/mach_commands.py", line 394, in run_desktop_test
  41. result = runner.runTests(options)
  42. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/runtests.py", line 1776, in runTests
  43. result = self.runMochitests(options, onLaunch)
  44. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/runtests.py", line 1724, in runMochitests
  45. result = self.doTests(options, onLaunch, testsToRun)
  46. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/runtests.py", line 1847, in doTests
  47. testURL = self.buildTestPath(options, testsToFilter)
  48. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/runtests.py", line 683, in buildTestPath
  49. tests = self.getActiveTests(options, disabled)
  50. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/runtests.py", line 1651, in getActiveTests
  51. tests = manifest.active_tests(disabled=disabled, options=options, **info)
  52. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/manifestparser.py", line 1171, in active_tests
  53. self.filter(values, tests)
  54. File "/home/anish/Desktop/mozilla-central-55f3224d7513/obj-x86_64-unknown-linux-gnu/_tests/testing/mochitest/manifestparser.py", line 1105, in filter
  55. raise ParseError('run-if is no longer supported, use skip-if')
  56. anish@anish-Inspiron-3537:~/Desktop/mozilla-central-55f3224d7513$ ./mach mochitest-browser browser/components/shell/test/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement