Closed
Conversation
cjihrig
approved these changes
Nov 26, 2016
Trott
approved these changes
Nov 26, 2016
princejwesley
approved these changes
Nov 26, 2016
Member
Author
7438e14 to
fbef147
Compare
Fix incorrect use of string instead of RegExp in `throws` assertions.
fbef147 to
58c0078
Compare
Member
Author
|
Fixed. New CI: https://ci.nodejs.org/job/node-test-pull-request/4996/ |
Member
Author
|
Landed in efcbf61 |
targos
added a commit
that referenced
this pull request
Nov 29, 2016
Fix incorrect use of string instead of RegExp in `throws` assertions. PR-URL: #9809 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
addaleax
pushed a commit
that referenced
this pull request
Dec 5, 2016
Fix incorrect use of string instead of RegExp in `throws` assertions. PR-URL: #9809 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Contributor
|
@targos the test cherry-picks to v6.x but with a failing test v4.x will require a manual backport |
Member
|
I would suggest not backporting it then, the underlying cause of the different error messages has been fixed in #10152 (which has been labelled If somebody does want to backport this manually to v6.x or v4.x, I think they will want to do something like #9924. /cc @joyeecheung just fyi |
Member
|
I think it's better not backport this too. |
Member
Author
|
We can "backport" it by just passing the |
targos
added a commit
to targos/node
that referenced
this pull request
Dec 26, 2016
Fix incorrect use of string instead of RegExp in `throws` assertions. PR-URL: nodejs#9809 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
targos
added a commit
to targos/node
that referenced
this pull request
Dec 26, 2016
Fix incorrect use of string instead of RegExp in `throws` assertions. PR-URL: nodejs#9809 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
targos
added a commit
that referenced
this pull request
Dec 27, 2016
Fix incorrect use of string instead of RegExp in `throws` assertions. PR-URL: #9809 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j8 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
test, buffer
Description of change
Fix incorrect use of string instead of RegExp in
throwsassertions.