Lines Matching refs:TEST_PRINTF

160TEST_PRINTF("%s%s", fn_ref_full, " was not found, creating is now from the rendered screen");  in screenshot_compare()
187 TEST_PRINTF("\nScreenshot compare error\n" in screenshot_compare()
229 TEST_PRINTF("[read_png_file %s] could not be opened for reading", file_name); in read_png_file()
235 TEST_PRINTF("[read_png_file %s] not recognized as a PNG file", file_name); in read_png_file()
243 TEST_PRINTF("[read_png_file %s] png_create_read_struct failed", file_name); in read_png_file()
249 TEST_PRINTF("[read_png_file %s] png_create_info_struct failed", file_name); in read_png_file()
253 TEST_PRINTF("[read_png_file %s] Error during init_io", file_name); in read_png_file()
271 TEST_PRINTF("[read_png_file %s] Error during read_image", file_name); in read_png_file()
296 TEST_PRINTF("[write_png_file %s] could not be opened for writing", file_name); in write_png_file()
297 TEST_PRINTF("%s", file_name); in write_png_file()
305 TEST_PRINTF("[write_png_file %s] png_create_write_struct failed", file_name); in write_png_file()
311 TEST_PRINTF("[write_png_file %s] png_create_info_struct failed", file_name); in write_png_file()
316 TEST_PRINTF("[write_png_file %s] Error during init_io", file_name); in write_png_file()
324 TEST_PRINTF("[write_png_file %s] Error during writing header", file_name); in write_png_file()
336 TEST_PRINTF("[write_png_file %s] Error during writing bytes", file_name); in write_png_file()
355 TEST_PRINTF("[write_png_file %s] Error during end of write", file_name); in write_png_file()