Closed
Bug 907070
Opened 11 years ago
Closed 11 years ago
[PTS][BT][HFP] PTS verification process will be terminated after 2 test run. (TC_AG_COD_BV_02_I)
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(blocking-b2g:leo+, firefox26 unaffected, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix, b2g-v1.1hd fixed)
Tracking | Status | |
---|---|---|
firefox26 | --- | unaffected |
b2g18 | --- | fixed |
b2g18-v1.0.0 | --- | wontfix |
b2g18-v1.0.1 | --- | wontfix |
b2g-v1.1hd | --- | fixed |
People
(Reporter: hlu, Assigned: ben.tian)
References
Details
Attachments
(2 files, 1 obsolete file)
5.17 MB,
application/zip
|
Details | |
7.86 KB,
patch
|
Details | Diff | Splinter Review |
[Version Info]
Gaia: 0f1f1ab0ab31a1df8a780baa048b5e7b2854205d
B-D 2013-08-15 06:32:03
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/692d3414bb12
BuildID 20130815041201
Version 18.0
Test case : TC_SERVER_OPH_BV_18_I started
- SDP Service record: 'Client Service Record' successfully registered
- ProtocolDescriptorList: OPP Server RFCOMM channel retrieved successfully
- OBEX: OPP channel established by IUT
- OBEX: OPP connected by tester
- MTC: OPP channel connected successfully
- MTC: PTS put response indicates success when the response code should have indicated an error
- MTC: Current test status is FAIL or INCONClusive, results confirmation is being skipped.
- OBEX: Successfully sent a disconnect request
- OBEX: OPP successfully disconnected by tester
- OBEX: OBEX component exiting- MTC: Test case ended
Final Verdict : FAIL
Reporter | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Assignee: echou → btian
Assignee | ||
Comment 1•11 years ago
|
||
We had fix for this test case in bug 828837 and bug 870304. I'll check whether the fix is missed during code refactoring.
BTW, Hubert, you paste the sniffer log of wrong test case.
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #794422 -
Flags: review?(echou)
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Ben Tian [:btian] from comment #2)
> Created attachment 794422 [details] [diff] [review]
> Patch 1: v1: Ensure icon for audio service devices
This is patch for b2g18. I'm checking whether m-c requires the patch to pass the test case.
Assignee | ||
Updated•11 years ago
|
Attachment #794422 -
Attachment description: Patch 1: v1: Ensure icon for audio service devices → Patch 1: v1: (b2g18) Ensure icon for audio service devices
Comment 4•11 years ago
|
||
Comment on attachment 794422 [details] [diff] [review]
Patch 1: v1: (b2g18) Ensure icon for audio service devices
Review of attachment 794422 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with nits addressed.
::: dom/bluetooth/linux/BluetoothDBusService.cpp
@@ +210,2 @@
> {
> // Check property 'Paired' and only paired device will be returned
nit: this line shouldn't be here. Please assist with removing this or moving it to another place.
@@ +1037,5 @@
> }
> return false;
> }
>
> +void
Please make it static and move the function over functions which use it, then no extra function declaration would be needed.
@@ +1049,5 @@
> + /**
> + * Property "Icon" may be missed due to CoD of major class is TOY. But
> + * we need to assign Icon as audio-card if service class is "Audio".
> + * This is for PTS test TC_AG_COD_BV_02_I. As HFP specification
> + * defines that service class is "Audio" can be considered as HFP AG.
Actually, a device with the 'Audio' bit set in 'service class' field should be considered as HF, not AG.
Attachment #794422 -
Flags: review?(echou) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Revise patch and remove some unused functions.
Attachment #794422 -
Attachment is obsolete: true
Assignee | ||
Comment 6•11 years ago
|
||
Set leo? since the bug on v1.1 fails the BT certification test case (TC_AG_COD_BV_02_I).
blocking-b2g: --- → leo?
Assignee | ||
Comment 8•11 years ago
|
||
Please land the fix in comment 5 onto b2g18.
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Comment 9•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
Keywords: checkin-needed
Resolution: --- → FIXED
Comment 10•11 years ago
|
||
Target Milestone: --- → 1.1 QE5
Reporter | ||
Comment 11•11 years ago
|
||
This issue was verified in below vesion of Unagi, and the result is passed.
Gaia: 9fb5802df60a9081846d704def01df814ed8fbd4
B-D 2013-09-01 02:12:02
Gecko:
BuildID 20130902060051
Version 26.0a1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•