-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test fixes #108
test fixes #108
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, sorry for the massive delay. Looks good to me.
This pull request has been removed from the queue for the following reason: The pull request can't be updated You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
Some grep implementations print obsoletion warnings for egrep, which will make test output not match expected results.
Use cd in subshell instead of less predictable pushd/popd. Fixes chaos#104
PATH_EXPDIR is a directory for all tests except t16.
Some tests leave large files behind otherwise.
t35 requires 500MB and t40 requires 100MB.
Various fixes and workarounds to make the test suite pass in Yocto Project ptest.
I've run these tests on Yocto kernel 6.6.45, which may be why
kern/t31
passes (see #103).The tests identified in #102, #103, #105, #106 have been added to XFAIL_TESTS.