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
/
thread
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
43
-3119
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
14
-14
/
+14
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
1
-1
/
+1
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
14
-0
/
+28
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
14
-102
/
+30
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
14
-448
/
+152
*
Enable test_create_after_attach_with_dwarf_and_popen on linux
Pavel Labath
2015-09-29
1
-1
/
+0
*
Last set of XFAILs for Windows.
Zachary Turner
2015-09-16
1
-0
/
+2
*
Final unexpected success cleanup for OS X.
Todd Fiala
2015-09-14
1
-2
/
+0
*
XFAIL miscellaneous tests on windows.
Zachary Turner
2015-09-11
1
-0
/
+1
*
XFAIL 2 breakpoint tests on Windows.
Zachary Turner
2015-09-11
1
-0
/
+1
*
For now skip ThreadSpecificBreakTestCase on FreeBSD
Ed Maste
2015-09-09
1
-0
/
+1
*
XFAIL tests that rely on exact thread counts.
Zachary Turner
2015-09-02
3
-0
/
+6
*
XFAIL tests on Windows that are failing to resolve breakpoints.
Zachary Turner
2015-09-02
4
-0
/
+8
*
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
*
Fix a bunch of portability issues in test executables.
Zachary Turner
2015-08-25
5
-24
/
+23
*
Make TestCreateDuringInstructionStep linux-specific
Pavel Labath
2015-08-24
3
-132
/
+0
*
Skip TestCreateAfterAttach on Windows.
Zachary Turner
2015-08-21
1
-1
/
+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
*
Convert all use of pthreads in tests to c++11 threads.
Zachary Turner
2015-08-17
10
-110
/
+90
*
Fix typos.
Bruce Mitchener
2015-07-22
2
-2
/
+2
*
Add jThreadsInfo support to lldb-server
Pavel Labath
2015-07-16
1
-1
/
+1
*
Windows doesn't have fork.
Adrian McCarthy
2015-07-07
1
-0
/
+1
*
Normalize line endings.
Adrian McCarthy
2015-07-06
1
-78
/
+78
*
Fix step over breakpoint on Windows (which was detected by TestCreateAfterAtt...
Adrian McCarthy
2015-07-06
3
-100
/
+100
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
11
-15
/
+15
*
Added expectedFlakey test decorator
Vince Harron
2015-06-26
2
-1
/
+4
*
Remove XFAIL from TestCreateAfterAttach
Pavel Labath
2015-06-25
1
-3
/
+0
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
6
-10
/
+10
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
2
-2
/
+2
*
Update TestConcurrentEvents to use UnixSignals instead of python signals.
Chaoren Lin
2015-06-02
1
-8
/
+4
*
Fix TestJoinAfterBreak test on Windows
Adrian McCarthy
2015-06-01
3
-41
/
+23
*
Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
2015-05-29
1
-4
/
+11
*
Skip ThreadStateTestCase.test_state_after_continue_with_dwarf on Darwin
Ying Chen
2015-05-28
1
-0
/
+6
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
11
-15
/
+15
*
Disable TestConcurrentEvents.py on Windows.
Zachary Turner
2015-05-22
1
-1
/
+1
*
Update Makefile to reflect that TestNumThreads now uses std::thread instead o...
Adrian McCarthy
2015-05-21
1
-1
/
+1
*
Have TestNumThreads use std::thread instead of pthreads so that it can work c...
Adrian McCarthy
2015-05-20
4
-62
/
+57
*
Fix test expectation in TestThreadExit after r237566
Tamas Berghammer
2015-05-18
1
-4
/
+4
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
4
-4
/
+4
*
Reverting r237392 since it broke TestNumThreads on ubuntu builder.
Oleksiy Vyalov
2015-05-15
4
-57
/
+62
*
Enable multithreaded debugging on Windows.
Adrian McCarthy
2015-05-14
4
-62
/
+57
*
XFAIL and Skip flaky test case on linux
Tamas Berghammer
2015-05-12
1
-0
/
+2
*
Skip and XFAIL TestThreadStepOut as it times out on the Linux build bot
Tamas Berghammer
2015-05-11
1
-0
/
+6
*
Skip tests that are timing out on the FreeBSD buildbot
Ed Maste
2015-05-09
1
-0
/
+31
*
[TestCreateAfterAttach] Add @skipIfRemote to the forking test.
Siva Chandra
2015-05-08
1
-0
/
+1
*
un-skipped a bunch of tests on Linux
Vince Harron
2015-05-04
1
-1
/
+0
[next]