mbox series

[0/5,v2] oeqa/runtime/parselogs improvements

Message ID 20230923130411.766482-1-ross.burton@arm.com
Headers show
Series oeqa/runtime/parselogs improvements | expand

Message

Ross Burton Sept. 23, 2023, 1:04 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

Mostly the same as before, but this time with a missing casefold() added.

Ross

Ross Burton (5):
  oeqa/runtime/parselogs: improve find call
  oeqa/runtime/parselogs: don't pass around members
  oeqa/runtime/parselogs: move some variables out of global scope
  oeqa/runtime/parselogs: select the correct machine-specific ignores
    early
  oeqa/runtime/parselogs: parse the logs with Python, not grep

 meta/lib/oeqa/runtime/cases/parselogs.py | 141 +++++++++++------------
 1 file changed, 67 insertions(+), 74 deletions(-)