Lines Matching defs:expected
1003 const char* expected, const char* parent_fun)
1012 if (strcmp(attr, expected) != 0)
1015 attr_name, attr, expected);
1025 const char* expected)
1031 if (strcmp(attr, expected) != 0)
1042 unsigned expected, const char* parent_fun)
1052 if (attr_int != expected)
1056 attr_name, attr, expected);
1065 unsigned expected)
1072 if (attr_int != expected)
1101 "data differs (got size %lu, expected %lu):\n",
1105 FAIL_TEST(parent_fun, "expected: %s\n", expected_hex);