Commit 26ede7f
test,doc: add missing uv_setup_args() calls
libuv 1.39.0 will begin requiring uv_setup_args() to be called
before attempting to access the process title. This commit adds
uv_setup_args() calls that were missing in order for the test
suite to pass (and updates the documentation).
Backport-PR-URL: #35241
PR-URL: #34751
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent 7e2cd72 commit 26ede7fCopy full SHA for 26ede7f
File tree
Expand file treeCollapse file tree
3 files changed
+4
-0
lines changedOpen diff view settings
Filter options
- doc/api
- test
- cctest/gtest
- embedding
Expand file treeCollapse file tree
3 files changed
+4
-0
lines changedOpen diff view settings
Collapse file
+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
| 38 | + |
38 | 39 | |
39 | 40 | |
40 | 41 | |
|
Collapse file
test/cctest/gtest/gtest_main.cc
Copy file name to clipboardExpand all lines: test/cctest/gtest/gtest_main.cc+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
| ||
40 | 41 | |
41 | 42 | |
42 | 43 | |
| 44 | + |
43 | 45 | |
44 | 46 | |
45 | 47 | |
|
Collapse file
test/embedding/embedtest.cc
Copy file name to clipboardExpand all lines: test/embedding/embedtest.cc+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
|
0 commit comments