[Lldb-commits] [PATCH] D16936: Remove expectedFailureWindows decorator
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Sun Feb 7 21:22:44 PST 2016
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
More information about the lldb-commits
mailing list