Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: split test-crypto-timing-safe-equal #8202

Closed
wants to merge 2 commits into from
Closed

Conversation

Trott
Copy link
Member

@Trott Trott commented Aug 21, 2016

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

test crypto

Description of change

Move non-intensive parts of test-crypto-timing-safe-equal from
sequential to parallel.

The test in sequential is marked as flaky due to the intensive part of
the test. This will allow the non-intensive part to register as a
genuine failure if something breaks it.

Move non-intensive parts of test-crypto-timing-safe-equal from
sequential to parallel.

The test in sequential is marked as flaky due to the intensive part of
the test. This will allow the non-intensive part to register as a
genuine failure if something breaks it.
@Trott Trott added crypto Issues and PRs related to the crypto subsystem. test Issues and PRs related to the tests. labels Aug 21, 2016
@Trott Trott mentioned this pull request Aug 21, 2016
4 tasks
@@ -0,0 +1,35 @@
// Flags: --allow_natives_syntax
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Whoops, it's not. Leftover from the test I was extracting it from. I've removed it. Thanks!

@jasnell
Copy link
Member

jasnell commented Aug 21, 2016

LGTM

@Trott
Copy link
Member Author

Trott commented Aug 23, 2016

Closing as revert of the commit that added this test in the first place is imminent...

@Trott Trott closed this Aug 23, 2016
@Trott Trott deleted the separate branch January 13, 2022 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

3 participants