summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/main.m
Commit message (Collapse)AuthorAgeFilesLines
* TestMTCSimple.py: allow the test to run on Darwin embedded platformsFrederic Riss2019-10-091-1/+7
| | | | | | | The test needed some updates to run using a different UI toolkit and with a different libMTC, but it should run fine on a device. llvm-svn: 374262
* [lldb] Add a testcase for MainThreadCheckerRuntime pluginKuba Mracek2017-07-051-0/+15
This adds a simple testcase for MainThreadCheckerRuntime. The tool (Main Thread Checker) is only available on Darwin, so the test also detects the presence of libMainThreadChecker.dylib and is skipped if the tool is not available. llvm-svn: 307170
OpenPOWER on IntegriCloud