Searched refs:test (Results 1 – 16 of 16) sorted by relevance
| /rust/uapi/ |
| A D | lib.rs | 12 #![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 D | lib.rs | 13 #![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 D | alloc.rs | 5 #[cfg(not(any(test, testlib)))] 11 #[cfg(any(test, testlib))] 14 #[cfg(any(test, testlib))]
|
| A D | str.rs | 630 #[test] 639 #[test] 647 #[test] 657 #[test] 670 #[test] 682 #[test] 695 #[test] 710 #[test]
|
| A D | kunit.rs | 351 #[test] 356 #[test]
|
| A D | error.rs | 161 #[cfg(not(any(test, testlib)))] 178 #[cfg(any(test, testlib))]
|
| A D | cpumask.rs | 113 pub fn test(&self, cpu: CpuId) -> bool { in test() method
|
| A D | lib.rs | 209 #[cfg(not(any(testlib, test)))]
|
| /rust/ |
| A D | .gitignore | 10 test/
|
| /rust/pin-init/examples/ |
| A D | pthread_mutex.rs | 142 #[cfg_attr(test, test)] 143 #[cfg_attr(all(test, miri), ignore)]
|
| A D | linked_list.rs | 148 #[cfg_attr(test, test)]
|
| A D | mutex.rs | 191 #[cfg_attr(test, test)]
|
| /rust/macros/ |
| A D | kunit.rs | 103 for test in &tests { in kunit_tests()
|
| /rust/pin-init/src/ |
| A D | __internal.rs | 190 #[test]
|
| /rust/kernel/alloc/ |
| A D | kvec.rs | 1302 #[test]
|
| /rust/pin-init/ |
| A D | README.md | 6 …low Status](https://img.shields.io/github/actions/workflow/status/Rust-for-Linux/pin-init/test.yml)
|
Completed in 711 milliseconds