Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc940 #define MAYBE_SKIP(x) DISABLED_##x macro
942 #define MAYBE_SKIP(x) x macro
945 TEST_F(HeapprofdEndToEnd, MAYBE_SKIP(Smoke_Central)) { in TEST_F()
951 TEST_F(HeapprofdEndToEnd, MAYBE_SKIP(TwoProcesses_Fork)) { in TEST_F()
958 TEST_F(HeapprofdEndToEnd, MAYBE_SKIP(TwoProcesses_Central)) { in TEST_F()
964 TEST_F(HeapprofdEndToEnd, MAYBE_SKIP(Smoke_Fork)) { in TEST_F()
971 TEST_F(HeapprofdEndToEnd, MAYBE_SKIP(FinalFlush_Central)) { in TEST_F()
977 TEST_F(HeapprofdEndToEnd, MAYBE_SKIP(FinalFlush_Fork)) { in TEST_F()
984 TEST_F(HeapprofdEndToEnd, MAYBE_SKIP(NativeStartup_Central)) { in TEST_F()
990 TEST_F(HeapprofdEndToEnd, MAYBE_SKIP(NativeStartup_Fork)) { in TEST_F()
[all …]
/external/perfetto/test/cts/
Dheapprofd_test_cts.cc232 #define MAYBE_SKIP(x) DISABLED_##x macro
234 #define MAYBE_SKIP(x) x macro
237 TEST(HeapprofdCtsTest, MAYBE_SKIP(DebuggableAppRuntime)) { in TEST()
244 TEST(HeapprofdCtsTest, MAYBE_SKIP(DebuggableAppStartup)) { in TEST()
251 TEST(HeapprofdCtsTest, MAYBE_SKIP(ReleaseAppRuntime)) { in TEST()
263 TEST(HeapprofdCtsTest, MAYBE_SKIP(ReleaseAppStartup)) { in TEST()