Skip to content

Commit 8cb57af

Browse files
committed
Update docs on how expected failures in deps are treated
1 parent 0d557d5 commit 8cb57af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/tutorial.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,6 +1564,12 @@ Here is an example combined failure (``XPASS`` and ``FAIL``):
15641564
15651565
You can try different combinations of :func:`~reframe.core.builtins.xfail` markings and reference values to explore the behavior.
15661566

1567+
Expected failures and dependencies
1568+
----------------------------------
1569+
1570+
If a test fails expectedly, all its dependent tests will be skipped.
1571+
If it passes unexpectedly, then this is treated as any other failure.
1572+
15671573

15681574
Managing the run session
15691575
========================

0 commit comments

Comments
 (0)