Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc72 class SuppressionContextTest : public ::testing::Test { class
85 TEST_F(SuppressionContextTest, Parse) { in TEST_F() argument
104 TEST_F(SuppressionContextTest, Parse2) { in TEST_F() argument
119 TEST_F(SuppressionContextTest, Parse3) { in TEST_F() argument
132 TEST_F(SuppressionContextTest, ParseType) { in TEST_F() argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.h50 friend class SuppressionContextTest; variable