Skip to content

Commit 1d9f927

Browse files
authored
Merge pull request #233 from loosebazooka/patch-1
undefined
2 parents 22a00e8 + bb89502 commit 1d9f927

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
3434
if they do not intend to support this specific feature.
3535
3636
The tests that are expected to fail can be listed in `<entrypoint>.xfails` file. In the previous
3737
workflow 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
4149
This repository contains two client-under-test CLI protocol implementations

clients/go-tuf/go-tuf.xfails

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# RSA-PSS is not yet supported (https://github.com/theupdateframework/go-tuf/pull/625)
12
test_keytype_and_scheme[rsa/rsassa-pss-sha256]

0 commit comments

Comments
 (0)