summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/load_unload/TestLoadUnload.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-315/+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-2/+4
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-5/+5
* Last set of XFAILs for Windows.Zachary Turner2015-09-161-0/+1
* Fix a bunch of portability issues in test executables.Zachary Turner2015-08-251-1/+5
* Xfail test_dyld_library_path for Android.Chaoren Lin2015-07-221-0/+1
* Improve XFAIL for test_lldb_process_load_and_unload_commandsTamas Berghammer2015-07-161-1/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-3/+3
* [TestLoadUnload] Enable for Android while skipping it for other remotes.Siva Chandra2015-06-171-37/+79
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-3/+3
* Fix a few more test suite errors where a cleanup lambda was calling self.runC...Greg Clayton2015-04-021-2/+2
* Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton2015-04-021-5/+5
* Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack2015-04-011-5/+5
* Fix the remaining two test failures caused by re-ordering of teardown.Zachary Turner2015-03-261-4/+0
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* This test is failing because expressions involving dlopen() currently do not ...Enrico Granata2013-10-311-0/+1
* Rename shared libraries for TestLoadUnload.py due to potential shared library...Matt Kopec2013-09-171-7/+7
* Add test suite support for TestLoadUnload.py for Linux.Matt Kopec2013-09-161-14/+24
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+5
* tests: Mark expected FreeBSD failures due to pr14424Ed Maste2013-07-301-0/+5
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-5/+5
* Mark a few more tests as "basic_process".Jim Ingham2013-02-261-0/+3
* Fix for TestSharedLib.py (on Linux)Daniel Malea2012-11-261-6/+4
* Update test status on LinuxDaniel Malea2012-11-231-1/+5
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-13/+6
* Make the test case more robust in terms of remote testsuite execution.Johnny Chen2012-04-241-6/+4
* Make sure the "synchronous breakpoint callbacks" get called before the thread...Jim Ingham2012-04-201-0/+27
* Add expected failure decorators for test cases which are failing for i386 arc...Johnny Chen2012-04-191-2/+2
* rdar://problem/10501020Johnny Chen2011-11-301-1/+1
* rdar://problem/9211445Johnny Chen2011-11-301-4/+24
* Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton2011-11-081-3/+3
* Conditionize the 'print "Set environment ..."' stmt.Johnny Chen2011-08-031-1/+2
* Add a directory to make the second copy of libd.dylib in, so we don't haveJim Ingham2011-08-031-46/+37
* Unquote the env_cmd_string variable.Johnny Chen2011-08-031-3/+3
* Don't set DYLD_LIBRARY_PATH in the Python environment (which will get passed ...Jim Ingham2011-08-031-2/+2
* Move top level test dirs inlined_breakpoints, load_unload, and embedded_inter...Johnny Chen2011-06-271-0/+218
OpenPOWER on IntegriCloud