commit | 910ec5b95d98c81edc5a8d40bc0210b0559f371b | [log] [tgz] |
---|---|---|
author | David Zeuthen <zeuthen@chromium.org> | Thu Sep 26 12:10:58 2013 -0700 |
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | Fri Sep 27 01:05:43 2013 +0000 |
tree | 583b1e32d13de2d6533147858fe91e09e2844ced | |
parent | 41996ad21f29f825dfa7d61f12a3fad7319bf36d [diff] |
p2p: Skip some tests if xattr support is not available. This is needed because some builders still lack xattr / fallocate support despite being updated to Precise. Also gracefully handle lack of fallocate(2) support since this feature is not always available either. BUG=chromium:298397 TEST=Remounted the filesystem holding my chroot with nouser_xattr (e.g. 'mount -oremount,nouser_xattr /ssd') and unit tests pass with the newly added warning. Change-Id: I0fe53d762fad778a3d68162ddcd8bc74557fba6b Reviewed-on: https://chromium-review.googlesource.com/170782 Reviewed-by: Alex Deymo <deymo@chromium.org> Tested-by: David Zeuthen <zeuthen@chromium.org> Commit-Queue: David Zeuthen <zeuthen@chromium.org>