#include <assert.h>
#include <string.h>
#include "expat_config.h"
#include "expat.h"
#include "internal.h"
#include "minicheck.h"
#include "memcheck.h"
#include "common.h"
#include "ascii.h"
#include "handlers.h"
#include "misc_tests.h"
Go to the source code of this file.
◆ EXPAT_TESTS_UBSAN
◆ make_miscellaneous_test_case()
| void make_miscellaneous_test_case |
( |
Suite * |
s | ) |
|
◆ parse_version()
◆ resumable_stopping_character_handler()
◆ test_misc_alloc_create_parser()
| static void test_misc_alloc_create_parser |
( |
void |
| ) |
|
|
static |
◆ test_misc_alloc_create_parser_with_encoding()
| static void test_misc_alloc_create_parser_with_encoding |
( |
void |
| ) |
|
|
static |
◆ test_misc_attribute_leak()
| static void test_misc_attribute_leak |
( |
void |
| ) |
|
|
static |
◆ test_misc_char_handler_stop_without_leak()
| static void test_misc_char_handler_stop_without_leak |
( |
void |
| ) |
|
|
static |
◆ test_misc_create_external_entity_parser_with_null_context()
| static void test_misc_create_external_entity_parser_with_null_context |
( |
void |
| ) |
|
|
static |
◆ test_misc_deny_internal_entity_closing_doctype_issue_317()
| static void test_misc_deny_internal_entity_closing_doctype_issue_317 |
( |
void |
| ) |
|
|
static |
◆ test_misc_error_string()
| static void test_misc_error_string |
( |
void |
| ) |
|
|
static |
◆ test_misc_features()
| static void test_misc_features |
( |
void |
| ) |
|
|
static |
◆ test_misc_general_entities_support()
| static void test_misc_general_entities_support |
( |
void |
| ) |
|
|
static |
◆ test_misc_null_parser()
| static void test_misc_null_parser |
( |
void |
| ) |
|
|
static |
◆ test_misc_resumeparser_not_crashing()
| static void test_misc_resumeparser_not_crashing |
( |
void |
| ) |
|
|
static |
◆ test_misc_stop_during_end_handler_issue_240_1()
| static void test_misc_stop_during_end_handler_issue_240_1 |
( |
void |
| ) |
|
|
static |
◆ test_misc_stop_during_end_handler_issue_240_2()
| static void test_misc_stop_during_end_handler_issue_240_2 |
( |
void |
| ) |
|
|
static |
◆ test_misc_stopparser_rejects_unstarted_parser()
| static void test_misc_stopparser_rejects_unstarted_parser |
( |
void |
| ) |
|
|
static |
◆ test_misc_tag_mismatch_reset_leak()
| static void test_misc_tag_mismatch_reset_leak |
( |
void |
| ) |
|
|
static |
◆ test_misc_utf16le()
| static void test_misc_utf16le |
( |
void |
| ) |
|
|
static |
◆ test_misc_version()
| static void test_misc_version |
( |
void |
| ) |
|
|
static |
◆ versions_equal()