2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-07 16:15:22 +08:00

Fix exceptions test for zc706

Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
Egor Savkin 2025-02-05 17:56:50 +08:00 committed by Sébastien Bourdeauducq
parent a360628e95
commit ae12270363

View File

@ -65,7 +65,7 @@ class KernelRTIOUnderflow(EnvExperiment):
RTIO_UNDERFLOW_PATTERN = re.compile(
r'''(?xs)RTIOUnderflow\(\d+\):\ RTIO\ underflow\ at\ (?=
(?=.*\d+\s*mu\b)
(?=.*channel\s+0x[0-9A-Fa-f]+:led\d*)
(?=.*channel\s+0x[0-9A-Fa-f]+:(led\d*|unknown))
(?=.*slack\s+-\d+\s*mu)
).+$
''',