Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-spawn.c1151 const WCHAR* test_str[] = { in TEST_IMPL() local
1163 const int count = sizeof(test_str) / sizeof(*test_str); 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()
1186 wprintf(L"input : %s\n", test_str[i]); in TEST_IMPL()
1202 wprintf(L"%d: %s\t%s\n", i, test_str[i], cracked[i]); in TEST_IMPL()
1203 ASSERT_OK(wcscmp(test_str[i], cracked[i])); in TEST_IMPL()

Completed in 7 milliseconds