================ @@ -0,0 +1,23 @@ +UNSUPPORTED: system-windows + +# RUN: %clang_host -g %S/Inputs/main.c -o %t +# RUN: %lldb %t -b -o 'image lookup -r -s ma' | FileCheck %s + +# CHECK: 3 symbols match the regular expression 'ma' in {{.*}} +# The [[ confuses FileCheck so regex match it. +# CHECK-NEXT: Name: {{.+}}31mma{{.+}}0min.c ---------------- DavidSpickett wrote:
Only the lines that are supposed to have colour are important here, and ordering isn't really an issue. Keep the "3 symbols match" check, just as a sanity check in case the output changes, but then only check for the lines with colour (you won't need -NEXT). https://github.com/llvm/llvm-project/pull/69422 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits