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
5ed61953
Commit
5ed61953
authored
Jun 20, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated libuv to v1.38.0
parent
2a0414c8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
24 deletions
+24
-24
Makefile
Makefile
+9
-9
libuv-v1.29.1.tar.gz
libuv-v1.29.1.tar.gz
+0
-0
libuv-v1.38.0-fix_tests.patch
libuv-v1.38.0-fix_tests.patch
+15
-15
libuv-v1.38.0.tar.gz
libuv-v1.38.0.tar.gz
+0
-0
No files found.
Makefile
View file @
5ed61953
all
:
tar
xf libuv-v1.
29.1
.tar.gz
patch
-Np1
-d
libuv-v1.
29.1 < libuv-v1.29.1
-fix_tests.patch
cd
libuv-v1.
29.1
&&
sh autogen.sh
cd
libuv-v1.
29.1
&&
./configure
--prefix
=
/usr
--disable-static
$(MAKE)
-C
libuv-v1.
29.1
chown
-Rv
nobody libuv-v1.
29.1
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -C libuv-v1.
29.1
check"
$(MAKE)
-C
libuv-v1.
29.1
install
rm
-rf
libuv-v1.
29.1
tar
xf libuv-v1.
38.0
.tar.gz
patch
-Np1
-d
libuv-v1.
38.0 < libuv-v1.38.0
-fix_tests.patch
cd
libuv-v1.
38.0
&&
sh autogen.sh
cd
libuv-v1.
38.0
&&
./configure
--prefix
=
/usr
--disable-static
$(MAKE)
-C
libuv-v1.
38.0
chown
-Rv
nobody libuv-v1.
38.0
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -C libuv-v1.
38.0
check"
$(MAKE)
-C
libuv-v1.
38.0
install
rm
-rf
libuv-v1.
38.0
libuv-v1.29.1.tar.gz
deleted
100644 → 0
View file @
2a0414c8
File deleted
libuv-v1.
29.1
-fix_tests.patch
→
libuv-v1.
38.0
-fix_tests.patch
View file @
5ed61953
diff -uNr libuv-v1.
29.1/test/test-fs.c libuv-v1.29.1
-fix_tests/test/test-fs.c
--- libuv-v1.
29.1/test/test-fs.c 2019-05-21 23:14:45
.000000000 +0930
+++ libuv-v1.
29.1-fix_tests/test/test-fs.c 2020-07-25 15:59:00.389374245
+0930
@@ -1
277,8 +1277
,6 @@
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
@@ -1
365,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);
ASSERT(s->st_flags == 0);
ASSERT(s->st_gen == 0);
# endif
#endif
diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list.h
--- libuv-v1.29.1/test/test-list.h 2019-05-21 23:14:45.000000000 +0930
+++ libuv-v1.29.1-fix_tests/test/test-list.h 2020-07-25 16:00:53.642743449 +0930
@@ -541,7 +541,7 @@
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
...
...
@@ -22,7 +22,7 @@ diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list.
#endif
TEST_ENTRY (tcp_alloc_cb_fail)
@@ -
574,7 +574
,7 @@
@@ -
635,7 +635
,7 @@
#ifdef __MVS__
TEST_ENTRY_CUSTOM (tcp_writealot, 0, 0, 20000)
#else
...
...
@@ -31,7 +31,7 @@ diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list.
#endif
TEST_HELPER (tcp_writealot, tcp4_echo_server)
@@ -
747,7 +747
,7 @@
@@ -
812,7 +812
,7 @@
TEST_ENTRY (loop_handles)
TEST_ENTRY (walk_handles)
...
...
@@ -40,12 +40,12 @@ diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list.
TEST_ENTRY (active)
@@ -
872,7 +872
,7 @@
@@ -
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)
#endif
libuv-v1.38.0.tar.gz
0 → 100644
View file @
5ed61953
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