WILL_FAIL.rst 320 B

12345678
  1. WILL_FAIL
  2. ---------
  3. If set to true, this will invert the pass/fail flag of the test.
  4. This property can be used for tests that are expected to fail and return a
  5. non-zero return code. Note that system-level test failures such as segmentation
  6. faults or heap errors will still fail the test even if ``WILL_FALL`` is true.