• Home
  • Raw
  • Download

Lines Matching full:shouldn

74         .expect("Allocation shouldn't fail");  in test_read_consistency_same_address()
76 let value_ref = handle_map.get(handle).expect("Getting shouldn't fail"); in test_read_consistency_same_address()
145 .expect("Allocation shouldn't fail"); in test_full_lifecycle_independent_handles()
149 .expect("Getting the value shouldn't fail"); in test_full_lifecycle_independent_handles()
155 .expect("Mutating the value shouldn't fail"); in test_full_lifecycle_independent_handles()
161 .expect("Getting the value after modification shouldn't fail"); in test_full_lifecycle_independent_handles()
166 .expect("Deallocation shouldn't fail"); in test_full_lifecycle_independent_handles()
181 .expect("Allocation shouldn't fail"); in test_consistency_of_same_handle_multithreaded_modifications()
190 .expect("Getting the value from thread A shouldn't fail"); in test_consistency_of_same_handle_multithreaded_modifications()
197 .expect("Mutating the value from thread A shouldn't fail"); in test_consistency_of_same_handle_multithreaded_modifications()
208 .expect("Getting the value from thread B shouldn't fail"); in test_consistency_of_same_handle_multithreaded_modifications()
215 .expect("Mutating the value from thread B shouldn't fail"); in test_consistency_of_same_handle_multithreaded_modifications()
237 .expect("Initial allocations shouldn't fail"); in test_non_overwriting_old_handles()
263 .expect("Individual threads shouldn't fail"); in test_non_overwriting_old_handles()
288 .expect("Allocation shouldn't fail"); in test_deallocate_unallocated_handle()
291 .expect("Deallocation shouldn't fail"); in test_deallocate_unallocated_handle()
302 .expect("Allocation shouldn't fail"); in test_get_unallocated_handle()
305 .expect("Deallocation shouldn't fail"); in test_get_unallocated_handle()
316 .expect("Allocation shouldn't fail"); in test_get_mut_unallocated_handle()
319 .expect("Deallocation shouldn't fail"); in test_get_mut_unallocated_handle()