summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/change_values
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-283-181/+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-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-23/+8
* Remove expectedFailureFreeBSD from passing TestChangeValueAPI testEd Maste2015-09-231-1/+0
* XFAIL some more tests related to value apiZachary Turner2015-09-111-0/+1
* [TestChangeValueAPI] Remove expectedFailureGcc decorator.Siva Chandra2015-05-211-1/+0
* Enable TestChangeValueAPI on LinuxPavel Labath2015-05-051-2/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Avoid a failing test case by fixing things so the compiler generates a line t...Greg Clayton2015-03-121-2/+1
* XFAIL tests that are known to fail occasionally on LinuxVince Harron2015-03-051-0/+1
* Add decorator for intermittently failing test on FreeBSDEd Maste2014-11-171-0/+1
* 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
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* skip randomly failing test to avoid buildbot noiseDaniel Malea2013-04-261-1/+1
* Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.Matt Kopec2013-03-191-0/+1
* Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton2013-03-191-2/+2
* Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints.Matt Kopec2013-03-152-3/+16
* Minor test runner improvemenstDaniel Malea2013-02-191-0/+1
* Linux test case cleanup:Daniel Malea2013-02-151-1/+0
* Marking test cases with @expectedFailureLinux as per recently opened bugsDaniel Malea2013-01-241-0/+1
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Work in progress for:Johnny Chen2011-12-201-0/+4
* File renaming.Johnny Chen2011-11-151-0/+0
* Re-enable the test for ValueAsUnsigned on a register Value.Jim Ingham2011-08-161-5/+3
* Test case for changing ValueObjects with SBValue::SetValueFromCString.Jim Ingham2011-08-133-0/+181
OpenPOWER on IntegriCloud