Closed
Bug 1774267
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 34435 - Escape metadata heading contents in Chromium log formatter
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox103 fixed)
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34435 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34435
Details from upstream follow.
Jonathan Lee <jonathanjlee@google.com> wrote:
Escape metadata heading contents in Chromium log formatter
Some subtests contain a closing square bracket literal in its name (
]). Because the Chromium formatter did not escape those characters, it could write an unparseable expectation manifest. The parser interpreted the unescaped character as an end-of-heading marker.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4b7a75a8802
[wpt PR 34435] - Escape metadata heading contents in Chromium log formatter, a=testonly
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•