From 878050b5cf924b1f314965e5bfe21248a55616c4 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Thu, 18 Jun 2020 14:51:07 -0700 Subject: Enable more VFS2 syscall tests Updates #2923 PiperOrigin-RevId: 317185798 --- test/syscalls/BUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') 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( -- cgit v1.2.3