Skip to content

Conversation

@Trott
Copy link
Member

@Trott Trott commented Aug 19, 2016

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`
@Trott Trott 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

jasnell commented Aug 20, 2016

LGTM

2 similar comments
@targos
Copy link
Member

targos commented Aug 20, 2016

LGTM

@fhinkel
Copy link
Member

fhinkel commented Aug 21, 2016

LGTM

@Trott
Copy link
Member Author

Trott commented Aug 23, 2016

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 <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
@Trott
Copy link
Member Author

Trott commented Aug 23, 2016

Known flaky failures only.

Landed in 1aa47d8

@Trott Trott 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 <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
@Trott Trott deleted the test-timers-linked-list branch January 13, 2022 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests. timers Issues 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