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
/
packages
/
Python
/
lldbsuite
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor ResultsFormatter creation into result_formatter.
Todd Fiala
2015-12-08
2
-73
/
+133
*
Add NetBSD in platform specific logging of the specified category in Register...
Kamil Rytarowski
2015-12-07
1
-0
/
+3
*
Add initial NetBSD support in lldbsuite/test/lldbtest.py
Kamil Rytarowski
2015-12-07
1
-5
/
+21
*
Return gmake as the default name for GNU make on NetBSD
Kamil Rytarowski
2015-12-07
1
-1
/
+1
*
Rename test_results.py to result_formatter.py.
Zachary Turner
2015-12-07
5
-19
/
+20
*
getwd(3) with NULL pointer extension is supported on NetBSD
Kamil Rytarowski
2015-12-07
1
-2
/
+2
*
Allow variable names to be quoted with -var-list-children
Chuck Ries
2015-12-07
1
-0
/
+3
*
Recommit "Fix race during process interruption"
Pavel Labath
2015-12-07
2
-3
/
+5
*
Make TestThreadStates more stable
Pavel Labath
2015-12-07
1
-25
/
+11
*
Added lldbsuite.lldb_test_root, switched formatter to use it.
Todd Fiala
2015-12-07
1
-5
/
+2
*
[LLDB][MIPS] Marking some expected failures
Mohit K. Bhakkad
2015-12-07
2
-11
/
+17
*
Moved total test count and rerun count into summary counts.
Todd Fiala
2015-12-07
1
-8
/
+22
*
Move test summary counts to end; simplify issue detail line
Todd Fiala
2015-12-07
1
-6
/
+16
*
Define new builder_netbsd
Kamil Rytarowski
2015-12-05
2
-0
/
+6
*
[LLDB][MIPS] Fix TestConstVariables.py
Sagar Thakur
2015-12-05
1
-0
/
+1
*
Make TestThreadSpecificBreakpoint.py more focused.
Zachary Turner
2015-12-04
5
-53
/
+143
*
Add a similar benchmark for our std::map performance
Enrico Granata
2015-12-04
3
-0
/
+75
*
Fix an issue where all tests marked with skip_if_callable would be skipped re...
Enrico Granata
2015-12-04
1
-4
/
+5
*
Add a benchmark that validates how much time LLDB spends trying to fully prin...
Enrico Granata
2015-12-04
3
-0
/
+75
*
Marked TestModulesInlineFunctions.py XFAIL
Todd Fiala
2015-12-04
1
-0
/
+1
*
Fix test error in TestObjCCheckers.py
Todd Fiala
2015-12-04
1
-1
/
+1
*
[LLDB][MIPS] Fix gdbremote_testcase.py
Mohit K. Bhakkad
2015-12-04
1
-3
/
+9
*
[LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPS
Jaydeep Patil
2015-12-04
1
-0
/
+1
*
Un XFAIL some tests that are now passing on Windows.
Zachary Turner
2015-12-03
2
-2
/
+0
*
Fix TestLoadUnload for Windows -> POSIX remote debugging
Tamas Berghammer
2015-12-03
1
-1
/
+2
*
Fix test result serialization to use bytes.
Zachary Turner
2015-12-02
2
-16
/
+21
*
Candidate fixes for python2/3 compatible string handling in pickling support.
Todd Fiala
2015-12-02
2
-4
/
+4
*
Make --results-file stdout implied if unspecified when using a results format...
Todd Fiala
2015-12-02
1
-3
/
+13
*
Adds candidate formatter for replacing legacy summary results.
Todd Fiala
2015-12-02
4
-88
/
+432
*
XFAIL TestReturnValue for linux i386 clang 3.5-3.6
Tamas Berghammer
2015-12-02
1
-0
/
+1
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
1
-11
/
+13
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
1
-2
/
+2
*
PTRACE ABI to read FXSAVE area for 32-bit inferior
Abhishek Aggarwal
2015-12-02
1
-1
/
+1
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
1
-2
/
+2
*
Revert "Fix race during process interruption"
Pavel Labath
2015-12-01
2
-5
/
+3
*
Fix race during process interruption
Pavel Labath
2015-12-01
2
-3
/
+5
*
[LLDB][MIPS] Change ARCHFLAG for MIPS
Jaydeep Patil
2015-12-01
1
-0
/
+3
*
Re-add an xfail removed by r254163
Tamas Berghammer
2015-11-27
1
-0
/
+1
*
Fix TestRegisters.py on arm
Tamas Berghammer
2015-11-26
1
-1
/
+1
*
Remove some xfail-s fixed by r253026
Tamas Berghammer
2015-11-26
2
-5
/
+0
*
Make some of the tests in TestRegisters.py arm compatible
Tamas Berghammer
2015-11-26
2
-117
/
+101
*
Enable TestMiBreak on Linux
Pavel Labath
2015-11-25
1
-1
/
+0
*
Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on ...
Ed Maste
2015-11-24
2
-0
/
+2
*
Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbot
Ed Maste
2015-11-24
1
-0
/
+1
*
Remove expectedFailureFreeBSD decorator from now-passing tests
Ed Maste
2015-11-24
3
-3
/
+0
*
Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarf
Ed Maste
2015-11-24
1
-1
/
+0
*
Add expectedFailureFreeBSD decorators for new Python fd leak
Ed Maste
2015-11-24
1
-0
/
+3
*
Disable forcing -marm (A32 instruction set) while running testsuite on arm ta...
Omair Javaid
2015-11-24
1
-0
/
+4
*
Enable saving of mini dumps with lldb process save-core.
Adrian McCarthy
2015-11-20
3
-0
/
+85
*
Revert "Make skipIf support the not_in function (second attempt)."
Siva Chandra
2015-11-20
1
-15
/
+11
[prev]
[next]