summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/open.cc
AgeCommit message (Expand)Author
2021-04-28Remove side effect from test casesFabricio Voznika
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-01-30Remove side effect from open testsFabricio Voznika
2021-01-28Add O_PATH support in vfs2gVisor bot
2020-12-30Add test for open(2) with O_WRONLY|O_RDWR.Dean Deng
2020-08-17[vfs] Do O_DIRECTORY check after resolving symlinks.Ayush Ranjan
2020-08-13[vfs2][gofer] Fix file creation flags sent to gofer.Ayush Ranjan
2020-08-12[vfs2][gofer] Return appropriate errors when opening and creating files.Ayush Ranjan
2020-07-22Add O_APPEND support in vfs2 gofer.Ayush Ranjan
2020-06-22Check for invalid trailing / when traversing path in gofer OpenAt.Dean Deng
2020-06-03Add test for O_TRUNCZach Koopmans
2020-04-07Make gofer.dentry.destroyLocked idempotentFabricio Voznika
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-11-14Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-08-30Add C++ toolchain and fix compile issues.Adin Scannell
2019-06-24fs: synchronize concurrent writes into files with O_APPENDAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-03-05Add NoRandomSave to tests with correctness DisableSaveMichael Pratt
2018-12-10Open source system call tests.Brian Geffon