We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c1afd commit 389c6eaCopy full SHA for 389c6ea
lldb/packages/Python/lldbsuite/test/decorators.py
@@ -100,10 +100,6 @@ def expectedFailure_impl(func):
100
def wrapper(*args, **kwargs):
101
xfail_reason = expected_fn(*args, **kwargs)
102
if xfail_reason is not None:
103
- if configuration.results_formatter_object is not None:
104
- # Mark this test as expected to fail.
105
- configuration.results_formatter_object.handle_event(
106
- EventBuilder.event_for_mark_test_expected_failure(self))
107
xfail_func = unittest2.expectedFailure(func)
108
xfail_func(*args, **kwargs)
109
else:
0 commit comments