treewide: tests: uncomment previously failing test assertions
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 29 Aug 2019 07:41:37 +0000 (09:41 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 29 Aug 2019 07:41:37 +0000 (09:41 +0200)
commitc83573ba313815d005aeebb333c5bda08a55dabe
treea0baf9d635fb2d8152e5a9f225592205eaeb082e
parentab5b56bb25ade756cb8392bd182fa0d32e44dab6
treewide: tests: uncomment previously failing test assertions

Mainline commit 2c60e6b5c924 ("gpiolib: never report open-drain/source
lines as 'input' to user-space") in the linux kernel has now been
backported to v5.2 stable branch and released in linux v5.2.11. We can
now enable back the assertions that were previously failed in test
suites (core, C++ and python). The required kernel versions must be
updated as well.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/tests/gpiod-cxx-test.cpp
bindings/cxx/tests/tests-line.cpp
bindings/python/tests/gpiod_py_test.py
tests/gpiod-test.c
tests/tests-line.c