This revision was automatically updated to reflect the committed changes.
Closed by commit rL261355: Remove expectedFailureFreeBSD decorator (authored by
emaste).
Changed prior to commit:
http://reviews.llvm.org/D17455?vs=48529&id=48533#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17455
emaste added inline comments.
Comment at:
packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py:26-27
@@ -25,5 +25,4 @@
@skipIfFreeBSD # llvm.org/pr24691 skipping to avoid crashing the test
runner
-@expectedFailureFreeBSD('llvm.org/pr19011') # N
emaste updated this revision to Diff 48529.
emaste added a comment.
Address zturner feedback
http://reviews.llvm.org/D17455
Files:
packages/Python/lldbsuite/test/decorators.py
packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
packages/Python/lld
zturner added inline comments.
Comment at:
packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py:26-27
@@ -25,4 +25,4 @@
@skipIfFreeBSD # llvm.org/pr24691 skipping to avoid crashing the test
runner
-@expectedFailureFreeBSD('llvm.org/pr19011') #
emaste created this revision.
emaste added a reviewer: zturner.
emaste added a subscriber: lldb-commits.
All invocations are updated to use the generic expectedFailureAll.
http://reviews.llvm.org/D17455
Files:
packages/Python/lldbsuite/test/decorators.py
packages/Python/lldbsuite/test/expr