We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We modified some LTP tests for less limits due to sgx-lkl limitation.
sendfile09 filesize: 4 MB used instead of 4 GB freespace: 5 MB used instead of 5 GB
setrlimit04 stack_limit: 5 * 1024 used instead of 512 * 1024
futex_cmp_requeue01 100 threads and 1000 threads subtests removed. Was getting random failures due to too many threads error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We modified some LTP tests for less limits due to sgx-lkl limitation.
LTP tests fixed with this pattern: (Count: 3)
sendfile09
filesize: 4 MB used instead of 4 GB
freespace: 5 MB used instead of 5 GB
setrlimit04
stack_limit: 5 * 1024 used instead of 512 * 1024
futex_cmp_requeue01
100 threads and 1000 threads subtests removed. Was getting random failures due to too many threads error
The text was updated successfully, but these errors were encountered: