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