Searched refs:test_index (Results 1 – 5 of 5) sorted by relevance
68 static int test_hexstr_sep_to_from(int test_index) in test_hexstr_sep_to_from() argument74 struct testdata *test = &tbl_testdata[test_index]; in test_hexstr_sep_to_from()89 static int test_hexstr_to_from(int test_index) in test_hexstr_to_from() argument95 struct testdata *test = &tbl_testdata[test_index]; in test_hexstr_to_from()119 static int test_hexstr_ex_to_from(int test_index) in test_hexstr_ex_to_from() argument124 struct testdata *test = &tbl_testdata[test_index]; in test_hexstr_ex_to_from()
9495 static int test_multiblock_write(int test_index) in test_multiblock_write() argument9503 const char *cipherlist = multiblock_cipherlist_data[test_index]; in test_multiblock_write()9526 ciph = EVP_CIPHER_fetch(libctx, fetchable_ciphers[test_index], ""); in test_multiblock_write()
39 static int test_index; variable54 printf("%s %d", status, test_index); in vprint_status()119 test_index = 1; in run_tests()126 test_index++; in run_tests()
6053 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local6054 test_index++) { in RunAllTests()6055 GetMutableSuiteCase(test_index)->Run(); in RunAllTests()6057 GetMutableSuiteCase(test_index)->Failed()) { in RunAllTests()6058 for (int j = test_index + 1; j < total_test_suite_count(); j++) { in RunAllTests()6068 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local6069 test_index++) { in RunAllTests()6070 GetMutableSuiteCase(test_index)->Skip(); in RunAllTests()
7822 Tests: test_index: Fix failures when features are disabled7826 tests/test_index.c | 13 ++++++++-----7876 Tests: test_index: Edit a misleading test7878 tests/test_index.c | 7 +++++--7885 Tests: test_index: Use minimal values to test integer overflow7887 tests/test_index.c | 4 ++--7894 Tests: test_index: Test lzma_index_buffer_decode() more7896 tests/test_index.c | 29 ++++++++++++++++++++++++++---7903 Tests: test_index: Test that *i = NULL is done on LZMA_PROG_ERROR7908 tests/test_index.c | 31 +++++++++++++++++++++++++++----[all …]