1*18f21f03SThomas Munro1..18 2*18f21f03SThomas Munrook 1 state initial 0: expected POLLOUT; got POLLOUT 3*18f21f03SThomas Munrook 2 state initial 1: expected POLLOUT; got POLLOUT 4*18f21f03SThomas Munrook 3 state after large write: expected 0; got 0 5*18f21f03SThomas Munrook 4 state other side after large write: expected POLLIN | POLLOUT; got POLLIN | POLLOUT 6*18f21f03SThomas Munronot ok 5 state other side after close: expected POLLIN | POLLHUP; got POLLIN | POLLOUT | POLLHUP 7*18f21f03SThomas Munronot ok 6 state other side after reading input: expected POLLHUP; got POLLIN | POLLOUT | POLLHUP 8*18f21f03SThomas Munrook 7 state after shutdown(SHUT_WR): expected POLLOUT; got POLLOUT 9*18f21f03SThomas Munrook 8 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT 10*18f21f03SThomas Munrook 9 state other side after reading EOF: expected POLLIN | POLLOUT; got POLLIN | POLLOUT 11*18f21f03SThomas Munrook 10 state after data from other side: expected POLLIN | POLLOUT; got POLLIN | POLLOUT 12*18f21f03SThomas Munrook 11 state after writing: expected POLLIN; got POLLIN 13*18f21f03SThomas Munronot ok 12 state after second shutdown: expected POLLIN | POLLHUP; got POLLIN | POLLOUT | POLLHUP 14*18f21f03SThomas Munronot ok 13 state after second shutdown: expected POLLHUP; got POLLIN | POLLHUP 15*18f21f03SThomas Munronot ok 14 state after close: expected POLLHUP; got POLLIN | POLLOUT | POLLHUP | 8 16*18f21f03SThomas Munrook 15 state after shutdown(SHUT_RD): expected POLLIN | POLLOUT; got POLLIN | POLLOUT 17*18f21f03SThomas Munrook 16 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT 18*18f21f03SThomas Munronot ok 17 state after shutdown(SHUT_WR): expected POLLHUP; got POLLIN | POLLOUT | POLLHUP 19*18f21f03SThomas Munronot ok 18 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT | POLLHUP 20*18f21f03SThomas Munrook 19 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT 21*18f21f03SThomas Munrook 20 state other side after write: expected POLLIN | POLLOUT; got POLLIN | POLLOUT 22*18f21f03SThomas Munronot ok 21 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT | POLLRDHUP; got POLLIN | POLLOUT | POLLHUP | POLLRDHUP 23