index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
test
/
python_api
/
value
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
9
-565
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
3
-3
/
+3
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
3
-3
/
+3
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
3
-10
/
+16
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
3
-21
/
+6
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
3
-67
/
+22
*
Remove expectedFailureFreeBSD from passing TestChangeValueAPI test
Ed Maste
2015-09-23
1
-1
/
+0
*
XFAIL some more tests related to value api
Zachary Turner
2015-09-11
2
-0
/
+2
*
Add a class ValueObjectConstResultCast.
Siva Chandra
2015-07-16
2
-0
/
+16
*
[TestChangeValueAPI] Remove expectedFailureGcc decorator.
Siva Chandra
2015-05-21
1
-1
/
+0
*
Enable TestChangeValueAPI on Linux
Pavel Labath
2015-05-05
1
-2
/
+1
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
3
-3
/
+3
*
Avoid a failing test case by fixing things so the compiler generates a line t...
Greg Clayton
2015-03-12
1
-2
/
+1
*
XFAIL tests that are known to fail occasionally on Linux
Vince Harron
2015-03-05
1
-0
/
+1
*
Add decorator for intermittently failing test on FreeBSD
Ed Maste
2014-11-17
1
-0
/
+1
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
3
-3
/
+3
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
3
-3
/
+3
*
Clean up linux test decorators and add links to known bugs
Daniel Malea
2013-05-15
1
-1
/
+1
*
skip randomly failing test to avoid buildbot noise
Daniel Malea
2013-04-26
1
-1
/
+1
*
Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.
Matt Kopec
2013-03-19
1
-0
/
+1
*
Fixed incorrect python that was trying to validate that we got a valid lldb.S...
Greg Clayton
2013-03-19
3
-4
/
+4
*
Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints.
Matt Kopec
2013-03-15
2
-3
/
+16
*
Minor test runner improvemenst
Daniel Malea
2013-02-19
1
-0
/
+1
*
Linux test case cleanup:
Daniel Malea
2013-02-15
1
-1
/
+0
*
Marking test cases with @expectedFailureLinux as per recently opened bugs
Daniel Malea
2013-01-24
1
-0
/
+1
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
3
-0
/
+6
*
Work in progress for:
Johnny Chen
2011-12-20
1
-0
/
+4
*
While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the ...
Johnny Chen
2011-11-15
1
-0
/
+6
*
Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a ...
Johnny Chen
2011-11-15
2
-0
/
+12
*
File renaming.
Johnny Chen
2011-11-15
1
-0
/
+0
*
Re-enable the test for ValueAsUnsigned on a register Value.
Jim Ingham
2011-08-16
1
-5
/
+3
*
Test case for changing ValueObjects with SBValue::SetValueFromCString.
Jim Ingham
2011-08-13
3
-0
/
+181
*
Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail o...
Johnny Chen
2011-08-11
2
-0
/
+21
*
Change the SBValue.linked_list_iter() to treat the value object as a homogene...
Johnny Chen
2011-08-11
1
-3
/
+3
*
The SBValue.linked_list_iter() API failed for an empty list.
Johnny Chen
2011-07-27
2
-2
/
+24
*
We can do better with the SBValue.linked_list_iter() API by supplying a default
Johnny Chen
2011-07-26
1
-10
/
+26
*
The test function to determine whether we have reached the end of the list was
Johnny Chen
2011-07-26
1
-17
/
+12
*
Add a stronger assert for the test to ensure that the visited items from iter...
Johnny Chen
2011-07-25
1
-0
/
+9
*
Provide an add-on API to SBValue class by post-processing to provide a way
Johnny Chen
2011-07-25
3
-0
/
+146
*
Add an additional formatter class RecursiveDecentFormatter which prints the
Johnny Chen
2011-07-22
2
-1
/
+26
*
Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil...
Johnny Chen
2011-07-22
2
-0
/
+8
*
Add test scenario of SBValue APIs for the 'days_of_week' global variable.
Johnny Chen
2011-07-21
1
-0
/
+7
*
Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByte...
Johnny Chen
2011-07-21
1
-0
/
+10
*
Add TestValueAPI.py to exercise the newly added/modified SBValue APIs:
Johnny Chen
2011-07-15
3
-0
/
+122