[PATCH] D52101: [lldb-mi] Correct regex in the symbol-list-lines test

Alexander Polyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 15 10:08:20 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342329: [lldb-mi] Correct regex in the symbol-list-lines test (authored by apolyakov, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D52101?vs=165520&id=165647#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52101

Files:
  lldb/trunk/lit/tools/lldb-mi/symbol/symbol-list-lines.test


Index: lldb/trunk/lit/tools/lldb-mi/symbol/symbol-list-lines.test
===================================================================
--- lldb/trunk/lit/tools/lldb-mi/symbol/symbol-list-lines.test
+++ lldb/trunk/lit/tools/lldb-mi/symbol/symbol-list-lines.test
@@ -14,7 +14,7 @@
 # CHECK: ^error,msg="File Handler. Invalid file name path"
 
 -symbol-list-lines symbol-list-lines.c
-# CHECK: ^done,lines=[{pc="0x{{[0-9A-Fa-f]+}}",line="3"},{pc="0x{{[0-9A-Fa-f]+}}",line="4"},{pc="0x{{[0-9A-Fa-f]+}}",line="5"}]
+# CHECK: ^done,lines=[{pc="0x{{[0-9A-Fa-f]+}}",line="3"},{pc="0x{{[0-9A-Fa-f]+}}",line="4"},{pc="0x{{[0-9A-Fa-f]+}}",line="5"}{{.*}}]
 
 -symbol-list-lines list-lines-helper.c
-# CHECK: ^done,lines=[{pc="0x{{[0-9A-Fa-f]+}}",line="1"},{pc="0x{{[0-9A-Fa-f]+}}",line="2"},{pc="0x{{[0-9A-Fa-f]+}}",line="3"}]
+# CHECK: ^done,lines=[{pc="0x{{[0-9A-Fa-f]+}}",line="1"},{pc="0x{{[0-9A-Fa-f]+}}",line="2"},{pc="0x{{[0-9A-Fa-f]+}}",line="3"}{{.*}}]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52101.165647.patch
Type: text/x-patch
Size: 950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180915/00e8d8d0/attachment.bin>


More information about the llvm-commits mailing list