forth2012-test-suite icon indicating copy to clipboard operation
forth2012-test-suite copied to clipboard

Test programs for Forth 2012 and ANS Forth

Results 13 forth2012-test-suite issues
Sort by recently updated
recently updated
newest added

I would like to suggest a test for RESIZE where the size argument is zero. This is a corner case, but I think it's not disallowed by the standard. E.g....

Added a test that verifies that LEAVE performed in outer DO-LOOP construct leaves to the outer LOOP. This is aimed to catch the case where LEAVE erroneously leaves to the...

Could this test suite also include a functionality to automatically check what the word sets are provided and what names from them are absent? So, in place of "word is...

The last line of `utilities.fth` reads: ` CR $" Test utilities loaded" TYPE CR` There is no such word `$"` Maybe it was intended to read: `CR S" Test utilities...

>FLOAT is tested in the provisional floating point test package src/fp/to-float-test.4th. This tests for compliance with the BNF specification for >FLOAT in section 12.6.1.0558 of the standard which does not...

The specification of NAME>INTERPRET in section 15.6.2.1909.20 of the Forth 2012 standard document includes "If nt has no interpretation semantics, NAME>INTERPRET returns 0." Following a discussion on comp.lang.forth there seems...

While running the tests, certain Implementation-defined characteristics of the Forth system may be derived, such as the number of bits in a cell. It would be nice if these derived...

enhancement

I've created a new release v0.13.1 with the recent changes we have made and also uploaded a new test file called prelimtest.fth (see prelimtest.md for details) into the master branch....

enhancement

Currently runtests.fth uses S" in interpreter mode which is a File-Access word set capability and uses INCLUDED also from that word set. I don't think we can do much about...

enhancement