Open
Bug 1421388
Opened 7 years ago
Updated 2 years ago
Drop folders outside of source code repository from file paths in log summary
Categories
(Testing :: General, enhancement, P3)
Testing
General
Tracking
(Not tracked)
NEW
People
(Reporter: aryx, Unassigned)
References
Details
• Builds and some tests (e.g. reftests) use absolute file paths for tests. This can break matching if those change, cause issues with the allowed lengths when bugs get filed (255 characters limit for the bug summary) and make it hard to actually explain where the failing test is located in the source repository.
• Examples:
◦ http://10.0.2.2:8854/tests/layout/reftests/webm-video/poster-13.html
◦ /builds/worker/workspace/build/src/dom/file/nsHostObjectProtocolHandler.cpp
Comment 1•7 years ago
|
||
I think this should be fixed in the test harnesses themselves?
Component: Treeherder: Log Parsing & Classification → General
Product: Tree Management → Testing
Version: --- → unspecified
Updated•6 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•