aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/iovec_SUITE.erl
AgeCommit message (Collapse)Author
2017-09-22Correctly append sub-binaries in iolist_to_iovecJohn Högberg
The byte_offset of sub-binaries wasn't taken into account for ProcBins, subtly ruining the results. The test suite didn't catch it since it didn't check for sub-binaries in particular, and only checked for equality between variations -- not whether the output was equal to the input.
2017-09-12erts: Fix leaking of fds in iovec_SUITELukas Larsson
2017-09-05erts: Add erlang:iolist_to_iovecLukas Larsson
OTP-14520