Home
last modified time | relevance | path

Searched refs:test_errno (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/vmm-sys-util/patches/
Dfix-unit-tests.patch9 thread 'errno::tests::test_errno' panicked at
15 file in the `test_errno` unit test.
/external/rust/android-crates-io/crates/nix/test/
Dtest.rs12 mod test_errno; module
Dtest_fcntl.rs549 fn test_errno() { in test_errno() function
/external/rust/android-crates-io/crates/vmm-sys-util/src/
Derrno.rs141 pub fn test_errno() { in test_errno() function
/external/python/cpython3/Lib/test/
Dtest_select.py32 def test_errno(self): member in SelectTestCase