Commit 3da56ac
test: harden test-dgram-bind-shared-ports
* add `mustCall` and `mustNotCall` to all callbacks
* added `known_issue` for port binding
PR-URL: #13100
Refs: #13055
Refs: #12999
Refs: #13526
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent f686f73 commit 3da56acCopy full SHA for 3da56ac
File tree
Expand file treeCollapse file tree
2 files changed
+125
-31
lines changedOpen diff view settings
Filter options
- test
- known_issues
- sequential
Expand file treeCollapse file tree
2 files changed
+125
-31
lines changedOpen diff view settings
Collapse file
test/known_issues/test-dgram-bind-shared-ports-after-port-0.js
Copy file name to clipboard+56Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
Collapse file
test/sequential/test-dgram-bind-shared-ports.js
Copy file name to clipboardExpand all lines: test/sequential/test-dgram-bind-shared-ports.js+69-31Lines changed: 69 additions & 31 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
24 | 28 | |
25 | 29 | |
26 | 30 | |
| 31 | + |
| 32 | + |
27 | 33 | |
28 | 34 | |
29 | 35 | |
30 | 36 | |
31 | 37 | |
32 | | - |
33 | | - |
| 38 | + |
| 39 | + |
| 40 | + |
34 | 41 | |
35 | | - |
36 | | - |
37 | | - |
| 42 | + |
38 | 43 | |
39 | 44 | |
40 | 45 | |
41 | | - |
| 46 | + |
| 47 | + |
42 | 48 | |
43 | | - |
44 | 49 | |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
51 | 69 | |
52 | | - |
53 | | - |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
54 | 74 | |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
59 | 79 | |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
| 80 | + |
| 81 | + |
64 | 82 | |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
72 | 90 | |
73 | 91 | |
74 | | - |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
75 | 113 | |
0 commit comments