Home
last modified time | relevance | path

Searched full:platform_output (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/.github/workflows/
DCI-win.yml53 build\\RelWithDebInfo\\uv_run_tests_a.exe platform_output
54 - name: platform_output
58 build\\RelWithDebInfo\\uv_run_tests.exe platform_output
DCI-unix.yml66 - name: platform_output
68 ./build/uv_run_tests platform_output
71 ./build/uv_run_tests_a platform_output
/third_party/libuv/test/
Drunner.c81 /* Keep platform_output first. */ in run_tests()
82 skip = (actual > 0 && 0 == strcmp(TASKS[0].task_name, "platform_output")); in run_tests()
Dtest-platform-output.c27 TEST_IMPL(platform_output) { in TEST_IMPL() argument
Dtest-list.h24 TEST_DECLARE (platform_output)
578 TEST_ENTRY_CUSTOM (platform_output, 0, 1, 5000)
/third_party/libuv/
DChangeLog395 * build: enable platform_output test on qemu (Ben Noordhuis)
2144 * test: fix platform_output test on cygwin (damon-kwok)
2762 * test: keep platform_output as first test (Bartosz Sosnowski)
4072 * test: fix `platform_output` netmask printing. (Andrew Paprocki)
4406 * test: add uv_cwd output to platform_output test (Saúl Ibarra Corretgé)