twister: ignore ROM region overflows
Add ROM region to list of regions to optionally ignore overflows on. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
86ad71827c
commit
9aa4a70e5c
1 changed files with 1 additions and 1 deletions
|
@ -1986,7 +1986,7 @@ class CMake():
|
|||
log.write(log_msg)
|
||||
|
||||
if log_msg:
|
||||
res = re.findall("region `(FLASH|RAM|ICCM|DCCM|SRAM)' overflowed by", log_msg)
|
||||
res = re.findall("region `(FLASH|ROM|RAM|ICCM|DCCM|SRAM)' overflowed by", log_msg)
|
||||
if res and not self.overflow_as_errors:
|
||||
logger.debug("Test skipped due to {} Overflow".format(res[0]))
|
||||
self.instance.status = "skipped"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue