hyperion101010

Untitled

Nov 22nd, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. /mach marionette test --binary testing/marionette/harness/marionette_harness/tests/unit/test_visibility.py
  2. 0:00.00 INFO Using workspace for temporary data: "/home/hyperion/firefox"
  3. Error running mach:
  4.  
  5. ['marionette', 'test', '--binary', 'testing/marionette/harness/marionette_harness/tests/unit/test_visibility.py']
  6.  
  7. The error occurred in code that was called by the mach command. This is either
  8. a bug in the called code itself or in the way that mach is calling it.
  9.  
  10. You should consider filing a bug for this issue.
  11.  
  12. If filing a bug, please include the full output of mach, including this error
  13. message.
  14.  
  15. The details of the failure are as follows:
  16.  
  17. LocalAppNotFoundError: Application not found at: /home/hyperion/firefox/testing/marionette/harness/marionette_harness/tests/unit
  18.  
  19. File "/home/hyperion/firefox/testing/marionette/mach_commands.py", line 116, in marionette_test
  20. return run_marionette(tests, topsrcdir=self.topsrcdir, **kwargs)
  21. File "/home/hyperion/firefox/testing/marionette/mach_commands.py", line 60, in run_marionette
  22. failed = MarionetteHarness(MarionetteTestRunner, args=vars(args)).run()
  23. File "/home/hyperion/firefox/testing/marionette/harness/marionette_harness/runtests.py", line 74, in run
  24. runner.run_tests(tests)
  25. File "/home/hyperion/firefox/testing/marionette/harness/marionette_harness/runner/base.py", line 857, in run_tests
  26. self.marionette = self.driverclass(**self._build_kwargs())
  27. File "/home/hyperion/firefox/testing/marionette/client/marionette_driver/marionette.py", line 633, in __init__
  28. app, host=self.host, port=self.port, bin=self.bin, **instance_args)
  29. File "/home/hyperion/firefox/testing/marionette/client/marionette_driver/geckoinstance.py", line 294, in create
  30. app_id = mozversion.get_version(binary=kwargs["bin"])["application_id"]
  31. File "/home/hyperion/firefox/testing/mozbase/mozversion/mozversion/mozversion.py", line 124, in get_version
  32. version = LocalVersion(binary)
  33. File "/home/hyperion/firefox/testing/mozbase/mozversion/mozversion/mozversion.py", line 101, in __init__
  34. raise errors.LocalAppNotFoundError(path)
Add Comment
Please, Sign In to add comment