Commit deceb26
test: split test-whatwg-encoding-textdecoder-fatal.js
Split `test-whatwg-encoding-textdecoder-fatal.js` into
- `test-whatwg-encoding-custom-textdecoder-fatal.js` which
is a customized version of the WPT that tests for Node.js-specific
error codes.
- `test-whatwg-encoding-custom-textdecoder-invalid-arg` which
tests `ERR_INVALID_ARG_TYPE`
PR-URL: #25155
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent a8f5191 commit deceb26Copy full SHA for deceb26
File tree
Expand file treeCollapse file tree
2 files changed
+20
-12
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
2 files changed
+20
-12
lines changedOpen diff view settings
Collapse file
…est-whatwg-encoding-textdecoder-fatal.js …twg-encoding-custom-textdecoder-fatal.jstest/parallel/test-whatwg-encoding-textdecoder-fatal.js renamed to test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js test/parallel/test-whatwg-encoding-textdecoder-fatal.js renamed to test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js
Copy file name to clipboardExpand all lines: test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js+2-12Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
5 | 6 | |
6 | 7 | |
| ||
82 | 83 | |
83 | 84 | |
84 | 85 | |
| 86 | + |
85 | 87 | |
86 | 88 | |
87 | 89 | |
88 | 90 | |
89 | 91 | |
90 | 92 | |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | | - |
102 | | - |
Collapse file
test/parallel/test-whatwg-encoding-custom-textdecoder-invalid-arg.js
Copy file name to clipboard+18Lines changed: 18 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 | + |
0 commit comments