Closed
Bug 1445804
(dt-tests-cpows)
Opened 7 years ago
Closed 7 years ago
[meta] Remove unsafe CPOWs in DevTools tests
Categories
(DevTools :: General, enhancement, P5)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jryans, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
Various tests are using unsafe CPOWs, which should be avoided where possible. This meta-bug will collect tool-specific bugs to clean these up. (I'm ignoring panels that are slated for removal.)
Bug 1445551 will soon add `uses-unsafe-cpows` annotations in test manifests where these are used. We should aim to get rid of them.
Depends on: 1445826
Reporter | ||
Updated•7 years ago
|
Blocks: dt-polish-debt
Comment 1•7 years ago
|
||
Shouldn't there be a bug about cpows in the debugger?
https://searchfox.org/mozilla-central/search?q=uses-unsafe-cpow&path=debugger
There are also 3 server tests.
https://searchfox.org/mozilla-central/search?q=uses-unsafe-cpow&path=server
Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Oriol Brufau [:Oriol] from comment #1)
> Shouldn't there be a bug about cpows in the debugger?
> https://searchfox.org/mozilla-central/search?q=uses-unsafe-cpow&path=debugger
This is old debugger UI which is disabled by default and slated for removal in bug 1314057. It doesn't seem worth the effort of repairing these tests.
> There are also 3 server tests.
> https://searchfox.org/mozilla-central/search?q=uses-unsafe-cpow&path=server
Yes, these look like they should be fixed. Want to file a bug for it?
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 3•7 years ago
|
||
I think this bug can be closed, am I right?
Flags: needinfo?(jdescottes)
Flags: needinfo?(apoirot)
Comment 4•7 years ago
|
||
Yes should be ok now that we removed the old debugger tests.
Flags: needinfo?(jdescottes)
Comment 5•7 years ago
|
||
uses-unsafe-cpow flag, used in test ini file has been removed in bug 1495885.
While tests still using CPOWs have been refactored in bug 1492482.
So yes, this has even been fixed before old debugger removal.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(apoirot)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•