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
/
functionalities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
552
-28036
/
+0
*
Changes for Bug 17384
Ravitheja Addepally
2015-10-28
1
-4
/
+9
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
164
-164
/
+164
*
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
*
Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...
Greg Clayton
2015-10-26
1
-6
/
+0
*
Convert `long` to `int`, and portably detect all integral types.
Zachary Turner
2015-10-26
1
-3
/
+3
*
Python3 - Change `dict.has_key(x)` to `x in dict`
Zachary Turner
2015-10-26
1
-1
/
+1
*
Convert deprecated unittest method names.
Zachary Turner
2015-10-26
4
-6
/
+6
*
Fix usages of range() and xrange() for Python 3.
Zachary Turner
2015-10-26
3
-4
/
+4
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
17
-20
/
+21
*
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
2
-2
/
+8
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
170
-88
/
+427
*
Enable the libc++ tests on linux
Pavel Labath
2015-10-23
9
-18
/
+18
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
162
-1216
/
+328
*
Fix libstdc++ data formatters on Ubuntu 15.10 x86_64
Todd Fiala
2015-10-22
2
-13
/
+15
*
[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
4
-4
/
+2
*
[DataFormatters] Make libc++ list loop detection linear
Pavel Labath
2015-10-21
3
-0
/
+91
*
Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.
Siva Chandra
2015-10-20
2
-2
/
+2
*
Add a data formatter for __NSArray0, the type of empty arrays
Enrico Granata
2015-10-14
1
-0
/
+2
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-7
/
+7
*
Xfail a watchpoint test on Windows, until Windows implements watchpoints.
Adrian McCarthy
2015-10-13
1
-0
/
+1
*
TestAttachResume is still flaky on linux. mark it as such
Pavel Labath
2015-10-12
1
-0
/
+1
*
Improve TestValueOfVectorVariable
Tamas Berghammer
2015-10-12
1
-10
/
+3
*
X86: Change FTAG register size in FXSAVE structure
Abhishek Aggarwal
2015-10-12
2
-10
/
+18
*
[TestValueOfVectorVariable] Reduce the vector size to 4.
Siva Chandra
2015-10-09
2
-4
/
+6
*
Correction in rL249838: Moving test to appropriate directory
Mohit K. Bhakkad
2015-10-09
3
-0
/
+75
*
This test is useless. It doesn't work and it fails on MacOSX. Removing it.
Greg Clayton
2015-10-07
2
-78
/
+0
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
7
-36
/
+36
*
Resumbit "Fix race condition during process detach"
Pavel Labath
2015-10-07
1
-1
/
+0
*
XFAIL new dwo test failing with totclang on linux i386
Tamas Berghammer
2015-10-07
1
-0
/
+1
*
Run tests with dwo symbol files
Tamas Berghammer
2015-10-07
1
-0
/
+1
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
1
-2
/
+0
*
Rename a test case to avoid name conflict
Tamas Berghammer
2015-10-06
1
-0
/
+0
*
Fix TestCompDirSymLink.py - remove existing symlink leftovers if previous tes...
Oleksiy Vyalov
2015-10-02
1
-0
/
+2
*
Change expected stop reason in TestInferiorAssert for Android API <= 16
Tamas Berghammer
2015-10-02
1
-1
/
+5
*
Teach 'type lookup' to pull types from clang modules; also add a test case
Enrico Granata
2015-10-02
3
-0
/
+71
*
XFAIL 2 test in TestTargetCommands on android-aarch64
Tamas Berghammer
2015-09-30
1
-0
/
+2
*
Fix TestAttachDenied on linux
Pavel Labath
2015-09-30
2
-4
/
+5
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
159
-2912
/
+833
*
Skipping TestAttachDenied.py on Linux as it is hanging on a buildbot after r2...
Todd Fiala
2015-09-29
1
-0
/
+1
*
Enable test_create_after_attach_with_dwarf_and_popen on linux
Pavel Labath
2015-09-29
1
-1
/
+0
*
Revert "Fix race condition during process detach"
Pavel Labath
2015-09-28
1
-0
/
+1
*
Re-enable FreeBSD tests do not hang locally
Ed Maste
2015-09-25
2
-2
/
+2
*
Re-enable some skipped tests on FreeBSD
Ed Maste
2015-09-25
2
-5
/
+0
*
Fix race condition during process detach
Pavel Labath
2015-09-23
1
-1
/
+0
*
Update TestChangeProcessGroup to remove obsolete workaround.
Chaoren Lin
2015-09-22
1
-3
/
+0
[next]