Closed
Bug 1867274
Opened 2 years ago
Closed 2 years ago
Move shared resources of `fetchpriority` tests to <resources> folder
Categories
(Core :: Networking, enhancement, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
Avoids redundancy.
The references to the resources were renamed via bash:
git grep dummy /home/mirko/work/code/gecko/testing/web-platform/mozilla/tests/fetch/fetchpriority/support/ | grep -v "data.js" | cut -d: -f1 | sort - | uniq - | xargs sed -i -e "s/dummy\./..\/resources\/dummy./
Pushed by mbrodesser@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/e151908c5768
move shared resources of `fetchpriority` tests to <resources> folder. r=necko-reviewers,valentin
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•