summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-08-14XFAIL some data formatter tests on Windows.Zachary Turner
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2012-09-22Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham
2012-08-09Now that the testcase is fixed, it is no longerSean Callanan
2012-08-09The C++ data formatter tests are flaky. MarkingSean Callanan
2012-04-06Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata
2012-03-011) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-08-23Uniquefy the various data-formatter test class names so that:Johnny Chen
2011-08-23Short option for --summary-string in 'type summary add' is now -s. This might...Enrico Granata
2011-08-19- Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata
2011-08-19More thorough fix for the spaces-in-typename issueEnrico Granata
2011-08-19Third round of code cleanups:Enrico Granata
2011-07-22when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata
2011-07-12smarter summary strings:Enrico Granata
2011-07-12named summaries:Enrico Granata
2011-07-08final fix for the global constructors issueEnrico Granata
2011-07-06new syntax for summary strings:Enrico Granata
2011-07-02test cases for the new features just committedEnrico Granata