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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
150
-8310
/
+0
*
Changes for Bug 17384
Ravitheja Addepally
2015-10-28
1
-2
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
41
-41
/
+41
*
Python3 - Change sys.maxint to sys.maxsize.
Zachary Turner
2015-10-26
3
-5
/
+5
*
Convert `long` to `int`, and portably detect all integral types.
Zachary Turner
2015-10-26
1
-2
/
+2
*
Convert deprecated unittest method names.
Zachary Turner
2015-10-26
2
-6
/
+6
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
40
-106
/
+106
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
41
-191
/
+276
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
41
-308
/
+81
*
Use six to portably handle module renames in Python 2 and 3
Zachary Turner
2015-10-21
1
-2
/
+4
*
Skip hanging watchpoint test on Windows (rather than just xfailing).
Adrian McCarthy
2015-10-16
1
-1
/
+1
*
Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Adrian McCarthy
2015-10-13
1
-0
/
+3
*
[LLDB][MIPS] Skip invalid size watchpoint testcase for MIPS
Mohit K. Bhakkad
2015-10-05
1
-0
/
+1
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
42
-1140
/
+344
*
Remove expectedFailureFreeBSD from passing TestChangeValueAPI test
Ed Maste
2015-09-23
1
-1
/
+0
*
Remove expectedFailureFreeBSD from passing test
Ed Maste
2015-09-22
1
-1
/
+0
*
Last set of XFAILs for Windows.
Zachary Turner
2015-09-16
3
-0
/
+3
*
Marked TestEvents test as flakey on Linux.
Todd Fiala
2015-09-14
1
-1
/
+1
*
Fixes lldb-server commandline test xpass for OS X and Linux; resolves llvm.or...
Todd Fiala
2015-09-14
1
-2
/
+0
*
Remove expectedFailureFreeBSD from passing test_with_dwarf_formatters_api
Ed Maste
2015-09-14
1
-1
/
+0
*
XFAIL miscellaneous tests on windows.
Zachary Turner
2015-09-11
6
-0
/
+6
*
XFAIL some more tests related to value api
Zachary Turner
2015-09-11
3
-0
/
+3
*
Exception registers aren't supported outside of Darwin
Ed Maste
2015-09-08
1
-1
/
+0
*
XFAIL more watchpoint tests on Windows.
Zachary Turner
2015-09-02
1
-0
/
+1
*
XFAIL TestHelloWorld on Windows.
Zachary Turner
2015-09-01
1
-0
/
+2
*
Skip test which is causing ERRORs in dotest.py after r237053
Dawn Perchik
2015-08-26
1
-0
/
+1
*
[ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclaration
Siva Chandra
2015-08-18
1
-0
/
+1
*
Remove Unicode byte-order mark from python files.
Zachary Turner
2015-08-13
5
-5
/
+5
*
XFAIL Watchpoint tests on Windows.
Zachary Turner
2015-08-13
5
-5
/
+10
*
XFAIL test_with_dwarf_formatters_api on FreeBSD
Ed Maste
2015-07-27
1
-0
/
+1
*
Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
2015-07-24
3
-2
/
+53
*
XFAIL watchpoint tests on Android arm/aarch64
Tamas Berghammer
2015-07-22
6
-0
/
+7
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-1
/
+1
*
Add a class ValueObjectConstResultCast.
Siva Chandra
2015-07-16
2
-0
/
+16
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
5
-6
/
+6
*
[Python] Allow PyLong values in integer lists (when converting to C lists)
Siva Chandra
2015-07-01
1
-18
/
+44
*
Add test for SBValue.GetNonSyntheticValue in presence of synth provider.
Siva Chandra
2015-06-26
4
-25
/
+80
*
Added expectedFlakey test decorator
Vince Harron
2015-06-26
1
-1
/
+1
*
Update TestPrintStackTraces XFAIL once more
Pavel Labath
2015-06-25
1
-1
/
+1
*
Fix TestThreadAPI on Linux
Tamas Berghammer
2015-06-25
1
-6
/
+4
*
Make XFAIL on TestPrintStackTraces more specific
Pavel Labath
2015-06-25
1
-4
/
+1
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-2
/
+2
*
Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.
Chaoren Lin
2015-06-06
1
-1
/
+1
*
Un-enable TestEvents test on linux
Pavel Labath
2015-06-02
1
-0
/
+2
*
Enable TestEvents test on linux
Pavel Labath
2015-06-02
1
-1
/
+0
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
5
-6
/
+6
*
[TestChangeValueAPI] Remove expectedFailureGcc decorator.
Siva Chandra
2015-05-21
1
-1
/
+0
*
Add bug number for TestEvents
Tamas Berghammer
2015-05-21
1
-1
/
+1
*
XFAIL TestEvents on Linux bacuse it is flaky
Tamas Berghammer
2015-05-21
1
-0
/
+1
*
Added minor comment
Vince Harron
2015-05-12
1
-0
/
+1
[next]