New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 672379 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jan 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

fix up same-object tests

Project Member Reported by dougt@chromium.org, Dec 8 2016

Issue description

The same object tests in tree aren't doing what they should be doing.

Instead of testing multiple versions of getCharacteristic and getCharacteristics, they simply call the same method twice.

For example:
https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/gen-get-same-object.html?q=same-object&sq=package:chromium&l=15
 

Comment 1 by dougt@chromium.org, Jan 29 2017

Cc: ortuno@chromium.org
I am not sure what the intent of this tests is at this point. Currently this calls getC twice.  Is that what you wanted to do ortuno?  I thought we might want to call the different forms of getC.  wdyt?  Will we fix this in the migration to web platform tests?

Comment 2 by ortuno@chromium.org, Jan 30 2017

Status: WontFix (was: Available)
They are working as intended. They basically test that objects are being correctly added and retrieved from the AttributeInstanceMap.

Sign in to add a comment