Uh oh!
There was an error while loading. Please reload this page.
test: fix test-buffer-slow - #9809
Closed
targos wants to merge 1 commit into
Closed
Conversation
cjihrig
approved these changes
Nov 26, 2016
Trott
approved these changes
Nov 26, 2016
princejwesley
approved these changes
Nov 26, 2016
targos
commented
Nov 27, 2016
MemberAuthor
targosforce-pushed
the
fix-test-buffer-slow
branch
2 times, most recently
from
November 27, 2016 16:10
7438e14 to
fbef147CompareFix incorrect use of string instead of RegExp in `throws` assertions.
targosforce-pushed
the
fix-test-buffer-slow
branch
from
November 27, 2016 16:10
fbef147 to
58c0078Comparetargos
commented
Nov 27, 2016
MemberAuthor
Fixed. New CI: https://ci.nodejs.org/job/node-test-pull-request/4996/ |
targos
commented
Nov 29, 2016
MemberAuthor
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>
MylesBorins
commented
Dec 21, 2016
Contributor
@targos the test cherry-picks to v6.x but with a failing test v4.x will require a manual backport |
addaleax
commented
Dec 22, 2016
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 |
joyeecheung
commented
Dec 22, 2016
Member
I think it's better not backport this too. |
targos
commented
Dec 22, 2016
MemberAuthor
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 freeto 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.