Home
last modified time | relevance | path

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

/bionic/tests/
Dmemtag_stack_dlopen_test.cpp43 if (!running_with_mte()) GTEST_SKIP() << "Test requires MTE."; in TEST()
61 if (!running_with_mte()) GTEST_SKIP() << "Test requires MTE."; in TEST()
80 if (!running_with_mte()) GTEST_SKIP() << "Test requires MTE."; in TEST()
101 if (!running_with_mte()) GTEST_SKIP() << "Test requires MTE."; in TEST()
Dheap_tagging_level_test.cpp108 if (!mte_supported() || !running_with_mte()) { in TEST()
180 } else if (mte_supported() && running_with_mte()) { in TEST()
214 if (!mte_supported() || !running_with_mte()) { in TEST()
Dmte_test.cpp42 if (mte_supported() && running_with_mte()) { in test_tag_mismatch()
Dutils.h308 static inline bool running_with_mte() { in running_with_mte() function