Mark Mentovai
|
22350bd676
|
In tests, use ASSERT_NO_FATAL_FAILURE() instead of checking
testing::Test::HasFatalFailure() after calling functions that could fail
fatally.
Inspired by
https://codereview.chromium.org/637503006/diff/20001/minidump/minidump_thread_writer_test.cc#newcode437
TEST=client_test, minidump_test, util_test
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/640383002
|
2014-10-09 15:08:54 -04:00 |
|
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
|
0d59a76735
|
Fix AMD64 APM revision number in a comment.
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/597263002
|
2014-09-24 13:34:12 -04:00 |
|
Mark Mentovai
|
d0fcfa42e4
|
Convert SimpleStringDictionary interface documentation to Doxygen.
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/499643002
|
2014-08-22 17:09:03 -04:00 |
|
Mark Mentovai
|
b980a5984b
|
Add SimpleStringDictionary and its test.
TEST=client_test SimpleStringDictionary*.*
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/489993002
|
2014-08-22 13:52:28 -04:00 |
|
Mark Mentovai
|
be5d0ab39c
|
Add CaptureContext and its test.
TEST=client_test CaptureContextMac.CaptureContext
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/493563002
|
2014-08-20 18:30:19 -04:00 |
|