Closed
Bug 1313540
Opened 8 years ago
Closed 8 years ago
Intermittent netwerk/test/unit/test_backgroundfilesaver.js | test_normal - [test_normal : 276] false == true
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: bulk-close-intermittents, intermittent-failure, Whiteboard: [necko-backlog])
Comment 1•8 years ago
|
||
Paolo, can you have a look at this failure?
Flags: needinfo?(paolo.mozmail)
Whiteboard: [necko-backlog]
Comment 2•8 years ago
|
||
I'm not sure if I'm using OrangeFactor correctly, but this failed, like... two times?
This is the check that fails, it's inside a pretty straightforward test that doesn't do much:
do_check_true(destFile.equals(aTarget));
The destFile variable is an nsIFile pointing to a file in the temporary directory, from code inspection I don't think aTarget can ever be null, and we never rename the target in this test.
If I'm correct, until now this only failed on Windows XP, and the only thing that comes to my mind is that maybe for some reason GetShortPathNameW from the nsLocalFileWin implementation gave inconsistent results.
Flags: needinfo?(paolo.mozmail)
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•