summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/value/change_values
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-23Remove expectedFailureFreeBSD from passing TestChangeValueAPI testEd Maste
2015-09-11XFAIL some more tests related to value apiZachary Turner
2015-05-21[TestChangeValueAPI] Remove expectedFailureGcc decorator.Siva Chandra
2015-05-05Enable TestChangeValueAPI on LinuxPavel Labath
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-12Avoid a failing test case by fixing things so the compiler generates a line t...Greg Clayton
2015-03-05XFAIL tests that are known to fail occasionally on LinuxVince Harron
2014-11-17Add decorator for intermittently failing test on FreeBSDEd Maste
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-04-26skip randomly failing test to avoid buildbot noiseDaniel Malea
2013-03-19Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.Matt Kopec
2013-03-19Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton
2013-03-15Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints.Matt Kopec
2013-02-19Minor test runner improvemenstDaniel Malea
2013-02-15Linux test case cleanup:Daniel Malea
2013-01-24Marking test cases with @expectedFailureLinux as per recently opened bugsDaniel Malea
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2011-12-20Work in progress for:Johnny Chen
2011-11-15File renaming.Johnny Chen
2011-08-16Re-enable the test for ValueAsUnsigned on a register Value.Jim Ingham
2011-08-13Test case for changing ValueObjects with SBValue::SetValueFromCString.Jim Ingham