Skip to content

Commit 2d59273

Browse files
Trotttargos
authored andcommitted
doc: indicate that abort tests do not generate core files
The key thing about the tests in `test/abort` is that tests in that directory do not generate core files (thanks to testcfg.py). Make a note of that in the test README. PR-URL: #38422 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent f197012 commit 2d59273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For the tests to run on Windows, be sure to clone Node.js source code with the
1515

1616
| Directory | Runs on CI | Purpose |
1717
| ---------------- | ---------- | --------------- |
18-
| `abort` | Yes | Tests for when the `--abort-on-uncaught-exception` flag is used. |
18+
| `abort` | Yes | Tests that use `--abort-on-uncaught-exception` and other situations where we want to test something but avoid generating a core file. |
1919
| `addons` | Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon. |
2020
| `async-hooks` | Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) functionality. |
2121
| `benchmark` | Yes | Test minimal functionality of benchmarks. |

0 commit comments

Comments
 (0)