Closed
Bug 1015097
Opened 11 years ago
Closed 11 years ago
Rewrite test_outgoing_emergency_in_airplane_mode.js
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S3 (6june)
People
(Reporter: aknow, Assigned: aknow)
Details
(Whiteboard: [p=1])
Attachments
(1 file, 1 obsolete file)
4.50 KB,
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
I got some problem when running this test case. For example, I tried to run this case repeatedly for about 10 times on local machine. Usually, 2 ~ 4 of them are failed......
So, I would like to rewrite it by promise and utility in head.js. From my experimental results, it works well on local machine.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8427647 -
Flags: review?(htsai)
Comment 2•11 years ago
|
||
Comment on attachment 8427647 [details] [diff] [review]
Rewrite test_outgoing_emergency_in_airplane_mode.js
Review of attachment 8427647 [details] [diff] [review]:
-----------------------------------------------------------------
Sweet!
Attachment #8427647 -
Flags: review?(htsai) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8427647 -
Attachment is obsolete: true
Attachment #8428482 -
Flags: review+
Assignee | ||
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=1]
Target Milestone: --- → 2.0 S3 (6june)
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 7•11 years ago
|
||
Is there any reason this wouldn't work on v1.4 as well? We can uplift it a=test-only if so :)
Flags: needinfo?(szchen)
Assignee | ||
Comment 8•11 years ago
|
||
We have to modify another file as well, so the patch could work on v1.4.
However, from the latest results, https://bugzilla.mozilla.org/show_bug.cgi?id=909485#c98 , it seems that the issue still happens. So there might be no benefit to uplift the patch.
Sad... I'll keep working on it and try to find the root cause.
Flags: needinfo?(szchen)
You need to log in
before you can comment on or make changes to this bug.
Description
•