Closed
Bug 1594069
Opened 6 years ago
Closed 6 years ago
wptrunner.py:start does not set return value for list* command arguments
Categories
(Testing :: web-platform-tests, defect)
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: bc, Assigned: bc)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
1.07 KB,
patch
|
Details | Diff | Splinter Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Running
./mach web-platform-tests --list-tests
./mach web-platform-tests --list-test-groups
./mach web-platform-tests --list-disabled
results in
TypeError: int() argument must be a string or a number, not 'NoneType'
File "mozilla/builds/autoland/mozilla/testing/web-platform/mach_commands.py", line 301, in run_web_platform_tests
return wpt_runner.run(logger, **params)
File "mozilla/builds/autoland/mozilla/testing/web-platform/mach_commands_base.py", line 42, in run
return int(result)
start() does not return an int or boolean value for the --list* arguments.
The attached patch fixes it for me. I'll defer as to the actual patch.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/0b0779e6ebe3
ensure wptrunner.py start() always returns a value, r=jgraham
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/20218 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•6 years ago
|
Assignee: nobody → bob
Upstream PR merged by moz-wptsync-bot
Depends on: 1599119
You need to log in
before you can comment on or make changes to this bug.
Description
•