Commit eb15c8d
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 d4abca5 commit eb15c8dCopy full SHA for eb15c8d
File tree
Expand file treeCollapse file tree
3 files changed
+11
-12
lines changedOpen diff view settings
Filter options
- test/pummel
Expand file treeCollapse file tree
3 files changed
+11
-12
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+4-5Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | | - |
| 2 | + |
| 3 | + |
| 4 | + |
4 | 5 | |
5 | | - |
6 | | - |
7 | | - |
| 6 | + |
8 | 7 | |
9 | 8 | |
10 | 9 | |
|
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