summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
authorDean Deng <deandeng@google.com>2020-06-19 18:26:04 -0700
committergVisor bot <gvisor-bot@google.com>2020-06-19 18:27:29 -0700
commitf46f4a2af98a2a5cf5dd54e71a1a2dc999d4b4b1 (patch)
treee3409efd51b496bafd87f4ce239c282a7a081afc /test/syscalls/BUILD
parentad9f4691741cfada0ae09f73053d6195d43465ae (diff)
Enable passing vfs2 tests.
I forgot to update getdents earlier. Several thousand runs of the fsync and proc_net_unix tests all passed as well. Updates #2923. PiperOrigin-RevId: 317415488
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r--test/syscalls/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index 3479358b6..46a98a4cd 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -240,6 +240,7 @@ syscall_test(
syscall_test(
add_overlay = True,
test = "//test/syscalls/linux:fsync_test",
+ vfs2 = "True",
)
syscall_test(
@@ -262,6 +263,7 @@ syscall_test(
syscall_test(
add_overlay = True,
test = "//test/syscalls/linux:getdents_test",
+ vfs2 = "True",
)
syscall_test(
@@ -1091,6 +1093,7 @@ syscall_test(
syscall_test(
test = "//test/syscalls/linux:proc_net_unix_test",
+ vfs2 = "True",
)
syscall_test(