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

test: move AEAD test vectors out of script by tniessen · Pull Request #21873 · nodejs/node · GitHub

/ node Public

test: move AEAD test vectors out of script - #21873

Closed
tniessen wants to merge 2 commits into
nodejs:masterfrom
tniessen:test-refactor-aead-test-vectors
Closed

test: move AEAD test vectors out of script#21873
tniessen wants to merge 2 commits into
nodejs:masterfrom
tniessen:test-refactor-aead-test-vectors

Conversation

Copy link
Copy Markdown
Member

This reduces the test by almost 700 lines (more than 50%!). This would optimally be a JSON file, but we should keep the comments, so it remains JS for now.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added the test Issues and PRs related to the tests. label Jul 18, 2018
Comment thread test/fixtures/aead-vectors.js Outdated
tag: 'd0c515f4d1cdd4fdac4f02ab',
tampered: true
}
]; No newline at end of file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Nit: missing new line :)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Oh right, Windows...

Copy link
Copy Markdown
Contributor

maclover7 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jul 20, 2018

Copy link
Copy Markdown
Member Author

Thanks @maclover7! Whatever node-test-commit-custom-suites is, it failed... Resumed in https://ci.nodejs.org/job/node-test-pull-request/15964/

Copy link
Copy Markdown
Member Author

Landed in b2ac3af.

tniessen closed this Jul 22, 2018
tniessen added a commit that referenced this pull request Jul 22, 2018
PR-URL: #21873
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>

Copy link
Copy Markdown
Contributor

Whatever node-test-commit-custom-suites is, it failed...

node-test-commit-custom-suites lets you plug in different test suites to run. Looks like @Trott is working on documenting this in #21927, but I'll just add on to say that it's used to run the default test suites with the --worker flags for all node-test-commit builds, to make sure we don't break stuff with workers

targos commented Jul 24, 2018

Copy link
Copy Markdown
Member

Depends on #21447 to land on v10.x-staging

targos added backport-requested-v10.x and removed author ready PRs that have at least one approval, no outstanding review comments, and a CI started. labels Jul 24, 2018
targos pushed a commit that referenced this pull request Aug 29, 2018
PR-URL: #21873
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
targos pushed a commit that referenced this pull request Sep 3, 2018
PR-URL: #21873
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
targos pushed a commit that referenced this pull request Sep 6, 2018
PR-URL: #21873
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
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

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