libfprint/tests
Marco Trevisan (Treviño) 41e05b1133 test-fpi-device: Don't compare error pointers that have been cleared
During verify/identify complete we replace the error pointer that the driver
returned with another error we created, after clearing that one.

However, when we initialize a new error the compiler may reuse the same
allocation of the cleared one, and this might lead to a test failure.

So, don't be so fragile and ignore the pointer check
2020-04-15 14:19:53 +02:00
..
elan tests/elan: Fix typos 2020-04-14 13:51:02 +02:00
synaptics tests: Ensure objects are free'ed at the end of tests 2019-12-16 10:20:49 +00:00
vfs5011 assembling: Use fixed point for image assembly 2019-11-28 20:41:45 +00:00
capture.py tests: Ensure objects are free'ed at the end of tests 2019-12-16 10:20:49 +00:00
meson.build tests: Make meson be aware of the single python unit tests 2020-02-10 11:41:40 +01:00
README-umockdev tests: Add more notes about umockdev recording creation 2020-01-08 18:14:06 +01:00
test-device-fake.c tests: Cast to correct pointer type rather than gpointer 2020-02-19 16:42:30 +01:00
test-device-fake.h test-fpi-device: Verify device action error operations 2020-01-17 19:44:52 +01:00
test-fp-context.c tests: Add basic unit tests for fp-context 2019-12-14 17:20:45 +01:00
test-fp-device.c tests: Add fp-device basic unit tests 2019-12-14 17:20:45 +01:00
test-fpi-assembling.c tests: Add some frame assembly unit tests 2020-01-08 18:14:06 +01:00
test-fpi-device.c test-fpi-device: Don't compare error pointers that have been cleared 2020-04-15 14:19:53 +02:00
test-fpi-ssm.c tests: Fix stack corruption in FpiSsm test 2019-12-17 14:32:59 +01:00
test-runner.sh tests: Add basic unit tests for fp-context 2019-12-14 17:20:45 +01:00
test-utils.c tests: Add fp-device basic unit tests 2019-12-14 17:20:45 +01:00
test-utils.h tests: Add fp-device basic unit tests 2019-12-14 17:20:45 +01:00
umockdev-test.py tests: Fix endianness issue in test suite 2019-11-28 20:41:45 +00:00
unittest_inspector.py tests: Make meson be aware of the single python unit tests 2020-02-10 11:41:40 +01:00
valgrind-python.supp tests: Add setup mode to run tests using valgrind 2019-11-27 21:40:43 +01:00
virtual-image.py tests: Import FPrint only during execution not when parsing 2020-03-27 21:19:09 +00:00