Missing group information in WPT tasks
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
People
(Reporter: marco, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
E.g. https://firefoxci.taskcluster-artifacts.net/bfCWzEbWRfG_efD-_rDgnw/0/public/test_info/wpt_errorsummary.log has no "group_result" lines, and the "test_groups" line only mention "testharness" as a group.
The same on https://firefoxci.taskcluster-artifacts.net/Qj6znedHRMKZfNb2YP33GA/0/public/test_info/wpt_errorsummary.log:
{"groups": ["testharness"], "action": "test_groups", "line": 30}
{"test": "/infrastructure/testdriver/virtual_authenticator.html", "subtest": "Can get the credentials", "group": "", "status": "FAIL", "expected": "PASS", "message": "assert_equals: expected "Y3JlZC0x" but got "cred-1"", "stack": "@http://web-platform.test:8000/infrastructure/testdriver/virtual_authenticator.html:52:16\n", "known_intermittent": [], "action": "test_result", "line": 23916}
it appears webgpu tasks have testharness as the group; the other example is a backfill job, I suspect there isn't a common pattern other than some situation inside of wpt results in this.
| Reporter | ||
Comment 2•2 years ago
|
||
I've seen it in many other WPT tasks as well.
maybe we should create some unittests for this to not get regressed, there was another issue with some wpt-css tests where the group name started with a : character
| Reporter | ||
Comment 4•2 years ago
|
||
James, any idea why this could be happening?
Description
•