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
/
stop-hook
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
7
-383
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
3
-3
/
+3
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
3
-1
/
+7
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
3
-24
/
+4
*
Use six to portably handle module renames in Python 2 and 3
Zachary Turner
2015-10-21
1
-1
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
3
-55
/
+20
*
Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_wi...
Ed Maste
2015-09-14
1
-1
/
+0
*
Update expectedFailureFreeBSD to expectedFlakeyFreeBSD for intermittent tests
Ed Maste
2015-09-09
1
-1
/
+1
*
Revert "Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_th...
Ed Maste
2015-09-08
1
-0
/
+1
*
Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_wi...
Ed Maste
2015-09-08
1
-1
/
+0
*
Xfail pexpect tests for Windows hosts.
Chaoren Lin
2015-07-16
2
-2
/
+2
*
Make TestStopHook* remote platform compatible
Tamas Berghammer
2015-07-06
2
-2
/
+24
*
Added expectedFlakey test decorator
Vince Harron
2015-06-26
2
-2
/
+2
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
2
-2
/
+2
*
Skip test failing on FreeBSD buildbot due to pexepect issues
Ed Maste
2015-06-03
1
-0
/
+1
*
Refactored lldb executable name discovery
Vince Harron
2015-05-18
2
-2
/
+2
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
3
-3
/
+3
*
Fix StopHookForMultipleThreadsTestCase tests after r233098
Ilia K
2015-03-26
1
-1
/
+1
*
Applying D7950 to four near copies of the file.
Chaoren Lin
2015-03-02
2
-39
/
+28
*
XFAIL pexpect tests on Windows.
Zachary Turner
2015-01-20
2
-0
/
+2
*
Remove print statement that was accidentally left in.
Greg Clayton
2014-11-21
1
-1
/
+0
*
Fixed the stop hook test after recent editline changes.
Greg Clayton
2014-11-18
1
-3
/
+9
*
Add a couple of extra exepct strings so this test file keeps in sync with lldb
Jason Molenda
2014-10-02
1
-0
/
+2
*
Get test executables compiling on Windows.
Zachary Turner
2014-08-13
1
-1
/
+1
*
Add decorator for TestStopHookMultipleThreads failing on FreeBSD
Ed Maste
2014-07-31
1
-0
/
+1
*
Fixes a number of issue related to test portability on Windows.
Zachary Turner
2014-07-18
2
-2
/
+2
*
Flipped intermittent test failures from skip to XFAIL.
Todd Fiala
2014-07-10
1
-1
/
+1
*
Skip tests that are intermittent on Linux, fix gdb-remote port-grabbing code.
Todd Fiala
2014-07-09
1
-1
/
+1
*
Change TestStopHookMechanism to @expectedFailureLinux.
Todd Fiala
2014-02-28
1
-1
/
+1
*
Marked linux TestStopHookMultipleThreads as expected failure.
Todd Fiala
2014-02-28
1
-1
/
+1
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
3
-3
/
+3
*
Disable stop-hook test on FreeBSD as on Linux
Ed Maste
2013-11-22
1
-0
/
+1
*
Disable TestStopHookMultipleThreads.py (on Linux) due to llvm.org/pr15037
Daniel Malea
2013-09-30
1
-0
/
+1
*
Enable tests affected by llvm.org/pr14637
Daniel Malea
2013-09-25
1
-1
/
+0
*
Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637
Daniel Malea
2013-09-17
1
-0
/
+1
*
Re-enabling TestStopHookMultipleThreads
Daniel Malea
2013-09-17
1
-1
/
+0
*
Clean up linux test decorators and add links to known bugs
Daniel Malea
2013-05-15
2
-2
/
+2
*
More test case cleanup (Linux and Mac):
Daniel Malea
2013-02-15
1
-1
/
+1
*
Update test scripts and Makefiles to allow testing with GCC:
Daniel Malea
2013-01-25
1
-1
/
+1
*
Marking test cases with @expectedFailureLinux as per recently opened bugs
Daniel Malea
2013-01-24
1
-0
/
+1
*
Test suite cleanup for Linux: mark test cases expected to fail due to open bu...
Daniel Malea
2012-12-19
1
-0
/
+1
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-1
/
+1
*
Patch from Dan Malea daniel.malea@gmail.com to add some required
Jason Molenda
2012-11-08
1
-0
/
+1
*
Fix all the test case breakages caused by folks writing tests all over the pl...
Jim Ingham
2012-09-22
1
-8
/
+4
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-1
/
+1
*
Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...
Johnny Chen
2012-04-06
3
-0
/
+6
*
If we spawn an lldb process for test (via pexpect), do not load the init file...
Johnny Chen
2011-10-07
2
-2
/
+2
*
Fix a problem where the stop-hook command 'frame variable g_val' produces not...
Johnny Chen
2011-10-05
3
-0
/
+167
*
Add a simple regression test for 'target stop-hook list' with no target speci...
Johnny Chen
2011-09-23
1
-0
/
+5
*
Added a test for problems caused when Clang errantly makes the line range for...
Jim Ingham
2011-09-23
2
-1
/
+9
[next]