History log of /seL4-l4v-master/HOL4/src/meson/test/selftest.sml
Revision Date Author Comments
# 3f7c783c 29-Jun-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Fix selftest broken by 5c272847d0d (it wanted to use flip as a var)


# 7fc780b2 24-Oct-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

More tweaks to testutils

- change API of check_HOL_ERR to be tupled rather than curried (makes
it easier to write the (fn _ => true) predicate)
- add check_result entrypoint


# 654be2c5 24-Oct-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Tweak testutils

- output on failures now prettier
- more utility functions
- make 'a testresult same as 'a Exn.result


# ecc40743 03-Oct-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix meson selftest

It was assuming in more places than I first thought that numbers were
in scope, and I'd only tested it against hol rather than hol.bare.


# 580692af 02-Oct-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Create a selftest version of old src/meson/test.sml

Document behaviour in terms of "success" or "expected to fail" based
only on what happens with HOL as of this commit.