tfiala added a comment.
Here's one:
Traceback (most recent call last):
File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1442, in dsym_test_method
return attrvalue(self)
File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/decorators.py",
line 74, in wrapper
xfail_reason = expected_fn(self)
File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/decorators.py",
line 171, in fn
reason_str = reason_str + " [" + bugnumber + "]"
TypeError: cannot concatenate 'str' and 'function' objects
Here's another:
Traceback (most recent call last):
File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1442, in dsym_test_method
return attrvalue(self)
File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/decorators.py",
line 74, in wrapper
xfail_reason = expected_fn(self)
File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/decorators.py",
line 171, in fn
reason_str = reason_str + " [" + bugnumber + "]"
TypeError: cannot concatenate 'str' and 'int' objects
Config=x86_64-/usr/bin/clang
http://reviews.llvm.org/D16936
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits