Commit 7ed7c91
committed
[CTS] Treat skipped tests as passes
The conformance tests skip tests when a devices returns
`UR_RESULT_ERROR_UNSUPPORTED_FEATURE` and the feature under test is
optional. As such, skipped tests count as passes because the device has
exhibiting valid behaviour. This patch changes how CTS pass rates are
calculated to match.1 parent cc268e5 commit 7ed7c91
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments