test-result-kind

[syntax] test-result-kind runner

SRFI-64: returns the following result code of the most recent test. If the result is not available yet, the result of the test expected to fail is 'xfail, the result of the test expected to skip is 'skip, or otherwise #f.

'pass

passed as expected

'fail

failed but was unexpected

'xpass

passed but was unexpected

'xfail

failed as expected

'skip

skipped

#f

no tests have been run