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
...
*
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
*
Retry deletion of temporary files to avoid race conditions on Windows.
Adrian McCarthy
2016-04-11
1
-12
/
+15
*
Fix makefile for TestMiThreadInfo after rL265858 (2nd try)
Tamas Berghammer
2016-04-11
1
-0
/
+2
*
Fix makefile for TestMiThreadInfo after rL265858
Tamas Berghammer
2016-04-11
1
-2
/
+0
*
Add a ThreadSanitizer testcase that tests multiple reported issues.
Kuba Brecka
2016-04-10
3
-0
/
+212
*
Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...
Kuba Brecka
2016-04-10
1
-2
/
+2
*
Fix TestBreakpointSetRestart failure on Android.
Oleksiy Vyalov
2016-04-09
1
-6
/
+12
*
Remove what I believe are the last known instances of formatters that run code
Enrico Granata
2016-04-08
4
-48
/
+11
*
-thread-info in lldbmi does not conform to protocol. Should end with current ...
Chuck Ries
2016-04-08
3
-0
/
+67
*
Remove even more of the data formatters that silently run code
Enrico Granata
2016-04-08
2
-31
/
+1
*
Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.
Oleksiy Vyalov
2016-04-08
3
-0
/
+61
*
fix missing import of 'time' in lldbutil.wait_for_file_on_target
Todd Fiala
2016-04-08
1
-0
/
+1
*
Enabling AddressSanitizer tests, they should pass now (and this time I mean it).
Kuba Brecka
2016-04-07
2
-2
/
+0
*
Enable TestDebugBreak on x86_64 as well
Pavel Labath
2016-04-07
1
-1
/
+1
*
Fixup TestLinuxCore on windows
Pavel Labath
2016-04-06
1
-0
/
+2
*
Fix and xfail TestRegisterVariables after rL265498
Tamas Berghammer
2016-04-06
2
-8
/
+3
*
Fixup r265398
Pavel Labath
2016-04-06
1
-0
/
+1
*
make TestRegisterVariables slightly more resilient
Todd Fiala
2016-04-06
2
-16
/
+123
*
Revert "XFail TestImport.py on Windows because Python 3 import rules don't wo...
Adrian McCarthy
2016-04-05
1
-1
/
+0
*
XFail TestImport.py on Windows because Python 3 import rules don't work that ...
Adrian McCarthy
2016-04-05
1
-0
/
+1
*
Fix dotest.py '-p' option for multi-process mode
Stephane Sezer
2016-04-05
1
-0
/
+4
*
Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")
Kuba Brecka
2016-04-05
2
-0
/
+2
*
Enabling AddressSanitizer tests, they should work now.
Kuba Brecka
2016-04-05
2
-2
/
+0
*
Fixing AddressSanitizer tests (update expectations for current ASan, make it ...
Kuba Brecka
2016-04-05
2
-23
/
+13
*
[NFC] Cleanup the code used to run shell commands from tests
Tamas Berghammer
2016-04-05
6
-71
/
+34
[prev]
[next]