
On Tue, Jun 28, 2022 at 10:52:32AM -0300, Fabio Estevam wrote:
Hi Heinrich,
On Fri, Jun 17, 2022 at 1:59 AM Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
This causes: https://source.denx.de/u-boot/u-boot/-/jobs/450891#L229 for all instances of sandbox running that test.
This is a only a bug to the test environment:
test/py/u_boot_console_base.py:110: self.prompt_compiled = re.compile('^' + re.escape(self.prompt), re.MULTILINE)
There must not be any byte before the prompt on the line for the test environment to recognize it as a prompt.
I will look into the problem.
Have you had a chance to look into this?
2022.07 is really close and it would be nice to get a fix for this regression.
I thought this was worked around for now? The non-testing case should be fine again, and tests do need to do additional code to work, which is not ideal, but good enough for the moment.