summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-fork.c
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2017-11-10 12:15:10 -0500
committercjihrig <cjihrig@gmail.com>2017-11-10 13:32:42 -0500
commit766cd1f59d5adb03953656391e63b4186c9aff10 (patch)
treebbcbb6ac69913e6fa60c971f68d62b090906719f /deps/uv/test/test-fork.c
parent6f02da255f803719cda330f69213ad9a11ef4b04 (diff)
downloadandroid-node-v8-766cd1f59d5adb03953656391e63b4186c9aff10.tar.gz
android-node-v8-766cd1f59d5adb03953656391e63b4186c9aff10.tar.bz2
android-node-v8-766cd1f59d5adb03953656391e63b4186c9aff10.zip
deps: upgrade libuv to 1.16.1
PR-URL: https://github.com/nodejs/node/pull/16835 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'deps/uv/test/test-fork.c')
-rw-r--r--deps/uv/test/test-fork.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/uv/test/test-fork.c b/deps/uv/test/test-fork.c
index 3716a3ad97..ba85b53106 100644
--- a/deps/uv/test/test-fork.c
+++ b/deps/uv/test/test-fork.c
@@ -636,6 +636,7 @@ static void assert_run_work(uv_loop_t* const loop) {
}
+#ifndef __MVS__
TEST_IMPL(fork_threadpool_queue_work_simple) {
/* The threadpool works in a child process. */
@@ -672,6 +673,7 @@ TEST_IMPL(fork_threadpool_queue_work_simple) {
MAKE_VALGRIND_HAPPY();
return 0;
}
+#endif /* !__MVS__ */
#endif /* !_WIN32 */