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
/
python_api
/
event
/
TestEvents.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-285
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
1
-3
/
+3
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-15
/
+17
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-7
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-57
/
+17
*
Marked TestEvents test as flakey on Linux.
Todd Fiala
2015-09-14
1
-1
/
+1
*
XFAIL miscellaneous tests on windows.
Zachary Turner
2015-09-11
1
-0
/
+1
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-1
/
+1
*
Un-enable TestEvents test on linux
Pavel Labath
2015-06-02
1
-0
/
+2
*
Enable TestEvents test on linux
Pavel Labath
2015-06-02
1
-1
/
+0
*
Add bug number for TestEvents
Tamas Berghammer
2015-05-21
1
-1
/
+1
*
XFAIL TestEvents on Linux bacuse it is flaky
Tamas Berghammer
2015-05-21
1
-0
/
+1
*
[TestEvents] Add a 'connected' state to include remote debugging.
Siva Chandra
2015-05-08
1
-10
/
+20
*
un-skipped a bunch of tests on Linux
Vince Harron
2015-05-04
1
-2
/
+0
*
Many many test failures after some recent changes. The problem is lldbtest.ge...
Greg Clayton
2015-04-02
1
-1
/
+1
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-6
/
+4
*
[TestEvents] Replace expectedFailureLinux with skipIfLinux
Siva Chandra
2014-12-19
1
-2
/
+5
*
Mark 9 lldb unit tests for ubuntu as XFAIL.
Siva Chandra
2014-11-22
1
-0
/
+2
*
Temporarily disable test on FreeBSD that is asserting
Ed Maste
2014-10-29
1
-0
/
+1
*
Fixed python API event test cases.
Greg Clayton
2014-10-17
1
-39
/
+46
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
1
-2
/
+2
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
Remove decorator to skip event tests
Daniel Malea
2012-11-23
1
-2
/
+0
*
Temporarily skip tests known to hang on Linux
Daniel Malea
2012-11-19
1
-0
/
+2
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
1
-2
/
+8
*
A more succinct assertTrue.
Johnny Chen
2011-07-20
1
-2
/
+1
*
Minor change; add an assertTrue stmt.
Johnny Chen
2011-07-20
1
-0
/
+1
*
Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...
Johnny Chen
2011-07-11
1
-1
/
+1
*
o TestEvents.py:
Johnny Chen
2011-07-08
1
-0
/
+87
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
1
-12
/
+8
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
1
-10
/
+10
*
Convert the rest of the test suite to use the lldbutil.get_description() util...
Johnny Chen
2011-04-23
1
-5
/
+3
*
Converted to use SBProcess.LaunchSimple().
Johnny Chen
2011-04-19
1
-2
/
+1
*
Modify test scripts to accomodate SBTarget.Launch() API change.
Johnny Chen
2011-02-03
1
-5
/
+5
*
Deprecated old forms of SBTarget::Launch. There is not just one and no
Greg Clayton
2011-01-23
1
-2
/
+4
*
No need to pass an empty string as an arg or as an env string to the SBTarget...
Johnny Chen
2010-12-22
1
-2
/
+2
*
Fix some typos in the docstrings and also update the test method names.
Johnny Chen
2010-12-22
1
-13
/
+12
*
Add test cases for registering a listener object with the broadcaster of a pr...
Johnny Chen
2010-12-22
1
-16
/
+126
*
Rename the test methods to be more meaningful.
Johnny Chen
2010-12-21
1
-8
/
+8
*
Set the debugger to asynchronous mode before using the Python API call to kill
Johnny Chen
2010-12-21
1
-2
/
+11
*
Fix typo.
Johnny Chen
2010-12-21
1
-1
/
+1
*
Added python_api/event/TestEvents.py to get the listener object associated wi...
Johnny Chen
2010-12-21
1
-0
/
+100