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
running make check on my machine fails with:
make check
$ make check o//blink/blink third_party/libc-test/bin/2/regression/statvfs.elf src/regression/statvfs.c:26: / has 0 file nodes make: *** [third_party/libc-test/libc-test.mk:21: o//third_party/libc-test/bin/2/regression/statvfs.elf.ok] Error 1
...but the statvfs.elf tests fail even without using blink:
statvfs.elf
$ third_party/libc-test/bin/2/regression/statvfs.elf src/regression/statvfs.c:26: / has 0 file nodes
, which appears to be caused by my root filesystem using btrfs, which always returns 0 for f_files and f_free on statfs calls.
f_files
f_free
statfs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
running
make check
on my machine fails with:$ make check o//blink/blink third_party/libc-test/bin/2/regression/statvfs.elf src/regression/statvfs.c:26: / has 0 file nodes make: *** [third_party/libc-test/libc-test.mk:21: o//third_party/libc-test/bin/2/regression/statvfs.elf.ok] Error 1
...but the
statvfs.elf
tests fail even without using blink:, which appears to be caused by my root filesystem using btrfs, which always returns 0 for
f_files
andf_free
onstatfs
calls.The text was updated successfully, but these errors were encountered: