Trying to use generate-tests
#5989
Labels
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
generate-tests
#5989
Dafny version
4.9.0
Code to produce this issue
No response
Command to run and resulting output
No response
What happened?
I am running
For this code: https://github.com/aws/aws-cryptographic-material-providers-library/blob/main/AwsCryptographyPrimitives/src/KDF/KdfCtr.dfy.
I added
method {:testEntry} KdfCounterMode(input: Types.KdfCtrInput)
method {:testInline} RawDerive(
function method {:testInline} Increment(
and to Wrappers.dfy
function {:testInline} Need
I get
Pulling out the boogie, I find
66521
for youHere is the Dafny:
Additionally, I only get a single test. Not many tests as I would expect.
asdf.bpl.zip
What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: