nix icon indicating copy to clipboard operation
nix copied to clipboard

Test `sys::test_uio::test_writev` randomly fails on Solaris

Open SteveLauC opened this issue 11 months ago • 0 comments
trafficstars

It failed in this line: https://github.com/nix-rust/nix/blob/0f4559386404f58803b27807201b4dd6d1411f50/test/sys/test_uio.rs#L48

  ---- sys::test_uio::test_writev stdout ----
  thread 'sys::test_uio::test_writev' panicked at test/sys/test_uio.rs:48:29:
  couldn't write: EINVAL

Currently, we have no idea about the root cause so we decided to disable it.

SteveLauC avatar Dec 01 '24 15:12 SteveLauC