From 19b37618c9a3d14fe06b98a7c0fe86fea753d71e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 5 Jan 2024 09:46:33 -0300 Subject: [PATCH] Update changelog/11233.feature.rst --- changelog/11233.feature.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog/11233.feature.rst b/changelog/11233.feature.rst index 75f3742ff..788106208 100644 --- a/changelog/11233.feature.rst +++ b/changelog/11233.feature.rst @@ -1 +1,5 @@ -Report tracebacks for xfailures when ``-rx`` is set. Report captured output for xpasses when ``-rX`` is set. For xpasses, add ``-`` in summary between test name and reason, to match the format of xfail. +Improvements to how ``-r`` for xfailures and xpasses: + +* Report tracebacks for xfailures when ``-rx`` is set. +* Report captured output for xpasses when ``-rX`` is set. +* For xpasses, add ``-`` in summary between test name and reason, to match how xfail is displayed.