Re: [Lldb-commits] [PATCH] D17455: Remove expectedFailureFreeBSD decorator

2016-02-19 Thread Ed Maste via lldb-commits
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

Re: [Lldb-commits] [PATCH] D17455: Remove expectedFailureFreeBSD decorator

2016-02-19 Thread Ed Maste via lldb-commits
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

Re: [Lldb-commits] [PATCH] D17455: Remove expectedFailureFreeBSD decorator

2016-02-19 Thread Ed Maste via lldb-commits
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

Re: [Lldb-commits] [PATCH] D17455: Remove expectedFailureFreeBSD decorator

2016-02-19 Thread Zachary Turner via lldb-commits
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') #

[Lldb-commits] [PATCH] D17455: Remove expectedFailureFreeBSD decorator

2016-02-19 Thread Ed Maste via lldb-commits
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