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 |
|
Scott Graham
|
d198c50abe
|
Convert COMPILE_ASSERT to static_assert
(Perhaps I should have just left it in mini_chromium, but anyway.)
R=mark@chromium.org
BUG=crashpad:1
Review URL: https://codereview.chromium.org/615923004
|
2014-10-01 12:29:01 -07:00 |
|
Mark Mentovai
|
e49510ab7c
|
Add SymbolicConstantsMach and its test.
TEST=util_test SymbolicConstantsMach.*
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/563383002
|
2014-09-16 11:00:51 -04:00 |
|
Mark Mentovai
|
a01c87059b
|
Add symbolic_constants_posix and its test.
This includes the functions SignalToString() and StringToSignal().
TEST=util_test SymbolicConstantsPOSIX.*
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/565453002
|
2014-09-10 17:30:21 -04:00 |
|
Mark Mentovai
|
5f554ff10e
|
Add ProcessArgumentsForPID() (process_util) and its test.
TEST=util_test ProcessUtil.ProcessArgumentsForPID
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/461253002
|
2014-08-14 09:57:19 -07:00 |
|