All invocations are updated to use the generic expectedFailureAll.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py | ||
---|---|---|
26–27 ↗ | (On Diff #48504) | 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 ↗ | (On Diff #48504) | Missing closing ] after 'freebsd' |
packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py | ||
---|---|---|
26–27 ↗ | (On Diff #48529) | 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 ↗ | (On Diff #48529) | thanks, not sure how that slipped through. |