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
...
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
3
-0
/
+35
*
XFail TestIRInterpreter on Windows
Adrian McCarthy
2016-04-27
1
-0
/
+1
*
Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.
Sean Callanan
2016-04-27
3
-0
/
+84
*
Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...
Kuba Brecka
2016-04-27
5
-0
/
+22
*
Remove flaky decorator from three tests on linux
Pavel Labath
2016-04-27
3
-3
/
+0
*
Fix TestRegisterVariables.py on Windows
Adrian McCarthy
2016-04-26
1
-3
/
+3
*
Bump up timeout in TestCallWithTimeout
Pavel Labath
2016-04-26
1
-2
/
+2
*
Fix TestGetVariables.py.
Chaoren Lin
2016-04-25
2
-2
/
+3
*
Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...
Greg Clayton
2016-04-25
3
-0
/
+223
*
Store absolute path for lldb executable in dotest.py
Francis Ricci
2016-04-25
1
-1
/
+1
*
Add missing qRegisterInfo option to gdbremote testcase
Francis Ricci
2016-04-25
1
-0
/
+1
*
skip TestBitfields.py on OS X
Todd Fiala
2016-04-25
1
-0
/
+1
*
Skip TestBitfileds on linux
Pavel Labath
2016-04-25
1
-0
/
+1
*
Remove flaky decorator from two tests on linux
Pavel Labath
2016-04-25
2
-4
/
+0
*
Add a --element-count option to the expression command
Enrico Granata
2016-04-25
6
-0
/
+203
*
DWARF layout for bitfields is wrong when the bit offset is negative.
Greg Clayton
2016-04-22
2
-0
/
+22
*
Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.
Kuba Brecka
2016-04-22
3
-0
/
+131
*
Removed extraneous print() in decorator for enabling module debugging
Kate Stone
2016-04-20
1
-1
/
+0
*
Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...
Enrico Granata
2016-04-20
3
-0
/
+64
*
test infra: move test event-related handling into its own package
Todd Fiala
2016-04-20
9
-2349
/
+21
*
Fix xfail for test_tilde_home_directory on windows
Tamas Berghammer
2016-04-20
1
-1
/
+1
*
llvm::sys::path::home_directory() relies on having "HOME" set in the environm...
Greg Clayton
2016-04-19
1
-0
/
+60
*
Eliminate circular dependency introduced between lldbtest.py and decorators.py
Kate Stone
2016-04-19
1
-3
/
+2
*
Adds a test to detect when clang omits specialized generic types from debug i...
Kate Stone
2016-04-19
6
-0
/
+118
*
Fix typo in TestSourceManager.py
Pavel Labath
2016-04-19
1
-1
/
+1
*
test infra cleanup: convert test_runner lib into package
Todd Fiala
2016-04-19
6
-78
/
+11
*
ensure lldbinline remembers .py extension
Todd Fiala
2016-04-18
2
-6
/
+20
*
fix a race is the LLDB test suite results collection
Todd Fiala
2016-04-18
4
-6
/
+32
*
Fixup r266327
Pavel Labath
2016-04-18
1
-2
/
+2
*
[LLDB][MIPS] Fix TestConcurrentEvents
Mohit K. Bhakkad
2016-04-18
1
-35
/
+35
*
Make destructor breakpoint location test more resilient
Pavel Labath
2016-04-15
2
-8
/
+43
*
Blocks are only reliably supported on Darwin. Disable the test otherwise.
Sean Callanan
2016-04-15
1
-0
/
+3
*
Added a testcase for defining and using lambdas in the expression parser.
Sean Callanan
2016-04-15
2
-0
/
+21
*
Added a testcase for defining and using a block in the expression parser.
Sean Callanan
2016-04-15
1
-3
/
+13
*
Disable LinuxCoreTestCase.test_s390x
Ulrich Weigand
2016-04-14
1
-0
/
+2
*
[test] make expect_state_changes actually expect *only* them
Pavel Labath
2016-04-14
3
-13
/
+15
*
[test] Relax stderr expectations on targets with chatty output
Pavel Labath
2016-04-14
7
-12
/
+31
*
Fix test cases for big-endian systems
Ulrich Weigand
2016-04-14
10
-75
/
+164
*
Fixes for platforms that default to unsigned char
Ulrich Weigand
2016-04-14
2
-2
/
+2
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
17
-5
/
+36
*
Fix test rerun logic
Pavel Labath
2016-04-13
1
-1
/
+1
*
Attempt to fix TestCPPBreakpointLocations on Linux/Android.
Oleksiy Vyalov
2016-04-13
1
-1
/
+1
*
Fix breakpoint_set_restart test for Windows
Adrian McCarthy
2016-04-12
1
-2
/
+8
*
Fixed being able to set breakpoints on destructors when we don't fully specif...
Greg Clayton
2016-04-12
1
-0
/
+3
*
Breakpoint conditions were making result variables, which they should not do.
Jim Ingham
2016-04-12
1
-0
/
+4
*
'int' is reported as an exception on OS X not as a signal. I don't think
Jim Ingham
2016-04-12
1
-1
/
+1
*
Fixup TestFdLeak
Pavel Labath
2016-04-12
1
-3
/
+5
*
Bump up timeout in TestGdbRemoteProcessInfo
Pavel Labath
2016-04-12
1
-1
/
+1
*
Skip a test in TestNamespaceLookup on linux to avoid a crash
Pavel Labath
2016-04-12
1
-0
/
+1
*
Mark TestPrintStackTraces as flaky on android arm
Pavel Labath
2016-04-11
1
-0
/
+1
[prev]
[next]