-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
test: common.expectsError()
is subtly broken
#13682
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
This was referenced Jun 14, 2017
Closed
BridgeAR
pushed a commit
to BridgeAR/node
that referenced
this issue
Jan 6, 2018
The function should strictly test for the error class and only accept the correct one. Any other error class should fail. PR-URL: nodejs#13686 Fixes: nodejs#13682 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
BridgeAR
pushed a commit
to BridgeAR/node
that referenced
this issue
Jan 6, 2018
PR-URL: nodejs#13686 Fixes: nodejs#13682 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos
pushed a commit
to targos/node
that referenced
this issue
Mar 24, 2018
PR-URL: nodejs#13686 Fixes: nodejs#13682 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos
pushed a commit
to targos/node
that referenced
this issue
Mar 24, 2018
The function should strictly test for the error class and only accept the correct one. Any other error class should fail. PR-URL: nodejs#13686 Fixes: nodejs#13682 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos
pushed a commit
to targos/node
that referenced
this issue
Mar 24, 2018
PR-URL: nodejs#13686 Fixes: nodejs#13682 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Ref: #13623 (comment)
as reported by @cjihrig:
The text was updated successfully, but these errors were encountered: