Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-list.h533 TEST_ENTRY_CUSTOM (platform_output, 0, 1, 5000)
573 TEST_ENTRY_CUSTOM (pipe_set_non_blocking, 0, 0, 20000)
648 TEST_ENTRY_CUSTOM (tcp_writealot, 0, 0, 20000)
873 TEST_ENTRY_CUSTOM (hrtime, 0, 0, 20000)
875 TEST_ENTRY_CUSTOM (getaddrinfo_fail, 0, 0, 10000)
876 TEST_ENTRY_CUSTOM (getaddrinfo_fail_sync, 0, 0, 10000)
1034 TEST_ENTRY_CUSTOM (fs_event_error_reporting, 0, 0, 60000)
Drunner.h69 #define TEST_ENTRY_CUSTOM(name, is_helper, show_output, timeout) \ macro