Lines Matching full:failed
39 t_error("Long string copy failed\n"); in test_strcpy_longer_string()
47 t_error("Special characters copy failed\n"); in test_strcpy_special_characters()
55 t_error("Single char copy failed\n"); in test_strcpy_single_char()
63 t_error("Mixed case copy failed\n"); in test_strcpy_case_mixed()
71 t_error("Spaces copy failed\n"); in test_strcpy_with_spaces()
79 t_error("Escapes copy failed\n"); in test_strcpy_with_escapes()
87 t_error("Overwrite failed\n"); in test_strcpy_overwrite_old_content()
96 t_error("Embedded null copy failed\n"); in test_strcpy_with_embedded_null()
114 t_error("UTF-8 copy failed\n"); in test_strcpy_utf8()
122 t_error("First assignment failed\n"); in test_strcpy_multiple_assignments()
126 t_error("Second assignment failed\n"); in test_strcpy_multiple_assignments()
134 t_error("Offset copy failed\n"); in test_strcpy_to_offset()
143 t_error("Array vs pointer copy failed\n"); in test_strcpy_array_vs_pointer()
151 t_error("All caps copy failed\n"); in test_strcpy_all_caps()
159 t_error("Sentence copy failed\n"); in test_strcpy_sentence()
167 t_error("First in series failed\n"); in test_strcpy_series()
171 t_error("Second in series failed\n"); in test_strcpy_series()
175 t_error("Third in series failed\n"); in test_strcpy_series()
184 t_error("Manual array copy failed\n"); in test_strcpy_manual_src_array()
195 t_error("strcpy vs memcpy comparison failed\n"); in test_strcpy_vs_memcpy()
203 t_error("Batch1 first copy failed\n"); in test_strcpy_batch_group_1()
207 t_error("Batch1 second copy failed\n"); in test_strcpy_batch_group_1()
211 t_error("Batch1 third copy failed\n"); in test_strcpy_batch_group_1()
219 t_error("Batch2 first copy failed\n"); in test_strcpy_batch_group_2()
223 t_error("Batch2 second copy failed\n"); in test_strcpy_batch_group_2()
227 t_error("Batch2 third copy failed\n"); in test_strcpy_batch_group_2()
235 t_error("Control chars copy failed\n"); in test_strcpy_control_chars()
246 t_error("Long string copy failed\n"); in test_strcpy_long_strings()
254 t_error("Non-ASCII copy failed\n"); in test_strcpy_non_ascii()
262 t_error("Hex escape copy failed\n"); in test_strcpy_hex_escape()
270 t_error("Octal escape copy failed\n"); in test_strcpy_octal_escape()
278 t_error("Partial overwrite check failed\n"); in test_strcpy_partial_overwrite()
287 t_error("Pointer arithmetic copy failed\n"); in test_strcpy_pointer_arithmetic()
295 t_error("Large buffer copy failed\n"); in test_strcpy_large_buffer()
303 t_error("Null termination failed\n"); in test_strcpy_null_termination()
311 t_error("Special whitespace copy failed\n"); in test_strcpy_special_whitespace()
319 t_error("Alternating chars copy failed\n"); in test_strcpy_alternating_chars()
327 t_error("All null copy failed\n"); in test_strcpy_all_null()
338 t_error("Very long copy failed\n"); in test_strcpy_very_long()
347 t_error("Non-terminated source copy failed\n"); in test_strcpy_non_terminated_src()
355 t_error("Small size copy failed\n"); in test_strcpy_different_sizes()
359 t_error("Medium size copy failed\n"); in test_strcpy_different_sizes()
363 t_error("Large size copy failed\n"); in test_strcpy_different_sizes()