Lines Matching +full:test +full:- +full:wasm
6 fn octillion() -> rayon::range::Iter<u128> { in octillion()
11 fn octillion_inclusive() -> rayon::range_inclusive::Iter<u128> { in octillion_inclusive()
16 fn octillion_flat() -> impl ParallelIterator<Item = u128> { in octillion_flat()
36 // NOTE: `find_first` and `find_last` currently take too long on 32-bit targets,
39 #[test]
46 #[test]
53 #[test]
60 fn two_threads<F: Send + FnOnce() -> R, R: Send>(f: F) -> R { in two_threads()
63 // short-circuiting. We probably don't want testing to wait that long. ;) in two_threads()
70 #[test]
75 target_family = "wasm"
84 assert_eq!(x, Some(OCTILLION - 1)); in find_last_octillion()
87 #[test]
92 target_family = "wasm"
101 #[test]
106 target_family = "wasm"
112 assert_eq!(x, Some(OCTILLION - 1)); in find_last_octillion_flat()
115 #[test]
116 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
122 #[test]
123 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
129 #[test]
130 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
140 #[test]
141 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
151 #[test]
152 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]