Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libuv
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
libuv
Commits
f47b922c
Commit
f47b922c
authored
Jul 05, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated libuv to v1.41.0
parent
5ed61953
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
60 deletions
+8
-60
Makefile
Makefile
+8
-9
libuv-v1.38.0-fix_tests.patch
libuv-v1.38.0-fix_tests.patch
+0
-51
libuv-v1.38.0.tar.gz
libuv-v1.38.0.tar.gz
+0
-0
libuv-v1.41.0.tar.gz
libuv-v1.41.0.tar.gz
+0
-0
No files found.
Makefile
View file @
f47b922c
all
:
all
:
tar
xf libuv-v1.38.0.tar.gz
tar
xf libuv-v1.41.0.tar.gz
patch
-Np1
-d
libuv-v1.38.0 < libuv-v1.38.0-fix_tests.patch
cd
libuv-v1.41.0
&&
sh autogen.sh
cd
libuv-v1.38.0
&&
sh autogen.sh
cd
libuv-v1.41.0
&&
./configure
--prefix
=
/usr
--disable-static
cd
libuv-v1.38.0
&&
./configure
--prefix
=
/usr
--disable-static
$(MAKE)
-C
libuv-v1.41.0
$(MAKE)
-C
libuv-v1.38.0
chown
-Rv
nobody libuv-v1.41.0
chown
-Rv
nobody libuv-v1.38.0
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -C libuv-v1.41.0 check"
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -C libuv-v1.38.0 check"
$(MAKE)
-C
libuv-v1.41.0
install
$(MAKE)
-C
libuv-v1.38.0
install
rm
-rf
libuv-v1.41.0
rm
-rf
libuv-v1.38.0
libuv-v1.38.0-fix_tests.patch
deleted
100644 → 0
View file @
5ed61953
diff -uNr libuv-v1.38.0/test/test-fs.c libuv-v1.38.0-fix_tests/test/test-fs.c
--- libuv-v1.38.0/test/test-fs.c 2020-05-18 01:04:37.000000000 +0930
+++ libuv-v1.38.0-fix_tests/test/test-fs.c 2021-06-20 13:06:54.581641963 +0930
@@ -1365,8 +1365,6 @@
*/
ASSERT(s->st_birthtim.tv_sec == 0 ||
s->st_birthtim.tv_sec == t.st_ctim.tv_sec);
- ASSERT(s->st_birthtim.tv_nsec == 0 ||
- s->st_birthtim.tv_nsec == t.st_ctim.tv_nsec);
# endif
#endif
diff -uNr libuv-v1.38.0/test/test-list.h libuv-v1.38.0-fix_tests/test/test-list.h
--- libuv-v1.38.0/test/test-list.h 2020-05-18 01:04:37.000000000 +0930
+++ libuv-v1.38.0-fix_tests/test/test-list.h 2021-06-20 13:00:31.180439449 +0930
@@ -602,7 +602,7 @@
TEST_ENTRY (ipc_tcp_connection)
TEST_ENTRY (ipc_send_zero)
#ifndef _WIN32
- TEST_ENTRY (ipc_closed_handle)
+ TEST_ENTRY_CUSTOM (ipc_closed_handle, 0, 0, 20000)
#endif
TEST_ENTRY (tcp_alloc_cb_fail)
@@ -635,7 +635,7 @@
#ifdef __MVS__
TEST_ENTRY_CUSTOM (tcp_writealot, 0, 0, 20000)
#else
- TEST_ENTRY (tcp_writealot)
+ TEST_ENTRY_CUSTOM (tcp_writealot, 0, 0, 20000)
#endif
TEST_HELPER (tcp_writealot, tcp4_echo_server)
@@ -812,7 +812,7 @@
TEST_ENTRY (loop_handles)
TEST_ENTRY (walk_handles)
- TEST_ENTRY (watcher_cross_stop)
+ TEST_ENTRY_CUSTOM (watcher_cross_stop, 0, 0, 20000)
TEST_ENTRY (active)
@@ -939,7 +939,7 @@
TEST_ENTRY (we_get_signals)
TEST_ENTRY (we_get_signal_one_shot)
TEST_ENTRY (we_get_signals_mixed)
- TEST_ENTRY (signal_multiple_loops)
+ TEST_ENTRY_CUSTOM (signal_multiple_loops, 0, 0, 20000)
TEST_ENTRY (signal_pending_on_close)
TEST_ENTRY (signal_close_loop_alive)
TEST_ENTRY (closed_fd_events)
libuv-v1.38.0.tar.gz
deleted
100644 → 0
View file @
5ed61953
File deleted
libuv-v1.41.0.tar.gz
0 → 100644
View file @
f47b922c
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment