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
...
*
XFAIL test_thread_state_after_continue on Windows.
Zachary Turner
2015-09-02
1
-1
/
+3
*
Enable a couple of tests in TestExitDuringStep on linux
Pavel Labath
2015-09-02
1
-2
/
+0
*
XFAIL new tests in TestCompletion on windows due to missing pexpect
Pavel Labath
2015-09-02
1
-0
/
+2
*
Fix tab completion for command arguments containing spaces
Tamas Berghammer
2015-09-02
3
-0
/
+36
*
Address flakyness in TestAttachResume
Pavel Labath
2015-09-02
2
-45
/
+17
*
Remove expectedFailureFreeBSD for passing pexpect tests
Ed Maste
2015-08-31
4
-4
/
+0
*
Rename all functionalities/data-formatter test case with radar bug numbers in...
Enrico Granata
2015-08-25
43
-128
/
+11
*
Fix a bunch of portability issues in test executables.
Zachary Turner
2015-08-25
11
-31
/
+40
*
Make TestCreateDuringInstructionStep linux-specific
Pavel Labath
2015-08-24
3
-132
/
+0
*
XFAIL pthreads test on Windows.
Zachary Turner
2015-08-21
1
-0
/
+1
*
Fix TestPaths on Windows.
Zachary Turner
2015-08-21
1
-2
/
+2
*
Skip TestCreateAfterAttach on Windows.
Zachary Turner
2015-08-21
1
-1
/
+1
*
XFAIL Tests that require C++ exceptions on Windows.
Zachary Turner
2015-08-21
1
-0
/
+1
*
Add repro test case for bug #24530
Pavel Labath
2015-08-21
1
-3
/
+84
*
Change TestBSDArchives to expectedFailureWindows.
Zachary Turner
2015-08-20
1
-1
/
+1
*
XFAIL breakpoint tests on Windows
Zachary Turner
2015-08-20
2
-0
/
+2
*
XFAIL TestBSDArchives.py on Windows
Zachary Turner
2015-08-20
1
-0
/
+1
*
Skip TestCreateDuringInstructionStep on android aarch64
Pavel Labath
2015-08-20
1
-1
/
+4
*
[NativeProcessLinux] Fix a bug in instruction-stepping over thread creation
Pavel Labath
2015-08-20
3
-0
/
+129
*
Add TestCrashDuringStep
Pavel Labath
2015-08-19
3
-0
/
+86
*
Revert part of "Convert all use of pthreads in tests to c++11 threads."
Chaoren Lin
2015-08-18
4
-82
/
+82
*
Convert all use of pthreads in tests to c++11 threads.
Zachary Turner
2015-08-17
14
-192
/
+172
*
XFAIL some data formatter tests on Windows.
Zachary Turner
2015-08-14
5
-0
/
+5
*
Disable libstdc++ and libcxx data formatter tests on Windows.
Zachary Turner
2015-08-14
8
-4
/
+9
*
Remove Unicode byte-order mark from python files.
Zachary Turner
2015-08-13
5
-5
/
+5
*
XFAIL Watchpoint tests on Windows.
Zachary Turner
2015-08-13
8
-8
/
+22
*
XFAIL TestInferiorAssert for Android API <= 16.
Chaoren Lin
2015-08-03
1
-0
/
+1
*
Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...
Oleksiy Vyalov
2015-07-29
3
-0
/
+88
*
Fix a bug where the std::list synthetic child provider would not clean its ca...
Enrico Granata
2015-07-28
2
-2
/
+26
*
Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
2015-07-24
2
-0
/
+9
*
Improve C++ function name handling and step-in avoid regerxp handling
Tamas Berghammer
2015-07-24
3
-3
/
+66
*
Remove XFAIL from ReturnValueTestCase after rL242972
Tamas Berghammer
2015-07-23
1
-1
/
+0
*
Fix comment in test.
Dawn Perchik
2015-07-23
1
-1
/
+1
*
XFAIL TestReturnValue on Linux-x86_64 with clang
Tamas Berghammer
2015-07-22
1
-0
/
+1
*
Improve SysV ABI for ARM to handle return values with vector return type
Tamas Berghammer
2015-07-22
2
-15
/
+51
*
[asan] Display ASan history threads in reverse chronological order
Kuba Brecka
2015-07-22
1
-3
/
+3
*
XFAIL watchpoint tests on Android arm/aarch64
Tamas Berghammer
2015-07-22
10
-1
/
+17
*
Xfail test_dyld_library_path for Android.
Chaoren Lin
2015-07-22
1
-0
/
+1
*
Fix typos.
Bruce Mitchener
2015-07-22
2
-2
/
+2
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
4
-9
/
+49
*
Update TestLoadUnload to use base Makefile.
Chaoren Lin
2015-07-21
9
-81
/
+89
*
Teach the NSString data formatter to handle embedded NULs in short ASCII strings
Enrico Granata
2015-07-17
2
-0
/
+26
*
Improve the NSString data formatter so that explicitly-lengthed Unicode strin...
Enrico Granata
2015-07-17
2
-0
/
+11
*
Split the portion of the data-formatter-objc test case that deals with NSStri...
Enrico Granata
2015-07-17
4
-85
/
+203
*
Improve conditional opcode handling in emulation based unwinding
Tamas Berghammer
2015-07-17
1
-1
/
+0
*
Teach the std::wstring data formatter how to properly display strings with em...
Enrico Granata
2015-07-17
2
-2
/
+5
*
Add StringPrinter support for printing a std::string with embedded NUL bytes
Enrico Granata
2015-07-17
2
-2
/
+5
*
Xfail pexpect tests for Windows hosts.
Chaoren Lin
2015-07-16
2
-2
/
+2
*
Add jThreadsInfo support to lldb-server
Pavel Labath
2015-07-16
1
-1
/
+1
*
Improve XFAIL for test_lldb_process_load_and_unload_commands
Tamas Berghammer
2015-07-16
1
-1
/
+1
[prev]
[next]