summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-247/+0
* Changes for Bug 17384Ravitheja Addepally2015-10-281-4/+9
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Fix usages of range() and xrange() for Python 3.Zachary Turner2015-10-261-2/+2
* 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-1/+3
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Change expected stop reason in TestInferiorAssert for Android API <= 16Tamas Berghammer2015-10-021-1/+5
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-34/+10
* Removed XFAIL marker from passing tests, rdars 18684124, 15367233Todd Fiala2015-09-141-6/+0
* Remove expectedFailureFreeBSD from passing test_inferior_asserting_disassembleEd Maste2015-09-141-1/+0
* XFAIL TestInferiorAssert for Android API <= 16.Chaoren Lin2015-08-031-0/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-4/+4
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-4/+4
* Fix test expectation for aarch64 in several test caseTamas Berghammer2015-04-021-3/+2
* Enabled a bunch of tests on LinuxVince Harron2015-03-311-1/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-4/+4
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+1
* [TestInferiorAssert] Differentiate DWARF and DSYM tests with suffixes.Siva Chandra2015-01-101-4/+4
* XFAIL all of TestInferiorAssert.py tests on Windows.Zachary Turner2014-12-091-0/+6
* Making all @expectedFailure markers take an explicit bugnumber annotation. Th...Enrico Granata2014-10-171-6/+6
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-2/+5
* Switch to Darwin decorator for tests that XPASS on FreeBSDEd Maste2014-04-221-2/+2
* Add a comment to tests that XPASS on FreeBSDEd Maste2014-04-211-2/+2
* Fix for failure to unwind Linux stack frames with call in final position.Todd Fiala2014-02-011-0/+1
* Add decorator for failing FreeBSD testEd Maste2014-01-181-0/+1
* Fixed the assertion test case.Greg Clayton2014-01-101-2/+6
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-4/+4
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Remove annotations for pr17184 (now fixed)Ed Maste2013-11-141-1/+0
* Another instance of the same test failingEnrico Granata2013-10-311-0/+2
* Another instance of the same test failingEnrico Granata2013-10-311-0/+2
* Mark this as an expected failureEnrico Granata2013-10-311-1/+3
* Mark 32/64-bit tests as expected fail after root causing and referencing bugz...Matt Kopec2013-09-261-0/+4
* Fix an xpass on the buildbots by relaxing a test for PC location in the disas...Ashok Thirumurthi2013-09-241-2/+2
* Adds an option to resolve a symbol from an address that can be usedAshok Thirumurthi2013-09-241-3/+1
* Fix lldb regressions due to r190812 in the case where debug info is present.Ashok Thirumurthi2013-09-201-7/+2
* Disable TestInferiorAssert (due to llvm.org/pr17276)Daniel Malea2013-09-191-2/+7
* test: Update FreeBSD failure decoratorsEd Maste2013-09-131-1/+2
* test: Add @expectedFailureFreeBSD decoratorsEd Maste2013-09-101-0/+1
* Adds a test for "disassemble -a" after an assert, which can fail with ELFAshok Thirumurthi2013-07-231-0/+34
* Fix the partial backtrace when using a combination of stripped function symbolsAshok Thirumurthi2013-07-181-6/+0
* Avoided the use of two test decorators with xfail/xpass logic in the same test.Ashok Thirumurthi2013-05-171-6/+6
* Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail.Ashok Thirumurthi2013-05-171-3/+6
* Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py.Ashok Thirumurthi2013-05-171-0/+218
OpenPOWER on IntegriCloud