summaryrefslogtreecommitdiffhomepage
path: root/test/util
AgeCommit message (Expand)Author
2020-03-03Move temp_umask to test/util.Adin Scannell
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-31KVM platform does not support 32bit.Ting-Yu Wang
2020-01-30Simplify testing link rules.Adin Scannell
2020-01-30Merge pull request #1471 from xiaobo55x:syscall_testgVisor bot
2020-01-30Merge pull request #1630 from xiaobo55x:kOLargeFilegVisor bot
2020-01-28Prefer Type& over Type &Michael Pratt
2020-01-27Create platform_util for tests.Adin Scannell
2020-01-27Fix header ordering and format all C++ code.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-23Unify the kOLargeFile definition in syscall tests.Haibo Xu
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2020-01-17Enable build of test/syscall tests on arm64.Haibo Xu
2019-12-30Add test/util/save_util_linux.cc:MaybeSave to support arm64Bin Lu
2019-12-10Do not consider symlinks as directories in fs utils.Dean Deng
2019-12-04Allow syscall tests to run with hostinet.Dean Deng
2019-12-03Add RunfilesPath to test_utilMichael Pratt
2019-11-21Import and structure cleanup.Adin Scannell
2019-11-14Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-11-13Extract linux-specific test setup to separate fileJay Zhuang
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-18test/perf: optimize the getdents testAndrei Vagin
2019-10-01Honor X bit on extra anon pages in PT_LOAD segmentsMichael Pratt
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-16Migrate from gflags to absl flagsMichael Pratt
2019-09-06Load C++ rules from @rules_ccMichael Pratt
2019-09-05Deflake aio_test.Jamie Liu
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-26Internal change.gVisor bot
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-07-08Internal change.gVisor bot
2019-07-08Merge pull request #375 from jmgao:mastergVisor bot
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-20Implement madvise(MADV_DONTFORK)Neel Natu
2019-05-24Extract SleepSafe from test_utilTamir Duberstein
2019-05-14Update out of date commentMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-04-25Handle glibc and XSI variants of strerror_rTamir Duberstein
2019-04-25Remove useless modifiersTamir Duberstein
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2019-03-18Replace use of ucontext with ucontext_t.Kevin Krakauer
2019-02-26Improve PosixErrorOr messages using gtest matchers.Brian Geffon
2019-02-05Change /proc/PID/cmdline to read environment vector.Zach Koopmans