diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-07-01 21:04:43 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-01 21:05:53 -0700 |
commit | 514955c1a8f3927c928a57935d511ffbbf9c6f01 (patch) | |
tree | b9f2f8c17dc966c20f1c971ef1ece5561164f707 /test/syscalls | |
parent | 52b44719d6e14ec299d0d953b4dc07a712b897fa (diff) |
[vfs2][gofer] Fix mmap syscall test.
We were not invalidating mappings when the file size changed in shared mode.
Enabled the syscall test for vfs2.
Updates #2923
PiperOrigin-RevId: 319346569
Diffstat (limited to 'test/syscalls')
-rw-r--r-- | test/syscalls/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 790190273..6fe397af9 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -357,6 +357,7 @@ syscall_test( size = "medium", shard_count = 5, test = "//test/syscalls/linux:mmap_test", + vfs2 = "True", ) syscall_test( |