mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
Add a fuzz call for SBCommunication: obj.connect(None).
llvm-svn: 146912
This commit is contained in:
@@ -14,6 +14,7 @@ def fuzz_obj(obj):
|
||||
obj.AdoptFileDesriptor(1, False)
|
||||
obj.AdoptFileDesriptor(2, False)
|
||||
obj.Connect("file:/tmp/myfile")
|
||||
obj.Connect(None)
|
||||
obj.Disconnect()
|
||||
obj.IsConnected()
|
||||
obj.GetCloseOnEOF()
|
||||
|
||||
Reference in New Issue
Block a user