HomeSort by relevance Sort by last modified time
    Searched refs:DeathCheck (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/linux/tests/
unit_tests.h 47 // While it is perfectly OK for a complex test to provide its own DeathCheck
52 // NOTE: If you do decide to write your own DeathCheck, make sure to use
106 typedef void (*DeathCheck)(int status,
120 DeathCheck death,
136 // A DeathCheck method that verifies that the test completed succcessfully.
138 // of this DeathCheck is unused (and thus unnamed)
141 // A DeathCheck method that verifies that the test completed succcessfully
147 // A DeathCheck method that verifies that the test completed with error
164 // A DeathCheck method that verifies that the test completed with a
172 // A DeathCheck method that verifies that the test was terminated by
    [all...]
unit_tests.cc 115 DeathCheck death,
222 // We use gtest's ASSERT_XXX() macros instead of the DeathCheck

Completed in 288 milliseconds