Lines Matching refs:e

303         with self.assertRaises(ValueError) as e:
306 str(e.exception))
310 with self.assertRaises(Exception) as e:
314 'No such file or directory'], str(e.exception))
322 with self.assertRaises(Exception) as e:
325 str(e.exception))
329 with self.assertRaises(Exception) as e:
331 self.assertIn("does not have a 'binman' node", str(e.exception))
341 with self.assertRaises(Exception) as e:
346 "'/binman/not-a-valid-type'", str(e.exception))
381 with self.assertRaises(ValueError) as e:
384 "of two", str(e.exception))
474 with self.assertRaises(ValueError) as e:
477 "of two", str(e.exception))
481 with self.assertRaises(ValueError) as e:
484 "power of two", str(e.exception))
488 with self.assertRaises(ValueError) as e:
491 "align 0x4 (4)", str(e.exception))
495 with self.assertRaises(ValueError) as e:
498 "align-size 0x4 (4)", str(e.exception))
502 with self.assertRaises(ValueError) as e:
506 str(e.exception))
510 with self.assertRaises(ValueError) as e:
513 "but entry size is 0x3 (3)", str(e.exception))
517 with self.assertRaises(ValueError) as e:
520 "size 0x3 (3)", str(e.exception))
540 with self.assertRaises(ValueError) as e:
543 "align-size 0x8 (8)", str(e.exception))
547 with self.assertRaises(ValueError) as e:
550 "two", str(e.exception))
582 with self.assertRaises(ValueError) as e:
586 str(e.exception))
595 with self.assertRaises(ValueError) as e:
598 "using end-at-4gb", str(e.exception))
602 with self.assertRaises(ValueError) as e:
606 str(e.exception))
617 with self.assertRaises(ValueError) as e:
620 "signature", str(e.exception))
624 with self.assertRaises(ValueError) as e:
628 "position?", str(e.exception))
730 with self.assertRaises(ValueError) as e:
733 "node found in ", str(e.exception))
737 with self.assertRaises(ValueError) as e:
740 "microcode region u-boot-dtb-with-ucode", str(e.exception))
744 with self.assertRaises(ValueError) as e:
747 "microcode region u-boot-ucode", str(e.exception))
756 with self.assertRaises(ValueError) as e:
759 "_dt_ucode_base_size symbol in u-boot", str(e.exception))
768 with self.assertRaises(ValueError) as e:
772 "image ranging from 00000000 to 0000002e", str(e.exception))
793 with self.assertRaises(ValueError) as e:
796 "entry 'invalid-entry'", str(e.exception))