summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-79/+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-5/+7
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-19/+6
* Refactored lldb executable name discoveryVince Harron2015-05-181-1/+1
* Update the failure reason of TestConvenienceVariables and tighten the XFAILPavel Labath2015-05-181-1/+1
* Revert "Enable TestConvenienceVariables on Linux"Pavel Labath2015-05-051-0/+1
* Enable TestConvenienceVariables on LinuxPavel Labath2015-05-051-1/+0
* Fix the ConvenienceVariablesCase tests after r234993Ilia K2015-04-151-4/+1
* TestConvenienceVariables - fixed a Linux problemVince Harron2015-04-151-1/+5
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Fix ConvenienceVariablesCase.test_with_dsym_and_run_command test after r227285Ilia K2015-02-061-2/+2
* XFAIL pexpect tests on Windows.Zachary Turner2015-01-201-0/+1
* Add some tests to be skipped when run remotely and also fixed a test to be mo...Greg Clayton2014-09-181-0/+2
* Fixes a number of issue related to test portability on Windows.Zachary Turner2014-07-181-1/+1
* Flipped intermittent test failures from skip to XFAIL.Todd Fiala2014-07-101-1/+1
* Skip tests that are intermittent on Linux, fix gdb-remote port-grabbing code.Todd Fiala2014-07-091-0/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Fix race condition in TestConvenienceVariables.pyDaniel Malea2013-09-301-0/+1
* Enable tests affected by llvm.org/pr14637Daniel Malea2013-09-251-1/+0
* test: Update FreeBSD failure decoratorsEd Maste2013-09-131-0/+1
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Revert r181833: lldb prompt issue still occurs on buildbot (http://lab.llvm.o...Daniel Malea2013-05-151-0/+1
* Remove XFAIL from tests affected by llvm.org/pr-14637Daniel Malea2013-05-141-1/+0
* Skip another two test cases on Linux that are affected by llvm.org/pr14637Daniel Malea2013-02-211-0/+1
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+2
* If we spawn an lldb process for test (via pexpect), do not load the init file...Johnny Chen2011-10-071-1/+1
* Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' ex...Johnny Chen2011-08-261-1/+1
* Move top level test dirs inlined_breakpoints, load_unload, and embedded_inter...Johnny Chen2011-06-271-0/+87
OpenPOWER on IntegriCloud