redyetidev
redyetidev
### Test `test-performance-measure` ### Platform Linux x64 ### Console output ```console --- duration_ms: 1225.808 exitcode: 1 severity: fail stack: |- node:internal/assert/utils:281 throw err; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to...
Follow-up #45098 This PR removes the unused error code `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM`, and stops skipping some of the watch mode tests on Linux machines.
CC @jasnell (who appears to have contributed most of this work) If these files are maintained in this repository, should they not follow the same linting / formatting rules? This...
Ref: https://github.com/nodejs/node/pull/55126#issuecomment-2380711582
This PR refactors the REPL module by eliminating the deprecated `node:domain` module. It replaces its functionality with a modern approach using a `try/catch` block and `process` listener. ### Why? The...
### Test `test/pummel/test-timers.js` ### Platform Linux x64 ### Console output ```console === release test-timers === Path: pummel/test-timers --- stderr --- diff: 999 node:internal/assert/utils:281 throw err; ^ AssertionError [ERR_ASSERTION]: The expression...
On some Linux systems (not reproducible in CI, but reproducible locally), this test will fail because the port 42 is not priviledged. For example, on my Kali Linux installation: ```console...
This PR does two things but I believe they are related enough to be included in a single PR. 1. This PR updates the `test-cli-node-options-doc` test to be more accurate,...
### Test `parallel/test-runner-output` ### Platform Windows ### Console output ```console not ok 2761 parallel/test-runner-output --- duration_ms: 5831.75900 severity: fail exitcode: 1 stack: |- ⶠtest runner output â test-runner/output/abort.js (5044.243602ms)...
(CC @ryanaslett) At the moment, Jenkins stores build logs for 21 days (both successes and failures). Given the number of CIs executed daily, this leads to a **huge** volume of...