Skip to content

Commit a53da1a

Browse files
committed
Ignore expected errors.
1 parent 55eeab6 commit a53da1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/framer/script.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test
1616
if ENV["_"] =~ /afl/
1717
require 'kisaten'
1818

19-
Kisaten.crash_at [Exception], [EOFError, Protocol::HTTP2::FrameSizeError], Signal.list['USR1']
19+
Kisaten.crash_at [Exception], [EOFError, Protocol::HTTP2::FrameSizeError, Protocol::HTTP2::ProtocolError], Signal.list['USR1']
2020

2121
while Kisaten.loop 10_000
2222
test

0 commit comments

Comments
 (0)