Lines Matching refs:TEST_ASSERT_VAL

123 	TEST_ASSERT_VAL("No test file", file);  in test__dso_data()
129 TEST_ASSERT_VAL("Failed to access to dso", in test__dso_data()
142 TEST_ASSERT_VAL("Wrong size", size == data->size); in test__dso_data()
143 TEST_ASSERT_VAL("Wrong data", !memcmp(buf, data->data, 10)); in test__dso_data()
153 TEST_ASSERT_VAL("ENOMEM\n", buf); in test__dso_data()
161 TEST_ASSERT_VAL("Wrong size", in test__dso_data()
165 TEST_ASSERT_VAL("Wrong data", in test__dso_data()
188 TEST_ASSERT_VAL("failed to open fd directory", dir); in open_files_cnt()
209 TEST_ASSERT_VAL("failed to alloc dsos array", dsos); in dsos__create()
215 TEST_ASSERT_VAL("failed to get dso file", file); in dsos__create()
218 TEST_ASSERT_VAL("failed to get dso", dsos[i]); in dsos__create()
264 TEST_ASSERT_VAL("failed to set file limit", !set_fd_limit(limit)); in test__dso_data_cache()
268 TEST_ASSERT_VAL("failed to create dsos\n", in test__dso_data_cache()
279 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_cache()
287 TEST_ASSERT_VAL("failed to read dso", n == BUFSIZE); in test__dso_data_cache()
292 TEST_ASSERT_VAL("dsos[0] is not open", dsos[0]->data.fd != -1); in test__dso_data_cache()
296 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_cache()
299 TEST_ASSERT_VAL("failed to close dsos[0]", dsos[0]->data.fd == -1); in test__dso_data_cache()
307 TEST_ASSERT_VAL("failed leaking files", nr == nr_end); in test__dso_data_cache()
336 TEST_ASSERT_VAL("failed to set file limit", in test__dso_data_reopen()
339 TEST_ASSERT_VAL("failed to create dsos\n", !dsos__create(3, TEST_FILE_SIZE)); in test__dso_data_reopen()
343 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_reopen()
347 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_reopen()
354 TEST_ASSERT_VAL("failed to open extra fd", fd_extra > 0); in test__dso_data_reopen()
358 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_reopen()
364 TEST_ASSERT_VAL("failed to close dso_0", dso_0->data.fd == -1); in test__dso_data_reopen()
368 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_reopen()
374 TEST_ASSERT_VAL("failed to close dso_1", dso_1->data.fd == -1); in test__dso_data_reopen()
383 TEST_ASSERT_VAL("failed leaking files", nr == nr_end); in test__dso_data_reopen()