Cyril Hrubis
Cyril Hrubis
Also looking at the ioctl02, that one has to be cleaned up, converted to the new test API and needs termios support to be added. Generally the testing for termios...
Synchronization by `sleep()` is of course broken by design and needs to be fixed. However I do not get at all what are you recommending, looks like the piece of...
I have no idea what you are asking, can you please describe what you are attempting to do a bit more verbosely?
There is still a lot of old and broken tests in LTP we are sorting them and either fixing what is worth to be fixed or deleting tests that are...
@brauner not yet unfortunately, what we are working on though, is passing more metadata to the test runner so that you can filter out tests parametrically, exactly for the purpose...
@acerv I suppose that you haven't had time to work on more advanced test filtering yet, or did you?
@acerv that's not enough, what we need is to be able to do queries on the test metadata and a way how to save pre-derfined queries so that we have...
@acerv once you have metadata, you have the mapping from test binary name to a list of attributes that can be used for the filtering. I suppose that we should...
I had a quick look at the code and indeed there is missing synchronization between the mem_hog and the shell script. Ideally these tests should be rewritten to use checkpoints...
We do have a [shell test API](https://github.com/linux-test-project/ltp/wiki/Shell-Test-API) in LTP as well, although it's not as advanced as the C API. And the preferred way how to send patches is the...