]> Sergey Matveev's repositories - public-inbox.git/commit
t/epoll: adjust for u64_mod_8 case
authorEric Wong <e@80x24.org>
Thu, 6 Aug 2020 09:28:22 +0000 (02:28 -0700)
committerEric Wong <e@80x24.org>
Thu, 6 Aug 2020 21:09:29 +0000 (21:09 +0000)
commit90ea51959df8076870bd5e9efdf1e433eca9f55c
tree96e2193fc3c3c498927314472922ea301fc610c0
parent11c4929d7ee08b4174918fd9e3d10e10636a054c
t/epoll: adjust for u64_mod_8 case

epoll_wait_mod8 places a dummy element into the [2] slot of the
nested array, which caused is_deeply to fail.

Tested on aarch64.
t/epoll.t