Advertisement
joanmarie

Untitled

Sep 18th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. ScriptError raised: Failed to run "[u'Tools/Scripts/run-launcher', u'--release', u'--gtk', u'file:///home/jd/webkit-1.10/WebKitBuild..." exit_code: 1 cwd: /home/jd/webkit-1.10
  2. File "/home/jd/webkit-1.10/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 110, in run
  3. unexpected_result_count = manager.run(args)
  4. File "/home/jd/webkit-1.10/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 456, in run
  5. self._show_results_html_file(result_summary)
  6. File "/home/jd/webkit-1.10/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 612, in _show_results_html_file
  7. self._port.show_results_html_file(results_filename)
  8. File "/home/jd/webkit-1.10/Tools/Scripts/webkitpy/layout_tests/port/gtk.py", line 118, in show_results_html_file
  9. self._run_script("run-launcher", run_launcher_args)
  10. File "/home/jd/webkit-1.10/Tools/Scripts/webkitpy/layout_tests/port/base.py", line 1336, in _run_script
  11. output = self._executive.run_command(run_script_command, cwd=self._config.webkit_base_dir(), decode_output=decode_output, env=env)
  12. File "/home/jd/webkit-1.10/Tools/Scripts/webkitpy/common/system/executive.py", line 423, in run_command
  13. (error_handler or self.default_error_handler)(script_error)
  14. File "/home/jd/webkit-1.10/Tools/Scripts/webkitpy/common/system/executive.py", line 340, in default_error_handler
  15. raise error
  16. Failed to execute Tools/Scripts/new-run-webkit-tests at Tools/Scripts/run-webkit-tests line 124.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement