summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-175/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-3/+5
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-10/+2
* XFAIL some data formatter tests on Windows.Zachary Turner2015-08-141-0/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Add decorators for tests failing to build on the lab.llvm.org FreeBSD buildbotEd Maste2014-08-061-0/+1
* Make the test runner understand Windows command shell execution.Zachary Turner2014-07-221-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* <rdar://problem/12042982>Enrico Granata2013-10-041-3/+1
* Fix makefile and re-enable test disabled due to llvm.org/pr15256Daniel Malea2013-03-041-1/+0
* Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOf...Daniel Malea2013-02-131-1/+1
* Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash)Daniel Malea2013-01-241-0/+1
* <rdar://problem/12798131> Greg Clayton2012-12-041-12/+12
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-5/+5
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+2
* Uniquefy the various data-formatter test class names so that:Johnny Chen2011-08-231-1/+1
* Short option for --summary-string in 'type summary add' is now -s. This might...Enrico Granata2011-08-231-7/+7
* First round of code cleanups:Enrico Granata2011-08-171-1/+1
* Skip the remaining -Y? (skipping ? layers of summaries) tests if using a know...Johnny Chen2011-07-201-0/+16
* Fixed a bug where deleting a regex summary would not immediately reflect in t...Enrico Granata2011-07-191-1/+1
* Some descriptive text for the Python script feature:Enrico Granata2011-07-161-0/+169
OpenPOWER on IntegriCloud