[Lldb-commits] [lldb] r155411 - /lldb/branches/lldb-platform-work/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py
Johnny Chen
johnny.chen at apple.com
Mon Apr 23 17:04:49 PDT 2012
Author: johnny
Date: Mon Apr 23 19:04:49 2012
New Revision: 155411
URL: http://llvm.org/viewvc/llvm-project?rev=155411&view=rev
Log:
Relax the expected substring to respect running this test case remotely.
Modified:
lldb/branches/lldb-platform-work/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py
Modified: lldb/branches/lldb-platform-work/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/lldb-platform-work/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py?rev=155411&r1=155410&r2=155411&view=diff
==============================================================================
--- lldb/branches/lldb-platform-work/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py (original)
+++ lldb/branches/lldb-platform-work/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py Mon Apr 23 19:04:49 2012
@@ -305,7 +305,7 @@
self.expect('frame variable bundle_string bundle_url main_bundle',
substrs = ['(NSBundle *) bundle_string = ',' @"/System/Library/Frameworks/Accelerate.framework"',
'(NSBundle *) bundle_url = ',' @"/System/Library/Frameworks/Cocoa.framework"',
- '(NSBundle *) main_bundle = ','test/functionalities/data-formatter/data-formatter-objc'])
+ '(NSBundle *) main_bundle = ','data-formatter-objc'])
self.expect('frame variable except0 except1 except2 except3',
substrs = ['(NSException *) except0 = ','name:@"TheGuyWhoHasNoName" reason:@"cuz it\'s funny"',
More information about the lldb-commits
mailing list