Closed
Bug 1413291
Opened 8 years ago
Closed 8 years ago
|mach web-platform-tests --verify| fails: "No module named stability"
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(firefox58 fixed)
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: gbrown, Assigned: jgraham)
References
Details
Attachments
(1 file)
I can't seem to run web-platform tests with --verify now. I am (mostly!) sure it worked just last week.
$ ./mach web-platform-tests testing/web-platform/tests/mediacapture-image/idlharness.html --verify
Error running mach:
['web-platform-tests', 'testing/web-platform/tests/mediacapture-image/idlharness.html', '--verify']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You should consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
ImportError: No module named stability
File "/home/gbrown/src/testing/web-platform/mach_commands.py", line 347, in run_web_platform_tests
return wpt_runner.run(**params)
File "/home/gbrown/src/testing/web-platform/mach_commands_base.py", line 28, in run
result = wptrunner.start(**kwargs)
File "/home/gbrown/src/testing/web-platform/tests/tools/wptrunner/wptrunner/wptrunner.py", line 278, in start
check_stability(**kwargs)
File "/home/gbrown/src/testing/web-platform/tests/tools/wptrunner/wptrunner/wptrunner.py", line 266, in check_stability
import stability
File "/home/gbrown/src/build/mach_bootstrap.py", line 364, in __call__
module = self._original_import(name, globals, locals, fromlist, level)
| Reporter | ||
Comment 1•8 years ago
|
||
James - I can try to sort this out, but maybe you know/suspect what's gone wrong?
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8923943 [details]
Bug 1413291 - Re-add wpt file that didn't reland after backout,
https://reviewboard.mozilla.org/r/195126/#review200154
Brilliant! Thanks much.
Attachment #8923943 -
Flags: review?(gbrown) → review+
| Reporter | ||
Updated•8 years ago
|
Assignee: gbrown → james
Flags: needinfo?(james)
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/7b272fdf0cb0
Re-add wpt file that didn't reland after backout, r=gbrown
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•