Open
Bug 1336730
Opened 9 years ago
Updated 3 years ago
Rewrite test_PrivateTemp.js
Categories
(Toolkit :: Downloads API, defect, P5)
Toolkit
Downloads API
Tracking
()
NEW
People
(Reporter: sparky, Unassigned)
References
Details
Attachments
(1 file)
|
350.74 KB,
text/x-log
|
Details |
test_PrivateTemp.js fails when code coverage is being collected with the devtools js debugger coverage collector through the xpcshell test suite on the linux64-jsdcov build.
Error:
TEST-UNEXPECTED-FAIL | toolkit/components/jsdownloads/test/unit/test_PrivateTemp.js | xpcshell return code: 0
TEST-UNEXPECTED-FAIL | toolkit/components/jsdownloads/test/unit/test_PrivateTemp.js | test_private_temp - [test_private_temp : 23] 511 == 448
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•9 years ago
|
Component: Security → Downloads API
Product: Core → Toolkit
Updated•9 years ago
|
Priority: -- → P5
Comment 1•8 years ago
|
||
The approach in bug 377630 works but isn't necessarily the best, anyways test_PrivateTemp.js isn't testing what it is supposed to, because the objects in this test suite are mocked. Ideally we should unify all code paths as bug 929391 suggests, but it's not that easy as it requires making the operation asynchronous.
I'm disabling the test in bug 1411979 and using this bug to track re-writing.
Updated•8 years ago
|
Summary: test_PrivateTemp.js fails when collecting code coverage on linux64-jsdcov. → Rewrite test_PrivateTemp.js
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•