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