cryptol/tests
Eric Mertens c7504ea3c9
renderOneLine should render to one line (#1759)
renderOneLine should render to one line

Previously the implementation was using layoutCompat with the hope that this operation rendered to a single line. It doesn't. This function is only used in the obscure :dumptests command where rendering to a single line is important for the file format.
2024-10-01 16:05:24 -07:00
..
constraint-guards Check for syntactically invalid constraint guards in the parser (#1686) 2024-07-01 07:13:36 -04:00
docstrings Allow doctests to span multiple lines with a trailing \ like the REPL already supports (#1757) 2024-09-27 13:24:51 -07:00
enum Implement sanity checking for case 2024-01-31 12:01:52 -08:00
examples Update test with new naming convention 2022-07-26 13:23:59 +03:00
ffi Update mingw test 2024-06-02 04:20:31 -07:00
issues renderOneLine should render to one line (#1759) 2024-10-01 16:05:24 -07:00
modsys Update .stdout.mingw32 and .stdout.darwin files 2024-02-01 20:39:51 -05:00
mono-binds Fix more tests 2023-03-28 14:32:00 -07:00
parser Update docs.cry test to show preserved doctests 2024-06-03 10:09:40 -07:00
regression Implement Float's Literal instance in the reference evaluator 2024-07-31 12:41:21 -04:00
renamer Remove leading ./ from file names in test output 2019-10-28 13:57:37 -07:00
suiteb Limit :check to return only locally defined properties (#1731) 2024-09-16 09:34:08 -07:00
.gitignore Support FFI on Windows 2022-09-24 11:21:03 -04:00
cryptol-test-runner.cabal Require version 0.3 of test-lib 2021-04-22 09:08:19 -07:00
Main.hs Use the factored-out test-runner. 2018-12-11 16:30:02 -08:00
README Add comment in README explaining how to run tests. 2016-03-04 09:05:47 -08:00

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