You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
320 B
9 lines
320 B
WILL_FAIL
|
|
---------
|
|
|
|
If set to true, this will invert the pass/fail flag of the test.
|
|
|
|
This property can be used for tests that are expected to fail and return a
|
|
non-zero return code. Note that system-level test failures such as segmentation
|
|
faults or heap errors will still fail the test even if ``WILL_FALL`` is true.
|