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

Disabling the validation tests due to the refactor in EC #167

Merged
merged 3 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile.coq
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN opam init --auto-setup --yes --disable-sandboxing \
&& opam repo add coq-released https://coq.inria.fr/opam/released \
&& opam install -y coq-bits \
&& opam install -y coq-itree.5.1.2 \
&& opam pin -y coq-paco 4.2.0 \
&& opam pin -y entree-specs https://github.com/GaloisInc/entree-specs.git#52c4868f1f65c7ce74e90000214de27e23ba98fb

ADD SAW/scripts/x86_64 /lc/scripts
Expand Down
6 changes: 3 additions & 3 deletions SAW/scripts/x86_64/entrypoint_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ apply_patch() {

go env -w GOPROXY=direct

# Start by patching in the constant validation tests and executing them
apply_patch "p384_validate"
# Start by patching in the constant validation tests and executing them
# apply_patch "p384_validate"

# Build in release mode

Expand All @@ -27,7 +27,7 @@ cp build_src/llvm_x86/crypto/crypto_test build/llvm_x86/crypto/crypto_test
extract-bc build/llvm_x86/crypto/crypto_test

# run the tests
./build/llvm_x86/crypto/crypto_test
# ./build/llvm_x86/crypto/crypto_test

# Next check the SAW proofs

Expand Down
6 changes: 3 additions & 3 deletions SAW/scripts/x86_64/entrypoint_check_aes_gcm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ apply_patch() {

go env -w GOPROXY=direct

# Start by patching in the constant validation tests and executing them
apply_patch "p384_validate"
# Start by patching in the constant validation tests and executing them
# apply_patch "p384_validate"

# Build in release mode

Expand All @@ -27,7 +27,7 @@ cp build_src/llvm_x86/crypto/crypto_test build/llvm_x86/crypto/crypto_test
extract-bc build/llvm_x86/crypto/crypto_test

# run the tests
./build/llvm_x86/crypto/crypto_test
# ./build/llvm_x86/crypto/crypto_test

# Next check the SAW proofs

Expand Down
2 changes: 1 addition & 1 deletion src
Submodule src updated 545 files
Loading