Skip to content

Conversation

@Trott
Copy link
Member

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test timers

Description of change
  • check that empty linked lists have identical properties
  • assert.equal() -> assert.strictEqual()
  • var -> const

* check that empty linked lists have identical properties * `assert.equal()` -> `assert.strictEqual()` * `var` -> `const`
@TrottTrott added timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout. test Issues and PRs related to the tests. labels Aug 19, 2016
@Fishrock123
Copy link
Contributor

lgtm

@jasnell
Copy link
Member

LGTM

2 similar comments
@targos
Copy link
Member

LGTM

@fhinkel
Copy link
Member

LGTM

@Trott
Copy link
MemberAuthor

Trott added a commit to Trott/io.js that referenced this pull request Aug 23, 2016
* check that empty linked lists have identical properties * `assert.equal()` -> `assert.strictEqual()` * `var` -> `const` PR-URL: nodejs#8193 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
@Trott
Copy link
MemberAuthor

Known flaky failures only.

Landed in 1aa47d8

@TrottTrott closed this Aug 23, 2016
evanlucas pushed a commit that referenced this pull request Aug 24, 2016
* check that empty linked lists have identical properties * `assert.equal()` -> `assert.strictEqual()` * `var` -> `const` PR-URL: #8193 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
@TrottTrott deleted the test-timers-linked-list branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.timersIssues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Trott@Fishrock123@jasnell@targos@fhinkel@MylesBorins