summaryrefslogtreecommitdiffhomepage
path: root/test/util/posix_error.h
AgeCommit message (Expand)Author
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-25Remove useless modifiersTamir Duberstein
2019-02-26Improve PosixErrorOr messages using gtest matchers.Brian Geffon
2019-01-23Fix cases of missing braces on ifMichael Pratt
2018-12-18Allow PosixErrorOr<T> to be implicitly constructible from copyable T.Jamie Liu
2018-12-11Add rvalue ref-qualified PosixErrorOr<T>::ValueOrDie() overloads.Jamie Liu
2018-12-10Open source system call tests.Brian Geffon