From f85b008de82f501491bd159a61875df63ddb1e8d Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Tue, 15 Dec 2015 22:20:19 +0000 Subject: Enable the 'type X list' formatters commands to list formatters in language categories llvm-svn: 255687 --- .../data-formatter-categories/TestDataFormatterCategories.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py index daf14babb00..db426cac6e5 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py @@ -320,7 +320,10 @@ class CategoriesDataFormatterTestCase(TestBase): # Now delete all categories self.runCmd("type category delete CircleCategory RectangleStarCategory BaseCategory RectangleCategory") - # last of all, check that a deleted category with filter does not blow us up + # check that a deleted category with filter does not blow us up self.expect('frame variable r2', substrs = ['w = 9', 'h = 16']) + + # and also validate that one can print formatters for a language + self.expect('type summary list -l c++', substrs=['vector', 'map', 'list', 'string']) -- cgit v1.2.3