File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,21 @@ There are two required steps:
2929
3030### Expected failures
3131
32- The test suite also contains tests that are not strictly speaking specification requirements (such as
33- tests for specific keytype or hash algorithm suport ). Clients can mark tests as "expected failures"
32+ The test suite contains tests that are not strictly specification requirements (such as
33+ tests for specific keytype or hash algorithm support ). Clients can mark tests as "expected failures"
3434if they do not intend to support this specific feature.
3535
3636The tests that are expected to fail can be listed in ` <entrypoint>.xfails` file. In the previous
3737workflow example the xfails file would be `path/to/my/test/executable.xfails`
3838
39+ the `.xfails` file may contain singular tests, test groups or parameterized tests from a test group
40+ ```
41+ # Comments are ok on separate lines
42+ test-name
43+ test-group
44+ test-group[ parameter]
45+ ```
46+
3947## Development
4048
4149This repository contains two client-under-test CLI protocol implementations
Original file line number Diff line number Diff line change 1+ # RSA-PSS is not yet supported (https://github.com/theupdateframework/go-tuf/pull/625)
12test_keytype_and_scheme[rsa/rsassa-pss-sha256]
You can’t perform that action at this time.
0 commit comments