Home
last modified time | relevance | path

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

/art/runtime/
Druntime_test.cc41 constexpr const char* kDeathRegex = "Skipping all-threads dump as locks are held"; in TEST_F() local
48 }, kDeathRegex); in TEST_F()
55 constexpr const char* kDeathRegex = "Skipping all-threads dump as locks are held"; in TEST_F() local
62 }, kDeathRegex); in TEST_F()
68 constexpr const char* kDeathRegex = "Going down"; in TEST_F() local
80 }, ::testing::KilledBySignal(SIGABRT), kDeathRegex); in TEST_F()