Commit 5bbf009
test: check symbols in shared lib
When building the node with `--shared` option, we need
to verify the symbols in shared lib instead of executable.
Refs: #18535
Signed-off-by: Yihong Wang <yh.wang@ibm.com>
PR-URL: #18806
Refs: #18535
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>1 parent 6ae2caf commit 5bbf009Copy full SHA for 5bbf009
File tree
Expand file treeCollapse file tree
2 files changed
+22
-1
lines changedOpen diff view settings
Filter options
- test
- common
- parallel
Expand file treeCollapse file tree
2 files changed
+22
-1
lines changedOpen diff view settings
Collapse file
test/common/shared-lib-util.js
Copy file name to clipboardExpand all lines: test/common/shared-lib-util.js+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
3 | 4 | |
4 | 5 | |
5 | 6 | |
| ||
27 | 28 | |
28 | 29 | |
29 | 30 | |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
Collapse file
test/parallel/test-postmortem-metadata.js
Copy file name to clipboardExpand all lines: test/parallel/test-postmortem-metadata.js+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
11 | 17 | |
12 | 18 | |
13 | 19 | |
|
0 commit comments