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
...
*
Don't return a tuple from the skip test function.
Zachary Turner
2016-02-02
3
-34
/
+36
*
Re-write many skip decorators to use shared code.
Zachary Turner
2016-02-02
1
-205
/
+90
*
XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSX
Pavel Labath
2016-02-02
1
-0
/
+1
*
skip TestWatchLocation on OS X
Todd Fiala
2016-02-02
1
-0
/
+1
*
Remove redundant test in TestExitDuringStep
Pavel Labath
2016-02-02
1
-12
/
+4
*
Mark TestProcessIO.test_stdin_redirection as flaky on android
Pavel Labath
2016-02-02
1
-0
/
+1
*
Fix single-stepping onto a breakpoint
Pavel Labath
2016-02-02
1
-25
/
+67
*
Fix compiler lookup when specified without path
Pavel Labath
2016-02-02
2
-2
/
+3
*
Fix getCompiler in unit testing framework on compiler symlinks
Stephane Sezer
2016-02-01
1
-1
/
+2
*
Always write the session file in UTF-8.
Zachary Turner
2016-02-01
3
-3
/
+5
*
Fix misnamed variable in TestProcessAPI.py
Zachary Turner
2016-02-01
1
-2
/
+2
*
Remove flaky annotation for TestCallWithTimeout on linux
Pavel Labath
2016-02-01
1
-1
/
+0
*
Set correct ThreadStopInfo in case of trace event
Abhishek Aggarwal
2016-02-01
2
-4
/
+0
*
Fix this test for the the switch in default for IgnoreBreakpoints in SBFrame....
Jim Ingham
2016-01-29
1
-1
/
+6
*
Fix crash in lldb-mi when stack variable name is nullptr. This always happens...
Eugene Leviant
2016-01-29
2
-0
/
+28
*
Fix a bug where type <formatter> list would ignore the -w argument
Enrico Granata
2016-01-29
1
-0
/
+4
*
Fix a bug where LLDB would not print the name of the function that a scripted...
Enrico Granata
2016-01-29
6
-0
/
+92
*
Fix an issue where the type <formatter> list command would not accept a valid...
Enrico Granata
2016-01-28
1
-0
/
+26
*
Revert "Resubmit r258759 with proper unicode handling."
Zachary Turner
2016-01-27
2
-2
/
+3
*
Resubmit r258759 with proper unicode handling.
Zachary Turner
2016-01-27
2
-3
/
+2
*
Fix some python 3 incompatibilities that went in overnight.
Zachary Turner
2016-01-27
2
-2
/
+4
*
Refactor some of the xfail / skip decorators to share logic.
Zachary Turner
2016-01-27
4
-74
/
+122
*
Don't automtically try to import pexpect in lldbpexpect.
Zachary Turner
2016-01-27
1
-45
/
+51
*
XFail TestCPPAuto on Windows until we can find the root problem.
Adrian McCarthy
2016-01-27
1
-0
/
+1
*
Decorarte TestInferiorAssert xfails on AArch64 Linux
Omair Javaid
2016-01-27
1
-3
/
+3
*
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
Bhushan D. Attarde
2016-01-27
4
-4
/
+120
*
Reverting r258759 as it is breaking the OSX build
Enrico Granata
2016-01-26
2
-1
/
+2
*
Fix TestRerun.py on Windows.
Zachary Turner
2016-01-26
1
-25
/
+6
*
Fix the lldbinline tests so they make well-formed Makefiles.
Sean Callanan
2016-01-26
1
-1
/
+1
*
Remove XFAIL Windows from a test that was fixed by r258758.
Zachary Turner
2016-01-26
1
-1
/
+0
*
Write the session log file in UTF-8.
Zachary Turner
2016-01-26
2
-2
/
+1
*
Fix TestSyntheticCapping for Python 3.
Zachary Turner
2016-01-26
1
-19
/
+19
*
Fix some issues with bytes and strings in Python 3.
Zachary Turner
2016-01-25
2
-10
/
+6
*
Fix TestSourceManager.py on Windows.
Adrian McCarthy
2016-01-25
1
-7
/
+6
*
[LLDB][MIPS] Fix TestPrintStackTraces.py
Sagar Thakur
2016-01-25
1
-0
/
+4
*
[LLDB][MIPS] Fix TestExprsChar.py
Sagar Thakur
2016-01-25
1
-0
/
+1
*
Skipped IncompleteModulesTestCase on OS X
Todd Fiala
2016-01-23
1
-2
/
+1
*
fixed TestConsecutiveBreakpoints test on OS X
Todd Fiala
2016-01-23
3
-6
/
+6
*
Fix missing function argument passthrough.
Zachary Turner
2016-01-23
1
-1
/
+1
*
Decode files with UTF-8 in lldbutil.line_number.
Zachary Turner
2016-01-22
1
-1
/
+2
*
Un xfail TestSettings.test_run_args_and_env_vars_with_dwarf
Zachary Turner
2016-01-22
1
-1
/
+0
*
More fixes related to counting threads on Windows.
Zachary Turner
2016-01-22
3
-86
/
+41
*
XFail a test from TestConditionalBreak.py on Windows.
Adrian McCarthy
2016-01-22
1
-2
/
+3
*
XFail TestNamespaceLookup tests on Windows.
Adrian McCarthy
2016-01-22
1
-1
/
+5
*
fixed test suite crash when --platform-name doesn't start with 'remote-'
Todd Fiala
2016-01-22
1
-9
/
+7
*
Revert "Enable test log collection from remote debug servers"
Pavel Labath
2016-01-22
1
-18
/
+6
*
Fix TestImport.py to work with Python 3.5.
Adrian McCarthy
2016-01-21
1
-2
/
+4
*
NFC. Corrects name of test class and a comment.
Adrian McCarthy
2016-01-21
1
-2
/
+2
*
Remove assumptions that thread 0 is always the main thread.
Zachary Turner
2016-01-21
18
-147
/
+72
*
Enable test log collection from remote debug servers
Pavel Labath
2016-01-21
1
-6
/
+18
[prev]
[next]