Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/samples/zephyr/
Drun-tests.go107 err = expect(lg, lines, test.Expect)
143 func expect(lg io.Writer, lines <-chan string, exp string) error { func
/mcuboot-latest/boot/espressif/
DCMakeLists.txt48 # Set toolchain file that expect the same toolchain as IDF sets on PATH
/mcuboot-latest/sim/src/
Dimage.rs1696 .expect("RamData should contain all slots") in lookup()
2028 (true, 1) => self.cipher.as_ref().expect("Invalid image"), in find()