This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: v4l2-compliance: re-enable fail_on_test(!buf.qbuf(node)) test
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Mon Apr 29 11:04:53 2019 +0200

Commit 0efd87d40586 ("v4l2-compliance: fix and comment out qbuf test")
commented out this qbuf test, but it can now be enabled again since
the vb2 bug that caused the failure has now been fixed.

The vb2 fix was commit 1f7f11e8ca15 ("videobuf2-v4l2.c: move up
STATE_DEQUEUED check").

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 utils/v4l2-compliance/v4l2-test-buffers.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=679f65eb1c6acd7aa7cb98dd55b71ad92bdc1b4f
diff --git a/utils/v4l2-compliance/v4l2-test-buffers.cpp 
b/utils/v4l2-compliance/v4l2-test-buffers.cpp
index 781a23f491fd..c191d98fbb54 100644
--- a/utils/v4l2-compliance/v4l2-test-buffers.cpp
+++ b/utils/v4l2-compliance/v4l2-test-buffers.cpp
@@ -1814,9 +1814,7 @@ int testRequests(struct node *node, bool test_streaming)
                int err = buf.qbuf(node);
                if (!err) {
                        fail_on_test(!supports_requests);
-                       // After this call querybuf won't set
-                       // V4L2_BUF_FLAG_REQUEST_FD. Disable this test for now.
-                       // fail_on_test(!buf.qbuf(node));
+                       fail_on_test(!buf.qbuf(node));
                } else {
                        fail_on_test(supports_requests);
                        fail_on_test(err != EBADR);

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to