Richard Mitton
|
0d40120615
|
Changed fuzz tests to not print their values (we only need to test if access to them does not crash).
This fixes the 'No value' string appearing in the dotest results.
llvm-svn: 191399
|
2013-09-25 20:48:03 +00:00 |
Johnny Chen
|
9b832fe40d
|
Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) running the test suite.
Also modify the boundary condition test case SBDebugger.DispatchInput(None) to be wrapped inside a try-except clause for now.
llvm-svn: 162228
|
2012-08-20 21:16:02 +00:00 |
Filipe Cabecinhas
|
c30199917a
|
A baton isn't needed to dispatch input.
I also added a typemap to make DispatchInput usable in Python.
llvm-svn: 162204
|
2012-08-20 16:21:04 +00:00 |
Johnny Chen
|
b92574ffb9
|
Add fuzz calls for various iterators, too.
llvm-svn: 141035
|
2011-10-03 22:02:59 +00:00 |
Johnny Chen
|
b08b736de9
|
Add fuzz calls to newly added methods: GetAsync() and SetSelectedTarget(SBTarget).
llvm-svn: 139855
|
2011-09-15 21:52:59 +00:00 |
Johnny Chen
|
dedd7d6ed6
|
Add fuzz calls for SBStringList and add obj.Clear() calls for some files.
llvm-svn: 134040
|
2011-06-28 23:29:14 +00:00 |
Johnny Chen
|
3c7a726a6d
|
Add fuzz calls for SBDebugger.
llvm-svn: 133848
|
2011-06-25 00:09:29 +00:00 |