D | core.rs | 44 let image = r.$maker($($margs),*); localVariable 45 dump_image(&image, stringify!($name)); 46 assert!(!image.$test($($targs),*)); 92 let image = r.clone().make_image(&dep, true); localVariable 93 dump_image(&image, "dependency_combos"); 94 assert!(!image.run_check_deps(&dep)); 121 // If the first image is not met, we should hold back on the 123 // here, it could also be correct to upgrade only the second image). 137 // Test where only the first image is upgraded, and there are no 145 // Test one image with a valid dependency on the first image. [all …]
|