Skip to content

Commit

Permalink
Merge pull request #233 from loosebazooka/patch-1
Browse files Browse the repository at this point in the history
undefined
  • Loading branch information
jku authored Nov 22, 2024
2 parents 22a00e8 + bb89502 commit 1d9f927
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,21 @@ There are two required steps:
### Expected failures
The test suite also contains tests that are not strictly speaking specification requirements (such as
tests for specific keytype or hash algorithm suport). Clients can mark tests as "expected failures"
The test suite contains tests that are not strictly specification requirements (such as
tests for specific keytype or hash algorithm support). Clients can mark tests as "expected failures"
if they do not intend to support this specific feature.
The tests that are expected to fail can be listed in `<entrypoint>.xfails` file. In the previous
workflow example the xfails file would be `path/to/my/test/executable.xfails`

the `.xfails` file may contain singular tests, test groups or parameterized tests from a test group
```
# Comments are ok on separate lines
test-name
test-group
test-group[parameter]
```
## Development
This repository contains two client-under-test CLI protocol implementations
Expand Down
1 change: 1 addition & 0 deletions clients/go-tuf/go-tuf.xfails
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# RSA-PSS is not yet supported (https://github.com/theupdateframework/go-tuf/pull/625)
test_keytype_and_scheme[rsa/rsassa-pss-sha256]

0 comments on commit 1d9f927

Please sign in to comment.