tests: drop FAIL_TEST
authorPekka Paalanen <pekka.paalanen@collabora.com>
Mon, 18 Nov 2019 14:47:45 +0000 (16:47 +0200)
committerPekka Paalanen <pekka.paalanen@collabora.com>
Fri, 22 Nov 2019 14:09:41 +0000 (16:09 +0200)
commitb544ac3ab446a31b4401c591e6a32097b3b2a303
tree7851b0180e98e853eb2b282c2f99d6b46aab6e2a
parente4f6f8c6de98f2f048279fbb112db9aedd729cb0
tests: drop FAIL_TEST

Nothing is using FAIL_TEST or FAIL_TEST_P and that is good. Remove them to not
encourage using them.

If we need a test that should fail, it always needs to fail in a very specific
way which needs to be checked. For this we have e.g. expect_protocol_error().
We never want a fail-test to pass because it failed in a way we did not expect.
Therefore these macros are useless.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
tests/weston-test-runner.c
tests/weston-test-runner.h