Manual Page Result
0
Command: kyua-tester-result | Section: 5 | Source: MINIX | File: kyua-tester-result.5
KYUA-TESTER-RESULT(1) FreeBSD General Commands Manual KYUA-TESTER-RESULT(1)
NAME
kyua-tester-result - Result files created by the Kyua testers
SYNOPSIS
result_type[: result_reason]
DESCRIPTION
The `test' subcommand of the various Kyua testers creates a file
describing the result of the execution of a single test case.
The result file contains the type of the result and, optionally, a
textual description explaining what caused the given result. The
description is separated from the type by a colon-space character pair.
The result type may be any of the following:
broken The test case did not follow the conventions of the
test interface correctly and therefore it is
considered to be broken. This includes a test case
timing out.
expected_failure The test case raised an error but such error was
expected. The tester will repor the test as passed.
failed The test case raised an error.
passed The test case passed successfully.
skipped The test case was not executed because some
preconditions were not met. This is considered as a
successful result.
SEE ALSO
kyua-atf-tester(1), kyua-plain-tester(1)
FreeBSD 14.1-RELEASE-p8 December 26, 2012 FreeBSD 14.1-RELEASE-p8