Commit graph

2192 commits

Author SHA1 Message Date
Sebastian Pipping
da70f7af4d Migrate README to Markdown 2017-07-29 16:21:39 +02:00
Sebastian Pipping
7672f1ce96 Merge branch 'windows-curl-load-library' (pull request #101) 2017-07-29 15:26:10 +02:00
Sebastian Pipping
ce5f210785 Merge branch 'nonblock-fail-getrandom' (pull request #92) 2017-07-29 15:17:10 +02:00
Rhodri James
d6bda1f97f runtests.c: Turn #defines into consts (#103)
The loop limit of the various test_alloc_* and test_nsalloc_*
functions were given as #defined constanst.  These have been turned
into const constants to give the compiler a better chance with them.
2017-07-29 13:56:44 +02:00
Sebastian Pipping
6a8267696c Merge branch 'coverage-no-context' (pull request #102) 2017-07-27 19:55:14 +02:00
Rhodri James
111bfd79b8 Use named constant for magic number in external_entity_dbl_handler 2017-07-27 15:02:31 +01:00
Rhodri James
a8a79811d7 Use named constant for magic number in external_entity_duff_loader 2017-07-27 14:48:41 +01:00
Rhodri James
f95017d540 Use named constant for magic number in test_..._parser_with_encoding() 2017-07-27 14:46:41 +01:00
Rhodri James
f1757d0269 Use named constant for magic number in test_misc_alloc_create_parser() 2017-07-27 14:45:42 +01:00
Rhodri James
a9332c0b45 Make test_alloc_long_notation() robust vs allocation pattern changes. 2017-07-27 14:39:32 +01:00
Rhodri James
d43cbb8b4c Make test_alloc_long_entity_value() robust vs allocation changes 2017-07-27 14:30:52 +01:00
Rhodri James
9e8311f127 Make test_alloc_long_public_id() robust vs allocation pattern changes 2017-07-27 14:29:44 +01:00
Rhodri James
075aa7c179 Make test_alloc_long_base() robust vs allocation pattern changes 2017-07-27 14:28:31 +01:00
Rhodri James
a7ae0fc804 Make test_alloc_long_doc_name() robust vs allocation pattern changes 2017-07-27 14:25:27 +01:00
Rhodri James
85df01d9e0 Make test_alloc_realloc_attributes() robust vs allocation changes 2017-07-27 14:24:28 +01:00
Rhodri James
165bfa94ef Make test_alloc_realloc_ce_extends_pe() robust vs allocation changes 2017-07-27 14:23:43 +01:00
Rhodri James
a879906c08 Make test_alloc_realloc_param_entity_newline() robust vs allocations 2017-07-27 14:21:58 +01:00
Rhodri James
39bba875ef Make test_alloc_long_attr_value() robust vs allocation changes 2017-07-27 14:18:40 +01:00
Rhodri James
890efa6b33 Make test_alloc_long_attr_default_with_char_ref() robust vs allocs 2017-07-27 14:17:20 +01:00
Rhodri James
1bea11a178 Make test_alloc_attribute_predefined_entity() robust vs allocation 2017-07-27 14:15:16 +01:00
Rhodri James
88436b3723 Make test_alloc_attribute_whitespace() robust vs allocation changes 2017-07-27 14:12:48 +01:00
Rhodri James
2c15ac7594 Make test_alloc_realloc_long_attribute_value() robust vs allocations 2017-07-27 14:09:07 +01:00
Rhodri James
8311f7ad7a Make test_alloc_comment_in_epilog() robust vs allocation changes 2017-07-27 14:08:06 +01:00
Rhodri James
32c2572747 Make test_alloc_pi_in_epilog() robust vs allocation pattern changes 2017-07-27 14:06:41 +01:00
Rhodri James
53d8f0a228 Make test_alloc_realloc_group_choice() robust vs allocation changes 2017-07-27 14:02:49 +01:00
Rhodri James
1ca22526c9 Make test_alloc_large_group() robust vs allocation pattern changes 2017-07-27 14:02:03 +01:00
Rhodri James
50d59d0d44 Make test_alloc_realloc_nested_groups() robust vs allocation changes 2017-07-27 13:56:43 +01:00
Rhodri James
4dcb57a98e make test_alloc_nested_groups() robust vs allocation pattern changes 2017-07-27 13:55:43 +01:00
Rhodri James
dc972ae067 Make test_alloc_system_notation() robust vs allocation changes 2017-07-27 13:50:19 +01:00
Rhodri James
ec11c8924d Make test_alloc_public_notation() robust vs allocation pattern changes 2017-07-27 13:49:22 +01:00
Rhodri James
4722c718d0 Make test_alloc_notation() robust vs allocation pattern changes 2017-07-27 13:48:08 +01:00
Rhodri James
cef76908df Make test_alloc_realloc_default_attribute() robust vs allocation 2017-07-27 13:47:08 +01:00
Rhodri James
513ee03ffd Make test_alloc_realloc_implied_attribute() vs allocation changes 2017-07-27 13:45:47 +01:00
Rhodri James
f2389b38b1 Make test_alloc_realloc_attribute_enum_value() robust vs allocations 2017-07-27 13:44:34 +01:00
Rhodri James
5013e2f65d Make test_alloc_attribute_enum_value() robust vs allocation changes 2017-07-27 13:41:02 +01:00
Rhodri James
70b8a15efc Make test_alloc_set_foreign_dtd() robust vs allocation pattern changes 2017-07-27 13:39:48 +01:00
Rhodri James
37b3f303bf Make test_alloc_parse_public_doctype_long_name() robust vs allocation 2017-07-27 13:37:48 +01:00
Rhodri James
d75ac6bac2 Make test_alloc_parse_public_doctype() robust vs allocation changes 2017-07-27 13:35:48 +01:00
Rhodri James
f82f7bf613 Make test_alloc_realloc_subst_public_entity_value() robust vs allocation 2017-07-27 13:30:42 +01:00
Rhodri James
b2eac2615f Make test_alloc_public_entity_value() robust vs allocation changes 2017-07-27 13:29:26 +01:00
Rhodri James
8ab97e4a96 Make test_alloc_realloc_many_attributes() robust vs allocations 2017-07-27 13:21:56 +01:00
Rhodri James
11739c13da Make test_alloc_ext_entity_realloc_buffer() robust vs allocations 2017-07-27 13:20:42 +01:00
Rhodri James
7c18d7f948 Make test_alloc_realloc_buffer() robust vs allocation pattern changes 2017-07-27 13:16:13 +01:00
Rhodri James
d3c7a77638 Use named constant for magic number in test_alloc_set_base() 2017-07-27 13:11:48 +01:00
Rhodri James
75e29a7191 Use named constant for magic number in test_alloc_explicit_encoding() 2017-07-27 13:09:54 +01:00
Rhodri James
4861cf1c48 Make test_alloc_dtd_default_handling() robust vs allocation changes 2017-07-27 13:04:58 +01:00
Rhodri James
53a311d4dc Make test_alloc_internal_entity() robust vs allocation pattern changes 2017-07-27 13:02:44 +01:00
Rhodri James
12b3aa4fc9 test_alloc_ext_entity_set_encoding() robust vs allocation changes 2017-07-27 12:57:58 +01:00
Rhodri James
34c8a1d904 Make test_alloc_external_entity() robust vs allocation pattern changes 2017-07-27 12:57:58 +01:00
Rhodri James
fce16d1b9f Refactor test_alloc_run_external_parser() 2017-07-27 12:57:46 +01:00