summaryrefslogtreecommitdiffstats
path: root/lldb/test/macosx/universal/TestUniversal.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
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-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/+3
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-2/+2
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-2/+2
* Check before using platform specific attributes.Chaoren Lin2015-06-051-2/+4
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-2/+2
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-4/+4
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-8/+3
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+1
* Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTarg...Johnny Chen2011-08-131-0/+19
* Modify the skipUnless() logic to work for OSX Lion.Johnny Chen2011-08-131-1/+1
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-2/+2
* Add test scenario to verify 'eax' register is available when launching the i3...Johnny Chen2011-05-081-0/+11
* Add new radar info for failed test.Johnny Chen2011-02-081-1/+1
* Make the assertion message about 32-bit process address byte size more clear.Johnny Chen2011-02-081-2/+5
* Remove @expectedFailure decorator as the bug has been fixed.Johnny Chen2010-12-011-1/+0
* Add @expectedFailure decorator for a known bug:Johnny Chen2010-12-011-0/+2
* Make the specification of relative directory more robust.Johnny Chen2010-11-091-1/+1
* Make calling the super class's setUp() method less fragile.Johnny Chen2010-10-141-1/+2
* Avoid using hardcoded line number to break on. Use the line_number() utilityJohnny Chen2010-10-121-4/+13
* Marked test_process_launch_for_universal() test case as requiring 'darwin' an...Johnny Chen2010-09-031-0/+5
* Changed the test case class names to be noun-like instead of verb-like.Johnny Chen2010-09-011-1/+1
* Added a test case test_breakpoint_creation_by_filespec_python() which creates aJohnny Chen2010-08-271-2/+2
* Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget().Johnny Chen2010-08-261-2/+2
* Added logic to TestUniversal.py to exercise the python APIs:Johnny Chen2010-08-251-0/+16
* Removed the @unitest2.expectedFailure decorator. The i386 process launch worksJohnny Chen2010-08-241-4/+1
* Added a test for launching a universal binary. Launch of i386 architectureJohnny Chen2010-08-241-0/+52
OpenPOWER on IntegriCloud