diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-06-18 14:51:07 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-18 14:52:54 -0700 |
commit | 878050b5cf924b1f314965e5bfe21248a55616c4 (patch) | |
tree | 182885b2c552243d8f09b30e7906795e11267e1a | |
parent | f97122f44c5c4218bb2239686cd323358c661d60 (diff) |
Enable more VFS2 syscall tests
Updates #2923
PiperOrigin-RevId: 317185798
-rw-r--r-- | test/syscalls/BUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 6d80572e7..1638a11c7 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -33,6 +33,7 @@ syscall_test( syscall_test( add_overlay = True, test = "//test/syscalls/linux:aio_test", + vfs2 = "True", ) syscall_test( @@ -106,6 +107,7 @@ syscall_test( syscall_test( add_overlay = True, test = "//test/syscalls/linux:chroot_test", + vfs2 = "True", ) syscall_test( @@ -215,6 +217,7 @@ syscall_test( size = "medium", add_overlay = True, test = "//test/syscalls/linux:flock_test", + vfs2 = "True", ) syscall_test( @@ -350,6 +353,7 @@ syscall_test( syscall_test( add_overlay = True, test = "//test/syscalls/linux:mount_test", + vfs2 = "True", ) syscall_test( @@ -900,6 +904,7 @@ syscall_test( syscall_test( add_overlay = True, test = "//test/syscalls/linux:stat_test", + vfs2 = "True", ) syscall_test( @@ -916,6 +921,7 @@ syscall_test( syscall_test( add_overlay = True, test = "//test/syscalls/linux:symlink_test", + vfs2 = "True", ) syscall_test( |