We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f45593 commit f9ed9f0Copy full SHA for f9ed9f0
test/sys/test_uio.rs
@@ -14,6 +14,8 @@ use tempfile::tempdir;
14
use tempfile::tempfile;
15
16
#[test]
17
+// On Solaris sometimes wrtitev() returns EINVAL.
18
+#[cfg(not(target_os = "solaris"))]
19
fn test_writev() {
20
let mut to_write = Vec::with_capacity(16 * 128);
21
for _ in 0..16 {
0 commit comments