Skip to content

Commit

Permalink
runner.py: update overflow list options
Browse files Browse the repository at this point in the history
Adds custom memory section names used in
Espressif linker files.

Signed-off-by: Sylvio Alves <[email protected]>
  • Loading branch information
sylvioalves committed Jan 10, 2025
1 parent f07063d commit 798e1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pylib/twister/twisterlib/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ def run_build(self, args=None):

if log_msg:
overflow_found = re.findall(
"region `(FLASH|ROM|RAM|ICCM|DCCM|SRAM|dram\\d_\\d_seg)' overflowed by",
"region `(FLASH|ROM|RAM|ICCM|DCCM|SRAM|dram\\d_\\d_seg|iram\\d_\\d_seg)' overflowed by",

Check failure on line 602 in scripts/pylib/twister/twisterlib/runner.py

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Python lint error (E501) see https://docs.astral.sh/ruff/rules/line-too-long

scripts/pylib/twister/twisterlib/runner.py:602 Line too long (108 > 100)

Check failure on line 602 in scripts/pylib/twister/twisterlib/runner.py

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Python lint error (E501) see https://docs.astral.sh/ruff/rules/line-too-long

scripts/pylib/twister/twisterlib/runner.py:602 Line too long (108 > 100)

Check failure on line 602 in scripts/pylib/twister/twisterlib/runner.py

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Python lint error (E501) see https://docs.astral.sh/ruff/rules/line-too-long

scripts/pylib/twister/twisterlib/runner.py:602 Line too long (108 > 100)
log_msg
)
imgtool_overflow_found = re.findall(
Expand Down

0 comments on commit 798e1e9

Please sign in to comment.