Home
last modified time | relevance | path

Searched refs:test_output (Results 1 – 2 of 2) sorted by relevance

/libuv/test/
H A Dtest-spawn.c1164 WCHAR** test_output; in TEST_IMPL() local
1181 test_output = calloc(count, sizeof(WCHAR*)); in TEST_IMPL()
1182 ASSERT_NOT_NULL(test_output); in TEST_IMPL()
1184 test_output[i] = calloc(2 * (wcslen(test_str[i]) + 2), sizeof(WCHAR)); in TEST_IMPL()
1185 quote_cmd_arg(test_str[i], test_output[i]); in TEST_IMPL()
1187 wprintf(L"output: %s\n", test_output[i]); in TEST_IMPL()
1188 total_size += wcslen(test_output[i]) + 1; in TEST_IMPL()
1193 wcscat(command_line, test_output[i]); in TEST_IMPL()
1208 free(test_output[i]); in TEST_IMPL()
1210 free(test_output); in TEST_IMPL()
/libuv/
H A DChangeLog2435 * test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón)

Completed in 18 milliseconds