summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/exec.cc
AgeCommit message (Expand)Author
2021-06-14Remove debug lines from exec.ccZach Koopmans
2021-06-11Fix //test/syscalls:exec_test_nativeZach Koopmans
2021-06-11Temorary skip test cases that fail on LinuxAndrei Vagin
2020-07-07Deflake exec test.Jamie Liu
2020-06-05Unshare files on execAndrei Vagin
2020-04-03Add missing newlineTamir Duberstein
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-12-10Re-enable execveat test that was causing files in /bin to be deleted.Dean Deng
2019-12-10Disable execveat test that is causing files in /bin to be deleted.Dean Deng
2019-12-03Add RunfilesPath to test_utilMichael Pratt
2019-10-29Update symlink traversal limit when resolving interpreter path.Dean Deng
2019-10-29Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.Dean Deng
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-23Handle AT_EMPTY_PATH flag in execveat.Dean Deng
2019-10-21Add basic implementation of execveat syscall and associated tests.Dean Deng
2019-10-16Remove death from exec test namesMichael Pratt
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2019-03-08Fix tests which fail in kokoroAndrei Vagin
2018-12-10Open source system call tests.Brian Geffon