mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-09 17:15:06 +03:00
f380e1084d
This synchronizes the implementation of `roundAway` in the reference evaluator with the implementation of `Cryptol.Backend.FloatHelpers.floatToInteger`, which expects `NearAway` rather than `Away`. Fixes #1663. |
||
---|---|---|
.. | ||
constraint-guards | ||
enum | ||
examples | ||
ffi | ||
issues | ||
modsys | ||
mono-binds | ||
parser | ||
regression | ||
renamer | ||
suiteb | ||
.gitignore | ||
cryptol-test-runner.cabal | ||
Main.hs | ||
README |
Test suites: regression: tests from Cryptol-1's regression test suite. issues: tests related to issues in the bug tracker. To manually run the test suite over all issues/* tests simply cabal build the test suite runner then run: ./dist/build/cryptol-test-runner/cryptol-test-runner -c `which cryptol` ./issues/*.icry