Petr Vorel

Results 112 comments of Petr Vorel

> Test Method: ``` ./configure make -j126 ``` What a powerful machine :). NOTE: if your machine has just few CPU (e.g. 8), running make with high number will make...

FYI: related commit (not a fix): ffd6a69ff059ca67100ff9b4c20e2765a4aa86c8 Also other related patch (not a fix): https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/

Patches which should address missing tools in PATH (or not being built): https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/ https://patchwork.ozlabs.org/project/ltp/list/?series=345614&state=*

IMHO there is certainly no reason for this change, test should work even on dash (I suppose you use bash shell). There is `/usr/bin/test` binary, but `test()` function takes preference....

@Indirajoga I guess the problem is somewhere else on your SUT.

> NOTE: A similar issue has been observed in git##1033. Good point. Before fixing it this way, could you please thist test file and run it? ``` $ cat ./foo.sh...

@brauner Kernel maintainer interested in running tests, great :). > I think you are looking for `./runltp -f fs` ... You don't want to bother with legacy `runltp`, you want...

It'd be interesting to have in metadata subject of the testing, which could be later used for filtering and nowadays we could have script which would create special runtest by...

I'm also affected by this old bug on non-english locales (`LANG=en_GB.utf8`, the rest is `cs_CZ.UTF-8`). And also copy pasting `$` is problematic: ``` Use of uninitialized value within %keyboardmap in...

Yes, it's really based on keyboard map. I thought also locale is somehow affected, but probably it's not. It'd be great to solve this bug.