Remove fuzzing testcases
This commit is contained in:
parent
3f51dd25c7
commit
172717c0c5
@ -1,16 +1,11 @@
|
|||||||
package irc
|
package irc
|
||||||
|
|
||||||
import (
|
import (
|
||||||
// "github.com/thoj/go-ircevent"
|
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestParserCrash1(t *testing.T) {
|
|
||||||
Fuzz([]byte("pRIVMSG \x01ACTION\x01"))
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestConnectionEmtpyServer(t *testing.T) {
|
func TestConnectionEmtpyServer(t *testing.T) {
|
||||||
irccon := IRC("go-eventirc", "go-eventirc")
|
irccon := IRC("go-eventirc", "go-eventirc")
|
||||||
err := irccon.Connect("")
|
err := irccon.Connect("")
|
||||||
|
Loading…
Reference in New Issue
Block a user