summaryrefslogtreecommitdiffstats
path: root/lldb/test/logging/TestLogging.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-107/+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-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-12/+8
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Support for truncate/append on log filesPavel Labath2015-03-201-1/+52
* I changed the logging test to just test that logging doesn't crash and does p...Jim Ingham2014-03-191-47/+2
* These logging tests depend on the exact output of lldb logging, which is brittleJim Ingham2014-03-191-0/+2
* Adjust logging test case after r201372Ed Maste2014-02-141-1/+0
* Fixed the TestLogging test.Greg Clayton2014-02-121-1/+8
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t).Michael Sartain2013-08-011-1/+4
* Remove no-op code (since r175842)Dmitri Gribenko2013-02-231-3/+0
* Ignore the check for com.apple.main-thread - it is not critical for the test ...Enrico Granata2013-02-221-2/+1
* <rdar://problem/12953853>Greg Clayton2013-01-081-2/+2
* Linux test case fixesDaniel Malea2012-11-211-18/+22
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Modify the loggings output oracle to fix test suite failure, after the recent...Johnny Chen2011-08-251-3/+3
* Hopefully fix the last fallout of 'commands' to 'command' change.Johnny Chen2011-04-211-4/+4
* Add the ability for the test suite to specify a list of compilers and a list ...Johnny Chen2011-03-041-1/+3
* Use different log files for the two test cases in order not to confuse the lo...Johnny Chen2011-01-291-4/+5
* Add a test case to check logging of command processing.Caroline Tice2011-01-291-0/+93
OpenPOWER on IntegriCloud