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

CI fixes #36

Closed
wants to merge 3 commits into from
Closed

CI fixes #36

wants to merge 3 commits into from

Conversation

andrew-kaufman
Copy link
Contributor

Issues:

CryptoAlg-345

Description of changes:

Re-enables unit tests that were failing in CodeBuild.

Testing:

CI tests are all calling run_posix_tests.sh and passing.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@andrew-kaufman andrew-kaufman changed the title Ci fixes CI fixes Sep 3, 2020
@andrew-kaufman andrew-kaufman marked this pull request as ready for review September 3, 2020 16:58
@@ -4,3 +4,4 @@
0004-disable-urandom-test-docker.patch
0005-fix-ssl-test-runner-output.patch
0006-fix-gcc4-compile-errors.patch
0007-fix-abi-test-compilation.patch
Copy link
Contributor

Choose a reason for hiding this comment

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

main has 007 patch. Need to change this to 008 or 009.

Comment on lines +32 to +37
WriteFile(stderr_handle, buf, strlen(buf), &unused, nullptr);
}
#else
- write(STDERR_FILENO, buf, strlen(buf));
+ OPENSSL_UNUSED ssize_t unused_ret =
+ write(STDERR_FILENO, buf, strlen(buf));
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this to fix gcc4 related compile warning?

Comment on lines -2 to 3
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
#!/bin/bash

# This test is aimed to run with GCC 6 and above on x86-64 architectures.
Copy link
Contributor

Choose a reason for hiding this comment

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

The copyright header is needed based on open source policy.

@andrew-kaufman
Copy link
Contributor Author

Closing in favor of #40

dkostic pushed a commit to dkostic/aws-lc that referenced this pull request Sep 1, 2022
Basic point operations for the Weierstrass curves
s2n-bignum original commit: awslabs/s2n-bignum@44003b0
torben-hansen pushed a commit to torben-hansen/aws-lc that referenced this pull request Mar 31, 2023
Basic point operations for the Weierstrass curves
s2n-bignum original commit: awslabs/s2n-bignum@44003b0
aqjune pushed a commit to aqjune-aws/aws-lc-public that referenced this pull request Jul 25, 2023
Basic point operations for the Weierstrass curves
s2n-bignum original commit: awslabs/s2n-bignum@44003b0
torben-hansen pushed a commit to torben-hansen/aws-lc that referenced this pull request Nov 15, 2023
Basic point operations for the Weierstrass curves
s2n-bignum original commit: awslabs/s2n-bignum@44003b0
torben-hansen pushed a commit to torben-hansen/aws-lc that referenced this pull request Sep 18, 2024
Basic point operations for the Weierstrass curves
s2n-bignum original commit: awslabs/s2n-bignum@44003b0

s2n-bignum original commit: awslabs/s2n-bignum@2af9c6a
dkostic pushed a commit to dkostic/aws-lc that referenced this pull request Dec 5, 2024
Basic point operations for the Weierstrass curves
dkostic pushed a commit to dkostic/aws-lc that referenced this pull request Dec 10, 2024
Basic point operations for the Weierstrass curves
s2n-bignum original commit: awslabs/s2n-bignum@44003b0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants