[Webkit-unassigned] [Bug 186771] [WPE]: Add a way to setup our development environment inside flatpak

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 05:13:14 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186771

--- Comment #30 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to Thibault Saunier from comment #29)
> Created attachment 343401 [details]
> Patch.
> 
> Lazy import yaml to avoid failling when importing flatpakutils

It looks this is making the mac EWS abort in the run-test step:

Running run-webkit-tests
Failed to run "['Tools/Scripts/run-webkit-tests', '--release', '--dump-render-tree', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures=30', '--quiet', '--skip-failing-tests']" exit_code: 1

Traceback (most recent call last):
  File "Tools/Scripts/run-webkit-tests", line 39, in <module>
    flatpakutils.run_in_sandbox_if_available(sys.argv)
  File "./Tools/flatpak/flatpakutils.py", line 772, in run_in_sandbox_if_available
    flatpak_runner = WebkitFlatpak.load_from_args(args)
  File "./Tools/flatpak/flatpakutils.py", line 459, in load_from_args
    self.clean_args()
  File "./Tools/flatpak/flatpakutils.py", line 561, in clean_args
    self.check_flatpak()
  File "./Tools/flatpak/flatpakutils.py", line 515, in check_flatpak
    output = subprocess.check_output([app, "--version"])
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 566, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

From: https://webkit-queues.webkit.org/results/8327880

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180625/ed823d4a/attachment.html>


More information about the webkit-unassigned mailing list