Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DThreadIdsInJstopinfoTest.cpp26 #define SKIP_ON_NETBSD(x) DISABLED_ ## x macro
28 #define SKIP_ON_NETBSD(x) x macro
31 TEST_F(StandardStartupTest, SKIP_ON_NETBSD(TestStopReplyContainsThreadPcs)) { in TEST_F()