summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/symlink.cc
AgeCommit message (Expand)Author
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