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