File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ If you add `XFAIL` without `XFAIL-TRACKER` directive,
348348
349349Some tests may be considered unsupported, e.g.:
350350* the test checks the feature that is not supported by some
351- backend / device / OS / overall .
351+ backend / device / OS / etc .
352352* the test is flaky or hangs, so it can't be marked with ` XFAIL ` .
353353
354354In these cases the test can be marked with ` UNSUPPORTED ` . This mark should be
@@ -376,4 +376,6 @@ To disable the test completely, you can use:
376376```
377377
378378Note: please avoid using ` REQUIRES: TEMPORARY_DISABLED ` for this purpose, it's
379- a non-standard mechanism. Use ` UNSUPPORTED: true ` instead.
379+ a non-standard mechanism. Use ` UNSUPPORTED: true ` instead, we track
380+ ` UNSUPPORTED ` tests using the mechanism described above. Otherwise the test
381+ risks remaining untraceable.
You can’t perform that action at this time.
0 commit comments