Also test large binaries, which forces the dirty scheduler variants.
This commit is contained in:
parent
a49c5a816c
commit
8c567be6a6
@ -34,7 +34,7 @@ g_iolist(N) ->
|
||||
g_iodata() ->
|
||||
fault(
|
||||
oneof([elements([a,b,c]), real()]),
|
||||
oneof([binary(), g_iolist()])).
|
||||
oneof([binary(), g_iolist(), eqc_gen:largebinary(64*1024)])).
|
||||
|
||||
v_iolist([]) -> true;
|
||||
v_iolist([B|Xs]) when is_binary(B) -> v_iolist(Xs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user