[Lldb-commits] [lldb] r131681 - /lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
Johnny Chen
johnny.chen at apple.com
Thu May 19 14:31:35 PDT 2011
Author: johnny
Date: Thu May 19 16:31:35 2011
New Revision: 131681
URL: http://llvm.org/viewvc/llvm-project?rev=131681&view=rev
Log:
Add radar info.
Modified:
lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
Modified: lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py?rev=131681&r1=131680&r2=131681&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py Thu May 19 16:31:35 2011
@@ -45,6 +45,7 @@
self.expect("print str",
substrs = ['Hello world'])
+ # rdar://problem/9471744 test failure: ./dotest.py -C clang -v -w -t -p CallStdString
# runCmd: print str.c_str()
# runCmd failed!
# error: Couldn't convert the expression to DWARF
More information about the lldb-commits
mailing list