uv: upgrade to f5c2a4a

pull/23362/head
Ben Noordhuis 2011-11-22 16:07:34 +01:00
parent bc7bae1d6b
commit e9f8e28426
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,7 @@ TEST_DECLARE (thread_self)
TEST_DECLARE (strlcpy)
TEST_DECLARE (strlcat)
TEST_DECLARE (counters_init)
#ifdef _WIN32
TEST_DECLARE (spawn_detect_pipe_name_collisions_on_windows)
TEST_DECLARE (argument_escaping)
@ -292,6 +293,7 @@ TASK_LIST_START
TEST_ENTRY (strlcpy)
TEST_ENTRY (strlcat)
TEST_ENTRY (counters_init)
#if 0
/* These are for testing the test runner. */
TEST_ENTRY (fail_always)