mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 11:22:33 +03:00
3b524e1ae5
Since #171 was fixed in b77dd2a8
, the tests and proofs
are run in the order they appear in the source file.
31 lines
581 B
Plaintext
31 lines
581 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
property t0 Using exhaustive testing.
|
|
testing...passed 1 tests.
|
|
Q.E.D.
|
|
property t1 Using random testing.
|
|
testing...passed 100 tests.
|
|
Coverage: 0.00% (100 of 2^^32 values)
|
|
property t2 Using random testing.
|
|
testing...passed 100 tests.
|
|
Coverage: 0.00% (100 of 2^^64 values)
|
|
property f0 Using exhaustive testing.
|
|
testing...FAILED
|
|
:prove t0
|
|
Q.E.D.
|
|
:prove t1
|
|
Q.E.D.
|
|
:prove t2
|
|
Q.E.D.
|
|
:prove f0
|
|
f0 = False
|
|
:sat t0
|
|
t0 = True
|
|
:sat t1
|
|
t1 0x00000000 = True
|
|
:sat t2
|
|
t2 0xfffffffe 0xffffffff = True
|
|
:sat f0
|
|
Unsatisfiable
|