Closed
Bug 901456
Opened 9 years ago
Closed 9 years ago
Intermittent TEST-UNEXPECTED-FAIL | /tests/dom/devicestorage/test/test_lastModificationFilter.html | when the enumeration is done, we shouldn't have any files in this array
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
Tracking | Status | |
---|---|---|
firefox26 | --- | fixed |
firefox27 | --- | fixed |
firefox28 | --- | fixed |
firefox-esr24 | --- | unaffected |
b2g-v1.2 | --- | fixed |
People
(Reporter: cbook, Assigned: dhylands)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 file, 1 obsolete file)
5.03 KB,
patch
|
janv
:
review+
|
Details | Diff | Splinter Review |
Ubuntu VM 12.04 mozilla-inbound opt test mochitest-2 on 2013-08-04 21:39:59 PDT for push abc285ee0cd1 slave: tst-linux32-ec2-062 TEST-UNEXPECTED-FAIL | /tests/dom/devicestorage/test/test_lastModificationFilter.html | when the enumeration is done, we shouldn't have any files in this array
Reporter | ||
Updated•9 years ago
|
OS: Mac OS X → Linux
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 41•9 years ago
|
||
Try run: https://tbpl.mozilla.org/?tree=Try&rev=6c3596ce72c5
Assignee | ||
Comment 42•9 years ago
|
||
Attachment #8334968 -
Attachment is obsolete: true
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dhylands
Assignee | ||
Updated•9 years ago
|
Attachment #8334971 -
Flags: review?(Jan.Varga)
Comment 43•9 years ago
|
||
Ok, I'll take a look tomorrow.
Comment 44•9 years ago
|
||
Comment on attachment 8334971 [details] [diff] [review] Make sure that file timestamps change between the old and new files. v2 Review of attachment 8334971 [details] [diff] [review]: ----------------------------------------------------------------- looks good, nice cleanup! ::: dom/devicestorage/test/test_lastModificationFilter.html @@ +129,5 @@ > } > > +function waitForTimestampChange() { > + // We've added a new file. See if the timestamp differs from > + // oldFileAddedTimestamp, and if its the same wait for a bit Nit: it's ?
Attachment #8334971 -
Flags: review?(Jan.Varga) → review+
Assignee | ||
Comment 45•9 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/b421a1fcd9c0
Comment 46•9 years ago
|
||
Backed out and re-landed with the correct bug number. https://hg.mozilla.org/integration/b2g-inbound/rev/f1bd202062c9
Assignee | ||
Comment 47•9 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-5] from comment #46) > Backed out and re-landed with the correct bug number. > https://hg.mozilla.org/integration/b2g-inbound/rev/f1bd202062c9 Damn - that's twice I've done that recently. Thanks for the correction.
Comment 48•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f1bd202062c9
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Comment 49•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/153b8972b169 https://hg.mozilla.org/releases/mozilla-beta/rev/423630e6358a
status-firefox26:
--- → fixed
status-firefox27:
--- → fixed
status-firefox28:
--- → fixed
status-firefox-esr24:
--- → unaffected
Updated•9 years ago
|
status-b2g-v1.2:
--- → fixed
Updated•3 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•