-
- Downloads
tests: Port all test clients to the new test asserts
This commit gets rid of libc's abort() usage in the test suite using test asserts instead. Asserts run in the server as plugins aren't converted because they are shared between server and client. Co-authored-by:Daniel Stone <daniels@collabora.com> Signed-off-by:
Loïc Molinari <loic.molinari@collabora.com>
Showing
- tests/alpha-blending-test.c 8 additions, 7 deletionstests/alpha-blending-test.c
- tests/assert-test.c 8 additions, 4 deletionstests/assert-test.c
- tests/bad-buffer-test.c 4 additions, 3 deletionstests/bad-buffer-test.c
- tests/buffer-transforms-test.c 3 additions, 2 deletionstests/buffer-transforms-test.c
- tests/color-icc-output-test.c 18 additions, 17 deletionstests/color-icc-output-test.c
- tests/color-lcms-optimizer-test.c 43 additions, 42 deletionstests/color-lcms-optimizer-test.c
- tests/color-management-parametric-test.c 40 additions, 35 deletionstests/color-management-parametric-test.c
- tests/color-management-test.c 32 additions, 31 deletionstests/color-management-test.c
- tests/color-metadata-errors-test.c 16 additions, 16 deletionstests/color-metadata-errors-test.c
- tests/color-metadata-parsing-test.c 29 additions, 29 deletionstests/color-metadata-parsing-test.c
- tests/color_util.c 7 additions, 6 deletionstests/color_util.c
- tests/constraints-test.c 39 additions, 38 deletionstests/constraints-test.c
- tests/custom-env-test.c 6 additions, 6 deletionstests/custom-env-test.c
- tests/devices-test.c 40 additions, 39 deletionstests/devices-test.c
- tests/drm-formats-test.c 54 additions, 53 deletionstests/drm-formats-test.c
- tests/drm-smoke-test.c 4 additions, 3 deletionstests/drm-smoke-test.c
- tests/drm-writeback-screenshot-test.c 7 additions, 6 deletionstests/drm-writeback-screenshot-test.c
- tests/event-test.c 16 additions, 15 deletionstests/event-test.c
- tests/image-iter.h 5 additions, 4 deletionstests/image-iter.h
- tests/input-timestamps-helper.c 12 additions, 12 deletionstests/input-timestamps-helper.c
Loading
Please register or sign in to comment