Closed
Bug 817302
Opened 13 years ago
Closed 13 years ago
Intermittent test_contacts_basics.html | Test timed out.
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: RyanVM, Assigned: gwagner)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
2.08 KB,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=17503160&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-3 on 2012-11-30 14:30:53 PST for push 2880c2eca430
slave: tegra-101
1737 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | d - Same name
1738 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Same birthday
1739 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Same anniversary
1740 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Same sex
1741 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Same genderIdentity
1742 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Begin!
1743 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Don't allow to add custom fields
1744 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/contacts/tests/test_contacts_basics.html | Test timed out.
1745 INFO TEST-END | /tests/dom/contacts/tests/test_contacts_basics.html | finished in 310060ms
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) |
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 46•13 years ago
|
||
Maybe android is super slow here.
Lets try to reduce the workload.
Assignee: nobody → anygregor
Attachment #688543 -
Flags: review?(bent.mozilla)
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 48•13 years ago
|
||
Hm maybe a little bit too early for the review. I pushed to try and will re-run mochitest-3 multiple times.
Assignee | ||
Comment 49•13 years ago
|
||
Multiple try runs look good:
https://tbpl.mozilla.org/?tree=Try&rev=a74ededb295c
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 on attachment 688543 [details] [diff] [review]
patch
Review of attachment 688543 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/contacts/tests/test_contacts_basics.html
@@ +843,5 @@
> }
> req.onerror = onFailure;
> },
> function () {
> + ok(true, "Adding 10 contacts");
20
@@ +867,5 @@
> function () {
> ok(true, "Retrieving all contacts");
> req = mozContacts.find({});
> req.onsuccess = function () {
> + ok(req.result.length == 20, "100 Entries.");
20
@@ +901,5 @@
> filterOp: "contains",
> filterValue: properties1.name[0].substring(0, 4)};
> req = mozContacts.find(options);
> req.onsuccess = function () {
> + ok(req.result.length == 20, "100 Entries.");
20
Attachment #688543 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 63•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 66•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
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 71•12 years ago
|
||
(In reply to TinderboxPushlog Robot from comment #70)
> rs
> https://tbpl.mozilla.org/php/getParsedLog.php?id=18022101&tree=Mozilla-Beta
> Rev5 MacOSX Mountain Lion 10.8 mozilla-beta opt test mochitest-2 on
> 2012-12-17 10:19:09
> slave: talos-mtnlion-r5-077
>
> TEST-UNEXPECTED-FAIL | /tests/dom/contacts/tests/test_contacts_basics.html |
> Exited with code -20 during test run
This looks like a different issue. I filed bug 823999.
You need to log in
before you can comment on or make changes to this bug.
Description
•