[Lldb-commits] [PATCH] Fix and enable some tests on Linux (MI)
    Ilia K 
    ki.stfu at gmail.com
       
    Sun Mar  1 14:52:36 PST 2015
    
    
  
Need to check these changes on Darwin.
REPOSITORY
  rL LLVM
================
Comment at: tools/lldb-mi/stack/TestMiStack.py:299
@@ -298,3 +298,3 @@
         self.runCmd("-stack-info-frame")
-        self.expect("\^done,frame=\{level=\"1\",addr=\".+\",func=\".+\",file=\"\?\?\",fullname=\"\?\?\",line=\"-1\"\}")
+        self.expect("\^done,frame=\{level=\"1\",addr=\".+\",func=\".+\",file=\".+\",fullname=\".+\",line=\"(-1|\d+)\"\}")
 
----------------
fixme
http://reviews.llvm.org/D7987
EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
    
    
More information about the lldb-commits
mailing list