Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_select.py29 def test_errno(self): member in SelectTestCase
/external/rust/crates/nix/test/
Dtest_fcntl.rs354 fn test_errno() { in test_errno() function
/external/python/cpython2/Misc/NEWS.d/
D2.6a2.rst575 Rewrite test_errno to use unittest and no longer be a no-op.
/external/python/cffi/c/
Dtest_c.py2491 def test_errno(): function