def test_SBProcess(self): obj = lldb.SBProcess() if self.TraceOn(): print obj self.assertFalse(obj) # Do fuzz testing on the invalid obj, it should not crash lldb. import sb_process sb_process.fuzz_obj(obj)
def test_SBProcess(self): obj = lldb.SBProcess() if self.TraceOn(): print(obj) self.assertFalse(obj) # Do fuzz testing on the invalid obj, it should not crash lldb. import sb_process sb_process.fuzz_obj(obj)