Mark Mentovai
|
6d1af6922f
|
Don’t use using directives (“using namespace”) in tests.
The contents of tests are moved into the namespace
crashpad::test::(anonymous namespace).
https://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Namespaces
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/635883002
|
2014-10-07 17:28:50 -04:00 |
|
Mark Mentovai
|
eeaf460f82
|
Add and use CheckedReadFD(), CheckedWriteFD(), and CheckedReadFDAtEOF().
TEST=util_test
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/577333002
|
2014-09-18 15:03:49 -04:00 |
|
Mark Mentovai
|
52064fdd1b
|
Add the MultiprocessExec test and its test.
TEST=util_test MultiprocessExec.*
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/531203002
|
2014-09-03 18:24:29 -04:00 |
|