History log of /seL4-l4v-master/HOL4/src/num/termination/selftest.sml
Revision Date Author Comments
# f6af3fe8 08-Jul-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Tidy up output of selftest in num/termination


# f288883e 23-Jun-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

More fixes given testutils API change


# 6599f233 08-Nov-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Revert "Put variant regression test into tfl's selftest"

This reverts commit 2a25e6b67662cae9559c5ab0952fb64ff5aabd1a.

This test requires lists, which aren't yet built at the time this
particular test is run.


# 2a25e6b6 07-Nov-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Put variant regression test into tfl's selftest

There are variations on this theme in src/tfl/examples/variant, but
that file is not tested by the selftest machinery.


# 744f9a3b 21-Apr-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix many selftests to have prettier output


# 38a8c41c 15-Mar-2016 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Add tests for commit 9d6174e.

Needed to update the Holmakefile to get the tests to run.


# 07caf9e3 24-Jun-2013 Michael Norrish <michael.norrish@nicta.com.au>

Fix a bug preventing TFL schema variables from being called "x".

The same problem led to inscrutable errors when attempting to define a
normal function (there should just be a "there is a free variable on
the RHS" error in this case).


# dc266733 14-Dec-2012 Michael Norrish <Michael.Norrish@nicta.com.au>

Another test catching a bug introduced by case-const arg-flip.

This is ongoing progress with really getting issue #97 resolved.


# 951cf200 11-Dec-2012 Michael Norrish <michael.norrish@nicta.com.au>

Test demonstrating bug in Define with literal patterns.

This is a consequence of case-const arg-flipping of course.


# faa1a775 06-Dec-2012 Michael Norrish <Michael.Norrish@nicta.com.au>

A new test for mutually recursive function definition.

There is already a test that tweaks the bug I am seeing in
src/datatype, but that depends on a mutually recursive datatype so I
figured it was a good idea to get at the functionality without the
datatype issue being required.