All invocations are updated to use the generic expectedFailureAll.
Details
Details
Diff Detail
Diff Detail
Event Timeline
packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py | ||
---|---|---|
26–27 | We have skipIfFreeBSD and then 2 instances of expectedFailureFreeBSD, the second of which is a duplicate of the skip. Maybe you could just delete the second line. | |
packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py | ||
22 | Missing closing ] after 'freebsd' |
packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py | ||
---|---|---|
26–28 | Yes - I left two of them because they're different PRs, but didn't notice that the 2nd was a duplicate of the @skipIfFreeBSD. Thanks for catching it. | |
packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py | ||
22 | thanks, not sure how that slipped through. |
We have skipIfFreeBSD and then 2 instances of expectedFailureFreeBSD, the second of which is a duplicate of the skip. Maybe you could just delete the second line.