Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/ipc/
H A Dmach_port_description.c84 T_EXPECT_NE_STR(object_description, "", "object description is populated");
/xnu-12377.1.9/tests/vm/
H A Dvm_user.c198 T_EXPECT_NE_STR(desc, "", "Tag description (%i) is non-empty", i);
/xnu-12377.1.9/osfmk/tests/
H A Dktest.h307 #define T_EXPECT_NE_STR(lhs, rhs, msg, ...) do {\ macro
325 T_EXPECT_NE_STR(lhs, rhs, msg, # __VA_ARGS__);\