Bug 187783 - lldb summarizer matching is incorrect for HashMap<String, Vector<LayerPropertyAnimation>>
Summary: lldb summarizer matching is incorrect for HashMap<String, Vector<LayerPropert...
Status: RESOLVED DUPLICATE of bug 187883
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-18 14:47 PDT by Simon Fraser (smfr)
Modified: 2018-07-21 21:57 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2018-07-18 14:47:48 PDT
We seem to try to use the Vector<> summary for a HashMap<String, Vector<LayerPropertyAnimation>>. We need to fix the regular expressions used to pick summary types.
Comment 1 Simon Fraser (smfr) 2018-07-18 14:48:06 PDT
This actually makes it hard to debug things.
Comment 2 Simon Fraser (smfr) 2018-07-21 21:57:44 PDT

*** This bug has been marked as a duplicate of bug 187883 ***