Cyril Hrubis
Cyril Hrubis
The "print_req_error: I/O error, dev loop0, sector 0" is a kernel error, right? What is the output from the testcases? There should be some kind of error in there as...
After a bit of debugging over IRC we found that the problem seems to be in the fallback with a loop device for the needs_rofs flag. It seems that some...
Also I wonder if we should attempt to remove the module at the end if it wasn't loaded when the test was started. We probably should in order to restore...
@richiejp Well I do not care that much about dependencies for the documentation generator since I do not expect everyone use it, however I would like to choose something that...
@pevik quite contrary, this is about using a tool such as doxygen to generate the LTP library API documentation. This is completely out of scope of test documentation work we...
Looking at the actual test failure it's strange. We get ENOENT which isn't supposed to happen with IPC_CREAT which we pass down in flags for this particular test, so this...
Any news here? Given that this is hanging there for a year or so I'm inclined to close it.
Yes indeed it misses the junkfile preparation step, we should add mkdir and dd to the runtest file as a preparation steps. You can see the preparation steps we use...
@acerv is currently rewriting these tests, half of them should work without any specific hacks in the latest git and the second half being worked on..
@bharath1r the fixes for these runtest files are still ongoing, there is an in-flight patch that is going to be merged soon that fixes ltp-aiodio.part1 I suppose that we will...