summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-289-565/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-273-3/+3
* Port the python api decorator to use test categoriesPavel Labath2015-10-263-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-233-10/+16
* Update every test to import `lldb_shared`.Zachary Turner2015-10-223-21/+6
* Merge dwarf and dsym testsTamas Berghammer2015-09-303-67/+22
* Remove expectedFailureFreeBSD from passing TestChangeValueAPI testEd Maste2015-09-231-1/+0
* XFAIL some more tests related to value apiZachary Turner2015-09-112-0/+2
* Add a class ValueObjectConstResultCast.Siva Chandra2015-07-162-0/+16
* [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-303-3/+3
* 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-133-3/+3
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-103-3/+3
* 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-193-4/+4
* 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-063-0/+6
* Work in progress for:Johnny Chen2011-12-201-0/+4
* While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the ...Johnny Chen2011-11-151-0/+6
* Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a ...Johnny Chen2011-11-152-0/+12
* 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
* Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail o...Johnny Chen2011-08-112-0/+21
* Change the SBValue.linked_list_iter() to treat the value object as a homogene...Johnny Chen2011-08-111-3/+3
* The SBValue.linked_list_iter() API failed for an empty list.Johnny Chen2011-07-272-2/+24
* We can do better with the SBValue.linked_list_iter() API by supplying a defaultJohnny Chen2011-07-261-10/+26
* The test function to determine whether we have reached the end of the list wasJohnny Chen2011-07-261-17/+12
* Add a stronger assert for the test to ensure that the visited items from iter...Johnny Chen2011-07-251-0/+9
* Provide an add-on API to SBValue class by post-processing to provide a wayJohnny Chen2011-07-253-0/+146
* Add an additional formatter class RecursiveDecentFormatter which prints theJohnny Chen2011-07-222-1/+26
* Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil...Johnny Chen2011-07-222-0/+8
* Add test scenario of SBValue APIs for the 'days_of_week' global variable.Johnny Chen2011-07-211-0/+7
* Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByte...Johnny Chen2011-07-211-0/+10
* Add TestValueAPI.py to exercise the newly added/modified SBValue APIs:Johnny Chen2011-07-153-0/+122
OpenPOWER on IntegriCloud