1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-19 21:29:39 +00:00
of816/test
2020-01-08 12:25:03 -08:00
..
7.3.1.fs correct broken tests 2020-01-06 10:08:50 -08:00
7.3.2.1.fs Start adding unit tests 2019-12-29 14:53:44 -08:00
7.3.2.2.fs additional tests 2020-01-08 12:25:03 -08:00
7.3.2.3.fs fix broken test 2020-01-06 10:13:52 -08:00
7.3.2.4.fs Start adding unit tests 2019-12-29 14:53:44 -08:00
7.3.2.5.fs Start adding unit tests 2019-12-29 14:53:44 -08:00
7.3.3.fs Add 7.3.3 and 7.3.4 unit tests 2020-01-01 23:20:53 -08:00
7.3.4.fs word existence test future-proofing 2020-01-07 18:13:05 -08:00
7.3.5.fs fix broken test support 2020-01-06 19:51:19 -08:00
7.3.6.fs add more comparison operator tests 2020-01-01 23:33:13 -08:00
7.3.7.fs add tests for section 7.3.7 2020-01-05 15:38:56 -08:00
7.3.8-i.fs yet more tests 2020-01-06 18:52:18 -08:00
7.3.8.fs add tests for control flow commands in interpretation state 2020-01-06 08:20:21 -08:00
7.3.9.fs add tests for OF816 words; test coverage is 67% of words 2020-01-07 18:19:00 -08:00
of816-words.fs additional tests 2020-01-08 12:25:03 -08:00
README.md README for unit tests 2019-12-29 15:02:46 -08:00
test-manifest.yaml add tests for OF816 words; test coverage is 67% of words 2020-01-07 18:19:00 -08:00
test-utils.fs Start adding unit tests 2019-12-29 14:53:44 -08:00
tester.fs Start adding unit tests 2019-12-29 14:53:44 -08:00

OF816 Unit tests

This directory contains unit tests for OF816. The *.fs files contain the tests and test support files. Most tests are arranged in the order they appear in IEEE 1275-94 chapter 7.

Tests written in ALL CAPS, and tester.fs were borrowed from the Forth 2012/ANSI Forth test suite, and are public-domain.

Tests written in mixed case are modified from the same source, and also public domain.

Tests written in lower case are hereby released to the public domain as an exception to the licensing terms of OF816 itself.

Test Execution

The tests are designed to run under the (currently unreleased) GoSXB emulator. In the GoSXB platform directory is a crude script to run the tests.

The tests are run in the order described in test-manifest.yaml.