rupprecht accepted this revision. rupprecht added inline comments. This revision is now accepted and ready to land.
================ Comment at: lldb/test/API/commands/register/register/TestRegistersUnavailable.py:43-53 + self.expect("register read --all", patterns=[ + "(?sm)^general purpose registers:\n" + "^\s+rdx = 0x5555555555555555\n" + ".*" + "^3 registers were unavailable.\n" + "\n" + "^supplementary registers:\n" ---------------- optional: IIUC, `patterns` takes a list of patterns which are checked in order, so you could remove extraneous regexes like this one and pass a list instead. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D145940/new/ https://reviews.llvm.org/D145940 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits