Open
Bug 489285
Opened 16 years ago
Updated 2 years ago
WinFileAttributes tests - TEST-UNEXPECTED-FAIL | Test Win Attribs: GetFileAttributesWin attributed did not match. (2)
Categories
(Core :: XPCOM, defect)
Tracking
()
NEW
People
(Reporter: robert.strong.bugs, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: [test disabled])
WINNT 5.2 mozilla-central unit test on 2009/04/20 19:16:26
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1240280186.1240290367.24720.gz&fulltext=1
Running WinFileAttributes tests...
Is XP or greater, running tests...
<a name='err0'></a><a href='#err1'>NEXT ERROR</a> <font color='000080'>TEST-UNEXPECTED-FAIL | Test Win Attribs: GetFileAttributesWin attributed did not match. (2)
</font>Finished running WinFileAttributes tests.
make[3]: Leaving directory `/e/builds/moz2_slave/mozilla-central-win32-unittest/build/objdir/xpcom/tests/windows'
<a name='err1'></a><a href='#err2'>NEXT ERROR</a> <font color='000080'>make[3]: *** [check] Error 1
</font><font color='000080'>make[2]: *** [check] Error 2
Jim, could this somehow have been caused by bug 403014?
Reporter | ||
Comment 1•16 years ago
|
||
Might have been caused by bug 487721
Reporter | ||
Comment 2•16 years ago
|
||
I missed the first occurrence
WINNT 5.2 mozilla-central unit test on 2009/04/20 18:55:20
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1240278920.1240286377.19075.gz&fulltext=1
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=a6b1b49f7d7e&tochange=36f215de9433
Comment 3•16 years ago
|
||
working on a fix, should land here in a bit.
Comment 4•16 years ago
|
||
Why would this block Bug 487721 - deliver NSS 3.12.4 RC0 to mozilla-central?
Reporter | ||
Comment 5•16 years ago
|
||
The pushlog in comment #2 which is from the first failure of this test placed blame on Bug 487721. I had the wrong range when I reported this bug and thought it might be due to your changes. I've removed the dependency at the same time as this comment.
No longer blocks: 487721
Comment 6•16 years ago
|
||
Alright, I disabled this temporarily. The test succeeds locally on Vista just fine and the bit operations on the flags look right. I'll have to do some testing on xp to figure out what's wrong on tinderbox.
Assignee: nobody → jmathies
Blocks: 403014
Comment 7•16 years ago
|
||
This is likely due to the tinderboxes using FAT32 instead of NTFS, which is why we have the downloads-inherit-securityACL test disabled as well.
Comment 8•16 years ago
|
||
Yeah, FILE_ATTRIBUTE_NOT_CONTENT_INDEXED is not supported on FAT32 volume.
Updated•16 years ago
|
Assignee: jmathies → nobody
Updated•12 years ago
|
Whiteboard: [orange] → [orange][test disabled]
Assignee | ||
Updated•12 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•12 years ago
|
Whiteboard: [orange][test disabled] → [test disabled]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•