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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Support LLDB_TEST_CLANG in check-lldb target(s)
Chris Bieneman
2016-11-02
1
-0
/
+4
*
[CMake] Populate the build directory's framework
Chris Bieneman
2016-10-31
1
-0
/
+5
*
[Test Suite] Properly respect --framework option
Chris Bieneman
2016-10-31
1
-0
/
+4
*
[Test Suite] Allow overriding codesign identity
Chris Bieneman
2016-10-21
1
-0
/
+4
*
[CMake] Don't include LLDB_TEST_COMPILER in cached variable
Chris Bieneman
2016-10-18
1
-2
/
+8
*
[CMake] Cleanup check-lldb targets
Chris Bieneman
2016-10-12
1
-2
/
+17
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-0
/
+1
*
Always rerun all tests on Windows.
Zachary Turner
2016-05-23
1
-0
/
+3
*
Allow custom formatting of session log file names.
Zachary Turner
2016-05-17
1
-0
/
+1
*
Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.
Zachary Turner
2016-01-15
1
-3
/
+6
*
Add a symbolic link from the test directory to the actual - elsewhere located...
Enrico Granata
2015-12-16
1
-0
/
+1
*
Remove `lldb.root` and just look for the file we care about.
Zachary Turner
2015-11-20
1
-1
/
+1
*
Move go expression tests to the new location.
Ryan Brown
2015-11-02
2
-134
/
+0
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
2
-0
/
+134
*
Add check for __main__ in dotest.py to ensure problems with multiprocessing o...
Adrian McCarthy
2015-10-28
1
-3
/
+4
*
Try to fix the linux buildbot.
Zachary Turner
2015-10-28
1
-0
/
+2
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1489
-99952
/
+2
*
Changes for Bug 17384
Ravitheja Addepally
2015-10-28
2
-6
/
+9
*
Preparation for turning lldbsuite into a Python package.
Zachary Turner
2015-10-27
4
-157
/
+64
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
393
-394
/
+394
*
Deprecate -m/+m dotest options in favor of test categories
Pavel Labath
2015-10-27
23
-171
/
+29
*
Fix race condition in process resume
Pavel Labath
2015-10-27
1
-1
/
+0
*
Change TestTypeCompletion to not rely on std::string
Enrico Granata
2015-10-26
2
-22
/
+43
*
Python 3: Convert uses of `callable(x)` to `six.callable(x)`.
Zachary Turner
2015-10-26
4
-9
/
+13
*
Remove use of octal literals.
Zachary Turner
2015-10-26
6
-14
/
+14
*
Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...
Greg Clayton
2015-10-26
5
-30
/
+18
*
Wrap call to zip() in list()
Zachary Turner
2015-10-26
1
-1
/
+1
*
Python3 - Change sys.maxint to sys.maxsize.
Zachary Turner
2015-10-26
4
-7
/
+7
*
Convert `long` to `int`, and portably detect all integral types.
Zachary Turner
2015-10-26
5
-9
/
+13
*
Python3 - Change `dict.has_key(x)` to `x in dict`
Zachary Turner
2015-10-26
2
-2
/
+2
*
Convert deprecated unittest method names.
Zachary Turner
2015-10-26
19
-55
/
+55
*
Fix usages of range() and xrange() for Python 3.
Zachary Turner
2015-10-26
8
-16
/
+16
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
96
-262
/
+235
*
[lldb-mi] Fix expansion of anonymous structures and unions
Dawn Perchik
2015-10-24
2
-0
/
+69
*
Lower the depth of the recursion in this test since it would on occasion time...
Enrico Granata
2015-10-24
1
-1
/
+1
*
[TestBreakpointCommand] Fix after r251121
Siva Chandra
2015-10-23
1
-3
/
+3
*
Make uses of unicode literals portable.
Zachary Turner
2015-10-23
4
-17
/
+27
*
Python3 - Wrap more statements in calls to list()
Zachary Turner
2015-10-23
11
-21
/
+21
*
Remove argparse_compat.
Zachary Turner
2015-10-23
2
-95
/
+7
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
404
-470
/
+1269
*
Enable the libc++ tests on linux
Pavel Labath
2015-10-23
9
-18
/
+18
*
[lldb-mi] display summary for simple types + refactor (use lldb formatting fo...
Dawn Perchik
2015-10-23
2
-8
/
+8
*
Python 3 porting - Wrap returns from map() in list()
Zachary Turner
2015-10-22
4
-11
/
+11
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
396
-2790
/
+774
*
Remove special case logic for finding 3rd party libs
Zachary Turner
2015-10-22
1
-5
/
+0
*
Move third party libraries to lldb/third_party
Zachary Turner
2015-10-22
68
-17936
/
+0
*
Fix libstdc++ data formatters on Ubuntu 15.10 x86_64
Todd Fiala
2015-10-22
3
-15
/
+17
*
Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --res...
Greg Clayton
2015-10-21
1
-1
/
+1
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
3
-0
/
+33
*
Use six to portably handle module renames in Python 2 and 3
Zachary Turner
2015-10-21
16
-46
/
+68
[next]