New issue
Advanced search Search tips

Issue 804351 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 804355
Owner:
Closed: Jan 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: ----



Sign in to add a comment

* external/wpt/webauthn/createcredential-badargs-rp.https.html failing

Project Member Reported by sheriff-...@appspot.gserviceaccount.com, Jan 22 2018

Issue description

Cc: robertma@chromium.org
Owner: qyears...@chromium.org
The error stack is:
Traceback (most recent call last):
  File "C:\b\swarming\w\ir\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\run_webkit_tests.py", line 615, in <module>
    sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))
  File "C:\b\swarming\w\ir\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\run_webkit_tests.py", line 59, in main
    port = host.port_factory.get(options.platform, options)
  File "C:\b\swarming\w\ir\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\port\factory.py", line 82, in get
    module = __import__(module_name, globals(), locals(), [], -1)
  File "C:\b\swarming\w\ir\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\port\android.py", line 42, in <module>
    from webkitpy.layout_tests.port import base
  File "C:\b\swarming\w\ir\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\port\base.py", line 56, in <module>
    from webkitpy.layout_tests.port import server_process
  File "C:\b\swarming\w\ir\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\port\server_process.py", line 45, in <module>
    import win32pipe
ImportError: No module named win32pipe

Hmhh, this seems like an infra error 
Mergedinto: 804355
Status: Duplicate
Thanks for triage. I was actually looking into the same issue.

The immediate problem should have been fixed by another import today: https://crrev.com/c/878006

The infra issue seems non-deterministic. A Swarming shard failed during the first import of createcredential-badargs-rp.https.html, leading to incomplete results and hence wrong baselines. The other import (which I linked above) saw no infra issues and the test was correctly rebaselined.

I've filed a bug to Swarming. And since the baseline has been fixed, I'm closing this issue by merging into the Swarming bug.

Sign in to add a comment