Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit364d09c

Browse files
Trottmarco-ippolito
authored andcommitted
test: add comments and rename test for timer robustness
The name of the test did not make it clear what it was about. (It alsoused "timer" in the name instead of "timers" like all the other tests.)I also added a comment to be extra clear about the test purpose and alink to the issue that was originally filed about it.PR-URL:#54008Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Chengzhong Wu <legendecas@gmail.com>Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
1 parent5c5093d commit364d09c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎test/parallel/test-timer-immediate.jsrenamed to ‎test/parallel/test-timers-process-tampering.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Check that setImmediate works even if process is tampered with.
2+
// This is a regression test for https://github.com/nodejs/node/issues/17681.
3+
14
'use strict';
25
constcommon=require('../common');
36
global.process={};// Boom!

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp