FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: improve test for crypto padding by julianduque · Pull Request #9906 · nodejs/node · GitHub

/ node Public

test: improve test for crypto padding - #9906

Closed
julianduque wants to merge 1 commit into
nodejs:masterfrom
julianduque:test-crypto-padding-refactor
Closed

test: improve test for crypto padding#9906
julianduque wants to merge 1 commit into
nodejs:masterfrom
julianduque:test-crypto-padding-refactor

Conversation

julianduque commented Dec 1, 2016
edited
Loading

Copy link
Copy Markdown
Contributor
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test, crypto

Description of change

Replace assert.equal with assert.strictEqual and use RegExp in
assert.throws

nodejs-github-bot added the test Issues and PRs related to the tests. label Dec 1, 2016
julianduque added the crypto Issues and PRs related to the crypto subsystem. label Dec 1, 2016
Replace assert.equal with assert.strictEqual and use RegExp in
assert.throws
julianduque force-pushed the test-crypto-padding-refactor branch from 9b1fbab to acb7e7b Compare December 1, 2016 16:29

Copy link
Copy Markdown
Contributor Author

@cjihrig needed to rebase and force push a change, my previous commit had a minor lint error

imyller added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Dec 1, 2016

Trott commented Dec 1, 2016

Copy link
Copy Markdown
Member

Trott commented Dec 4, 2016

Copy link
Copy Markdown
Member

Trott commented Dec 4, 2016

Copy link
Copy Markdown
Member

Single failure on CI is unrelated.

Trott pushed a commit to Trott/io.js that referenced this pull request Dec 4, 2016
Replace assert.equal with assert.strictEqual and use RegExp in
assert.throws

PR-URL: nodejs#9906
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

Trott commented Dec 4, 2016

Copy link
Copy Markdown
Member

Landed in 72b1f79. Thanks!!!

Trott closed this Dec 4, 2016
addaleax pushed a commit that referenced this pull request Dec 5, 2016
Replace assert.equal with assert.strictEqual and use RegExp in
assert.throws

PR-URL: #9906
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
julianduque deleted the test-crypto-padding-refactor branch December 5, 2016 03:22
Fishrock123 mentioned this pull request Dec 5, 2016
2 tasks
addaleax pushed a commit to addaleax/node that referenced this pull request Dec 8, 2016
Replace assert.equal with assert.strictEqual and use RegExp in
assert.throws

PR-URL: nodejs#9906
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
jmdarling pushed a commit to jmdarling/node that referenced this pull request Dec 8, 2016
Replace assert.equal with assert.strictEqual and use RegExp in
assert.throws

PR-URL: nodejs#9906
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 20, 2016
Replace assert.equal with assert.strictEqual and use RegExp in
assert.throws

PR-URL: #9906
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
Replace assert.equal with assert.strictEqual and use RegExp in
assert.throws

PR-URL: #9906
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
Replace assert.equal with assert.strictEqual and use RegExp in
assert.throws

PR-URL: #9906
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This was referenced Dec 21, 2016
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

Labels

code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. crypto Issues and PRs related to the crypto subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL