node/test/report
James M Snell ef2ed71389
test: rely less on duplicative common test harness utilities
There are several cleanups here that are not just style nits...

1. The `common.isMainThread` was just a passthrough to the
   `isMainThread` export on the worker_thread module. It's
   use was inconsistent and just obfuscated the fact that
   the test file depend on the `worker_threads` built-in.
   By eliminating it we simplify the test harness a bit and
   make it clearer which tests depend on the worker_threads
   check.
2. The `common.isDumbTerminal` is fairly unnecesary since
   that just wraps a public API check.
3. Several of the `common.skipIf....` checks were inconsistently
   used and really don't need to be separate utility functions.

A key part of the motivation here is to work towards making more
of the tests more self-contained and less reliant on the common
test harness where possible.

PR-URL: https://github.com/nodejs/node/pull/56712
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2025-01-30 10:44:34 +01:00
..
report.status
test-report-config.js report: add --report-exclude-network option 2024-03-01 21:50:04 +00:00
test-report-exclude-network.js report: fix network queries in getReport libuv with exclude-network 2024-11-16 18:00:55 +01:00
test-report-fatalerror-oomerror-compact.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-fatalerror-oomerror-directory.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-fatalerror-oomerror-filename.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-fatalerror-oomerror-not-set.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-fatalerror-oomerror-set.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-getreport.js
test-report-signal.js test: rely less on duplicative common test harness utilities 2025-01-30 10:44:34 +01:00
test-report-uncaught-exception-compat.js test: add lint rule to enforce trailing commas 2022-11-17 13:02:11 +00:00
test-report-uncaught-exception-handled.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uncaught-exception-override.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uncaught-exception-primitives.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uncaught-exception-symbols.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uncaught-exception.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uv-handles.js report: add queue info for udp 2022-08-24 16:37:53 +00:00
test-report-worker.js
test-report-writereport-exclude-env.js src: add cli option to preserve env vars on dr 2024-11-16 18:00:39 +01:00
test-report-writereport.js test: use tmpdir.resolve() 2023-08-21 16:41:53 +00:00
testcfg.py