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
/
lldbtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove getCategories mechanism of specifying test categories
Pavel Labath
2017-11-02
1
-24
/
+0
*
dotest: consistently call finalize_build_dictionary in debug info variants
Pavel Labath
2017-11-01
1
-0
/
+2
*
[lldbtest] Simplify removing an unneeded else. NFCI.
Davide Italiano
2017-10-23
1
-2
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
1
-1
/
+1
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
1
-1
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
1
-1
/
+1
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
1
-1
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
1
-1
/
+1
*
Make TestConflictingSymbol run on non-darwin targets
Pavel Labath
2017-05-17
1
-1
/
+1
*
Fix remote test suite directory creation
Pavel Labath
2017-03-20
1
-25
/
+24
*
dotest.py: remove the ability to specify different architectures/compilers in...
Pavel Labath
2017-03-15
1
-1
/
+1
*
test: shorten test trace file names
Pavel Labath
2017-03-03
1
-2
/
+5
*
[LLDB][MIPS] Fix TestMiExec and TestMiData failures
Nitesh Jain
2017-02-08
1
-0
/
+7
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-0
/
+2
*
[Test Suite] Properly quote python string
Chris Bieneman
2016-11-08
1
-1
/
+1
*
[Test Suite] Attempt to fix issue zturner reported to me
Chris Bieneman
2016-11-08
1
-1
/
+1
*
[Test Suite] Pull generateSource into lldbtest
Chris Bieneman
2016-10-31
1
-0
/
+27
*
[Test Suite] Properly respect --framework option
Chris Bieneman
2016-10-31
1
-12
/
+36
*
Revert "[Test Suite] Pull generateSource into lldbtest"
Chris Bieneman
2016-10-27
1
-27
/
+0
*
[Test Suite] Pull generateSource into lldbtest
Chris Bieneman
2016-10-27
1
-0
/
+27
*
[Test Suite] Allow overriding codesign identity
Chris Bieneman
2016-10-21
1
-2
/
+2
*
add stop column highlighting support
Todd Fiala
2016-09-21
1
-0
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-211
/
+467
*
Enable test log collection from remote debug servers (take 2)
Pavel Labath
2016-07-04
1
-34
/
+47
*
Add "-gmodules" support to the test suite.
Todd Fiala
2016-05-26
1
-2
/
+22
*
Allow custom formatting of session log file names.
Zachary Turner
2016-05-17
1
-12
/
+20
*
surface build error content through test event system
Todd Fiala
2016-05-14
1
-1
/
+8
*
test infra: move test event-related handling into its own package
Todd Fiala
2016-04-20
1
-4
/
+3
*
Retry deletion of temporary files to avoid race conditions on Windows.
Adrian McCarthy
2016-04-11
1
-12
/
+15
*
[NFC] Cleanup the code used to run shell commands from tests
Tamas Berghammer
2016-04-05
1
-0
/
+6
*
Don't vary debug info for lldb-server tests
Pavel Labath
2016-03-31
1
-1
/
+11
*
Made self.expect() errors a little more readable in the testsuite.
Sean Callanan
2016-03-08
1
-7
/
+8
*
Adjust for Python-3.
Siva Chandra
2016-02-12
1
-0
/
+4
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
1
-443
/
+7
*
Move some of the common decorators to decorators.py.
Zachary Turner
2016-02-04
1
-247
/
+30
*
Move some android platform functions to lldbplatformutil.
Zachary Turner
2016-02-03
1
-73
/
+14
*
Remove skipUnlessListedRemote test decorator
Pavel Labath
2016-02-03
1
-12
/
+0
*
Don't return a tuple from the skip test function.
Zachary Turner
2016-02-02
1
-31
/
+33
*
Re-write many skip decorators to use shared code.
Zachary Turner
2016-02-02
1
-205
/
+90
*
Fix compiler lookup when specified without path
Pavel Labath
2016-02-02
1
-2
/
+1
*
Always write the session file in UTF-8.
Zachary Turner
2016-02-01
1
-1
/
+3
*
Revert "Resubmit r258759 with proper unicode handling."
Zachary Turner
2016-01-27
1
-2
/
+2
*
Resubmit r258759 with proper unicode handling.
Zachary Turner
2016-01-27
1
-2
/
+2
*
Fix some python 3 incompatibilities that went in overnight.
Zachary Turner
2016-01-27
1
-1
/
+1
*
Refactor some of the xfail / skip decorators to share logic.
Zachary Turner
2016-01-27
1
-71
/
+117
*
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
Bhushan D. Attarde
2016-01-27
1
-4
/
+11
*
Reverting r258759 as it is breaking the OSX build
Enrico Granata
2016-01-26
1
-1
/
+1
*
Write the session log file in UTF-8.
Zachary Turner
2016-01-26
1
-1
/
+1
*
Decode files with UTF-8 in lldbutil.line_number.
Zachary Turner
2016-01-22
1
-1
/
+2
*
Revert "Enable test log collection from remote debug servers"
Pavel Labath
2016-01-22
1
-18
/
+6
[next]