Closed
Bug 464858
Opened 13 years ago
Closed 13 years ago
intermittent / recurring fail of test_db_update_v1.js
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9.1b2
People
(Reporter: beltzner, Assigned: Dolske)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
3.64 KB,
patch
|
Details | Diff | Splinter Review |
this test succeds: http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1226634781.1226638852.4731.gz fails: http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1226633191.1226636707.31412.gz with same revid: http://hg.mozilla.org/mozilla-central/index.cgi/rev/6fee12207f39
Updated•13 years ago
|
Component: Release Engineering → Form Manager
Product: mozilla.org → Toolkit
QA Contact: release → form.manager
Version: other → Trunk
Assignee | ||
Comment 1•13 years ago
|
||
This fixes the problem. The check that was failing was the test that's looking for an updated timestamp when a form field name+value is added again. It was only failing on Windows due to PR_Now() being granular there.
Assignee: nobody → dolske
Assignee | ||
Comment 2•13 years ago
|
||
Pushed: http://hg.mozilla.org/mozilla-central/rev/66dfc926db67
Blocks: 463154
Status: NEW → RESOLVED
Closed: 13 years ago
OS: Mac OS X → Windows XP
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: --- → mozilla1.9.1b2
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•12 years ago
|
Whiteboard: [orange]
Updated•8 years ago
|
Keywords: intermittent-failure
Updated•8 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•