Lines Matching full:failed

32 		perror("mkstemp failed");  in test_file()
130 TEST_ASSERT_VAL("Failed to add dso", !dsos__add(&machine.dsos, dso)); in test__dso_data()
131 TEST_ASSERT_VAL("Failed to access to dso", in test__dso_data()
191 TEST_ASSERT_VAL("failed to open fd directory", dir); in open_files_cnt()
215 TEST_ASSERT_VAL("failed to get dso file", file); in dsos__create()
217 TEST_ASSERT_VAL("failed to get dso", dso); in dsos__create()
218 TEST_ASSERT_VAL("failed to add dso", !dsos__add(dsos, dso)); in dsos__create()
262 TEST_ASSERT_VAL("failed to set file limit", !set_fd_limit(limit)); in test__dso_data_cache()
266 TEST_ASSERT_VAL("failed to create dsos\n", in test__dso_data_cache()
277 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_cache()
285 TEST_ASSERT_VAL("failed to read dso", n == BUFSIZE); in test__dso_data_cache()
294 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_cache()
297 TEST_ASSERT_VAL("failed to close dsos[0]", dso__data(machine.dsos.dsos[0])->fd == -1); in test__dso_data_cache()
305 TEST_ASSERT_VAL("failed leaking files", nr == nr_end); in test__dso_data_cache()
344 TEST_ASSERT_VAL("failed to set file limit", in test__dso_data_reopen()
347 TEST_ASSERT_VAL("failed to create dsos\n", in test__dso_data_reopen()
352 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_reopen()
356 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_reopen()
363 TEST_ASSERT_VAL("failed to open extra fd", fd_extra > 0); in test__dso_data_reopen()
367 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_reopen()
373 TEST_ASSERT_VAL("failed to close dso_0", dso__data(dso_0)->fd == -1); in test__dso_data_reopen()
377 TEST_ASSERT_VAL("failed to get fd", fd > 0); in test__dso_data_reopen()
383 TEST_ASSERT_VAL("failed to close dso_1", dso__data(dso_1)->fd == -1); in test__dso_data_reopen()
392 TEST_ASSERT_VAL("failed leaking files", nr == nr_end); in test__dso_data_reopen()