summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/formatters
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-26Port the python api decorator to use test categoriesPavel Labath
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-09-14Remove expectedFailureFreeBSD from passing test_with_dwarf_formatters_apiEd Maste
2015-08-18[ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclarationSiva Chandra
2015-07-27XFAIL test_with_dwarf_formatters_api on FreeBSDEd Maste
2015-07-24Add option eTypeOptionHideEmptyAggregates.Siva Chandra
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-06-26Add test for SBValue.GetNonSyntheticValue in presence of synth provider.Siva Chandra
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-05-30Clean renamed files on 'make clean'Filipe Cabecinhas
2012-04-24Fixing the test case so that it runs correctly on i386 as well as on x86_64Enrico Granata
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2012-03-27Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata
2012-02-17Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata
2012-02-15adding a new test case for the SB formatters APIEnrico Granata