summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/symlink.cc
AgeCommit message (Expand)Author
2021-04-28Remove side effect from test casesFabricio Voznika
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-01-28Add O_PATH support in vfs2gVisor bot
2020-09-08[vfs] overlayfs: Fix socket tests.Ayush Ranjan
2020-08-27Merge pull request #3077 from jinmouil:beef-write-syscallgVisor bot
2020-08-26beef up write syscall testsJinmou Li
2020-05-13Resolve remaining TODOs for tmpfs.Nicolas Lacasse
2020-02-05Add notes to relevant tests.Adin Scannell
2019-07-08Don't mask errors in createAt loop.Nicolas Lacasse
2019-07-01Check remaining traversal limit when creating a file through a symlink.Nicolas Lacasse
2019-06-26Follow symlinks when creating a file, and create the target.Nicolas Lacasse
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-18Keep symlink target open while in test that compares inode ids.Nicolas Lacasse
2019-04-02Add test that symlinking over a directory returns EEXIST.Nicolas Lacasse
2018-12-10Open source system call tests.Brian Geffon