[Webkit-unassigned] [Bug 204400] New: [Win][Cygwin][run-api-tests] assert os.pathsep not in value in _append_value_colon_separated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 20 00:00:49 PST 2019


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

            Bug ID: 204400
           Summary: [Win][Cygwin][run-api-tests] assert os.pathsep not in
                    value in _append_value_colon_separated
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

[Win][Cygwin][run-api-tests] assert os.pathsep not in value in _append_value_colon_separated

AppleWin run-api-tests is failing.

https://build.webkit.org/builders/Apple%20Win%2010%20Release%20%28Tests%29/builds/4036

> AssertionError raised: 
> Traceback (most recent call last):
>   File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/api_tests/run_api_tests.py", line 59, in main
>     return run(port, options, args, stderr)
>   File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/api_tests/run_api_tests.py", line 77, in run
>     result = manager.run(args, json_output=options.json_output)
>   File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/api_tests/manager.py", line 171, in run
>     test_names = self._collect_tests(args)
>   File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/api_tests/manager.py", line 100, in _collect_tests
>     env=self._port.environment_for_api_tests())
>   File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/port/win.py", line 141, in environment_for_api_tests
>     env = super(WinPort, self).environment_for_api_tests()
>   File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/port/base.py", line 266, in environment_for_api_tests
>     self._append_value_colon_separated(environment, name, build_root_path)
>   File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/port/base.py", line 942, in _append_value_colon_separated
>     assert os.pathsep not in value
> AssertionError

-- 
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/20191120/42cb7352/attachment.htm>


More information about the webkit-unassigned mailing list