mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +03:00
2df09a428a
This formulation accounts for the fact that test vectors are chosen randomly with replacement. Fixes #461
29 lines
750 B
Plaintext
29 lines
750 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
property x_eval Using exhaustive testing.
|
|
testing...passed 1 tests.
|
|
Q.E.D.
|
|
property x_distinct Using exhaustive testing.
|
|
testing...passed 1 tests.
|
|
Q.E.D.
|
|
property moderately_bogus_property Using random testing.
|
|
testing...passed 100 tests.
|
|
Expected test coverage: 32.39% (83 of 256 values)
|
|
property x_eval Using exhaustive testing.
|
|
testing...passed 1 tests.
|
|
Q.E.D.
|
|
property x_distinct Using exhaustive testing.
|
|
testing...passed 1 tests.
|
|
Q.E.D.
|
|
property moderately_bogus_property Using exhaustive testing.
|
|
testing...passed 256 tests.
|
|
Q.E.D.
|
|
:prove x_eval
|
|
Q.E.D.
|
|
:prove x_distinct
|
|
Q.E.D.
|
|
:prove moderately_bogus_property
|
|
|
|
Run-time error: cannot evaluate 'random' with symbolic inputs
|