Home
last modified time | relevance | path

Searched refs:test (Results 1 – 16 of 16) sorted by relevance

/rust/uapi/
A Dlib.rs12 #![cfg_attr(test, allow(deref_nullptr))]
13 #![cfg_attr(test, allow(unaligned_references))]
14 #![cfg_attr(test, allow(unsafe_op_in_unsafe_fn))]
/rust/bindings/
A Dlib.rs13 #![cfg_attr(test, allow(deref_nullptr))]
14 #![cfg_attr(test, allow(unaligned_references))]
15 #![cfg_attr(test, allow(unsafe_op_in_unsafe_fn))]
/rust/kernel/
A Dalloc.rs5 #[cfg(not(any(test, testlib)))]
11 #[cfg(any(test, testlib))]
14 #[cfg(any(test, testlib))]
A Dstr.rs630 #[test]
639 #[test]
647 #[test]
657 #[test]
670 #[test]
682 #[test]
695 #[test]
710 #[test]
A Dkunit.rs351 #[test]
356 #[test]
A Derror.rs161 #[cfg(not(any(test, testlib)))]
178 #[cfg(any(test, testlib))]
A Dcpumask.rs113 pub fn test(&self, cpu: CpuId) -> bool { in test() method
A Dlib.rs209 #[cfg(not(any(testlib, test)))]
/rust/
A D.gitignore10 test/
/rust/pin-init/examples/
A Dpthread_mutex.rs142 #[cfg_attr(test, test)]
143 #[cfg_attr(all(test, miri), ignore)]
A Dlinked_list.rs148 #[cfg_attr(test, test)]
A Dmutex.rs191 #[cfg_attr(test, test)]
/rust/macros/
A Dkunit.rs103 for test in &tests { in kunit_tests()
/rust/pin-init/src/
A D__internal.rs190 #[test]
/rust/kernel/alloc/
A Dkvec.rs1302 #[test]
/rust/pin-init/
A DREADME.md6 …low Status](https://img.shields.io/github/actions/workflow/status/Rust-for-Linux/pin-init/test.yml)

Completed in 711 milliseconds