[PATCH v4l-utils] v4l2-compliance: flush stdout before calling fork()

2018-11-01 Thread Guillaume Tucker
In order to avoid corrupt log output, flush stdout before calling fork() when running streaming tests. This is to prevent any remaining characters in the stdout buffer from being output both in the parent and child process. Signed-off-by: Guillaume Tucker --- utils/v4l2-compliance/v4l2-test

Re: [PATCH v3 4/4] selftests: media_tests: Add a memory-to-memory concurrent stress test

2018-08-03 Thread Guillaume Tucker
Hi Ezequiel, On 01/08/18 22:50, Ezequiel Garcia wrote: Add a test for the memory-to-memory framework, to exercise the scheduling of concurrent jobs, using multiple contexts. This test needs to be run using the vim2m virtual driver, and so needs no hardware. While here, rework the media_tests