Skip to content

Commit faaf532

Browse files
committed
update readme
1 parent 67f66ab commit faaf532

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sycl/test-e2e/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ If you add `XFAIL` without `XFAIL-TRACKER` directive,
348348

349349
Some 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

354354
In 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

378378
Note: 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.

0 commit comments

Comments
 (0)