diff options
author | Rahat Mahmood <rahat@google.com> | 2020-06-15 01:08:00 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-15 01:09:38 -0700 |
commit | f23f62c2c2bcfb3196b67e64b4a73f820f150caa (patch) | |
tree | 3802ce878bbca58f830bfebe180fc34c1252ac80 /test/syscalls/BUILD | |
parent | 3b5eaad3c8b49367d1812dbaf4182fc7282b7f00 (diff) |
Correctly set the test VFS environment variable.
Also fix test bugs uncovered now that they aren't silently skipped on
VFS2.
Updates #1487.
PiperOrigin-RevId: 316415807
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index d68afbe44..6d80572e7 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -69,6 +69,11 @@ syscall_test( ) syscall_test( + test = "//test/syscalls/linux:socket_capability_test", + vfs2 = "True", +) + +syscall_test( size = "large", shard_count = 50, # Takes too long for TSAN. Since this is kind of a stress test that doesn't |