Closed Bug 910430 Opened 11 years ago Closed 11 years ago

Two clock tests failing on TBPL

Categories

(Firefox OS Graveyard :: Gaia, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jgriffin, Unassigned)

References

Details

A bunch of clock tests were recently enabled on TBPL but two of these are failing and will be disabled again:

TEST-UNEXPECTED-FAIL | test_clock_create_new_alarm.py TestClockCreateNewAlarm.test_clock_set_alarm_label | AssertionError: 5 != 1
raise TimeoutException('Element %s present but not displayed before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_clock_switch_clock_type.py TestClockSwitchClockType.test_clock_show_time_date | TimeoutException: Element digital-clock present but not displayed before timeout
raise TimeoutException('Element %s present but not displayed before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_clock_switch_clock_type.py TestClockSwitchClockType.test_clock_switch_clock_type | TimeoutException: Element digital-clock present but not displayed before timeout

full log: https://tbpl.mozilla.org/php/getParsedLog.php?id=27128816&tree=B2g-Inbound&full=1
This isn't still an issue, right?
(In reply to Stephen Donner [:stephend] from comment #2)
> This isn't still an issue, right?

Are the tests passing reliably on Jenkins with desktop builds right now? If so, then we should try re-enabling the tests that were disabled in comment 1.
As noted, this is blocked by bug 910449.
This is still going to fail because we don't restart the binary between tests on TBPL. This would be fixed by adding --restart to the command line options, or by bug 917210.
Depends on: 917210
No longer depends on: 917210
Tests have been re-enabled: https://github.com/mozilla-b2g/gaia/commit/8d1d444ee1e0d2a2d94feca0d0ba94f05b05a0f5
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.