Commit 0b376cb
test: fix pummel test failures
A handful of tests in `test/pummel` were failing due to undefined
variables.
The tests in pummel are not run in CI or otherwise exercised regularly
so these failures can go unnoticed for a long time.
PR-URL: #6012
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>1 parent 840c094 commit 0b376cbCopy full SHA for 0b376cb
File tree
Expand file treeCollapse file tree
3 files changed
+9
-9
lines changedOpen diff view settings
Filter options
- test/pummel
Expand file treeCollapse file tree
3 files changed
+9
-9
lines changedOpen diff view settings
Collapse file
test/pummel/test-crypto-dh.js
Copy file name to clipboardExpand all lines: test/pummel/test-crypto-dh.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | | - |
| 2 | + |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
test/pummel/test-dtrace-jsstack.js
Copy file name to clipboardExpand all lines: test/pummel/test-dtrace-jsstack.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
Collapse file
test/pummel/test-net-throttle.js
Copy file name to clipboardExpand all lines: test/pummel/test-net-throttle.js+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | | - |
4 | | - |
| 2 | + |
| 3 | + |
| 4 | + |
5 | 5 | |
6 | | - |
7 | | - |
| 6 | + |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
| 12 | + |
13 | 13 | |
14 | 14 | |
15 | 15 | |
|
0 commit comments