[Lldb-commits] [PATCH] [TestMiExec] Fix the test for GCC after r233336.

Siva Chandra sivachandra at google.com
Fri Mar 27 08:59:37 PDT 2015


Hi vharron,

http://reviews.llvm.org/D8664

Files:
  test/tools/lldb-mi/control/TestMiExec.py

Index: test/tools/lldb-mi/control/TestMiExec.py
===================================================================
--- test/tools/lldb-mi/control/TestMiExec.py
+++ test/tools/lldb-mi/control/TestMiExec.py
@@ -289,7 +289,7 @@
         # (and that --frame is optional)
         self.runCmd("-exec-step --thread 1")
         self.expect("\^running")
-        self.expect("\*stopped,reason=\"end-stepping-range\".*func=\"s_MyFunction.*\"")
+        self.expect("\*stopped,reason=\"end-stepping-range\".*func=\".*s_MyFunction.*\"")
 
         # Test that -exec-step steps into g_MyFunction from inside
         # s_MyFunction (and that both --thread and --frame are optional)
@@ -411,7 +411,7 @@
         # s_MyFunction (and that --frame is optional)
         self.runCmd("-exec-finish --thread 1")
         self.expect("\^running")
-        self.expect("\*stopped,reason=\"end-stepping-range\".*func=\"s_MyFunction.*\"")
+        self.expect("\*stopped,reason=\"end-stepping-range\".*func=\".*s_MyFunction.*\"")
 
         # Test that -exec-finish returns from s_MyFunction
         # (and that both --thread and --frame are optional)

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8664.22800.patch
Type: text/x-patch
Size: 1132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150327/ac420e05/attachment.bin>


More information about the lldb-commits mailing list