SurfaceReference unit tests should not create empty sets in maps. |
||||
Issue descriptionCurrently SurfaceReference unit tests create empty sets in maps from SurfaceId to SurfaceIdSet when querying whether a surface ID has parents or children. See parent_to_child_refs_ and child_to_parent_refs_ in SurfaceManager. This leads to special casing in SurfaceManager for tests which may lead to difficult to detect bugs in the future.
,
Apr 20 2017
I believe now that we don't special case surface reference code in surface synchronization, this problem has went away. I'm marking as WONT FIX.
,
Jun 13 2017
,
Feb 26 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by fsam...@chromium.org
, Apr 19 2017Labels: Type-Feature