Home
last modified time | relevance | path

Searched refs:kDeathRegex (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Druntime_test.cc36 constexpr const char* kDeathRegex = "Skipping all-threads dump as locks are held"; in TEST_F() local
43 }, kDeathRegex); in TEST_F()
50 constexpr const char* kDeathRegex = "Skipping all-threads dump as locks are held"; in TEST_F() local
57 }, kDeathRegex); in TEST_F()
63 constexpr const char* kDeathRegex = "Going down"; in TEST_F() local
75 }, ::testing::KilledBySignal(SIGABRT), kDeathRegex); in TEST_F()