Skip to content

Commit

Permalink
chore: reenable integration tests in ACVM (#4050)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves #3802

## Summary\*

This PR enables these ignored tests.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Jan 16, 2024
1 parent ca0766a commit a3b162b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions acvm-repo/acvm/tests/solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use acvm_blackbox_solver::StubbedBlackBoxSolver;
// Reenable these test cases once we move the brillig implementation of inversion down into the acvm stdlib.

#[test]
#[ignore]
fn inversion_brillig_oracle_equivalence() {
// Opcodes below describe the following:
// fn main(x : Field, y : pub Field) {
Expand Down Expand Up @@ -126,7 +125,6 @@ fn inversion_brillig_oracle_equivalence() {
}

#[test]
#[ignore]
fn double_inversion_brillig_oracle() {
// Opcodes below describe the following:
// fn main(x : Field, y : pub Field) {
Expand Down Expand Up @@ -453,6 +451,7 @@ fn brillig_oracle_predicate() {
// ACVM should be able to be finalized in `Solved` state.
acvm.finalize();
}

#[test]
fn unsatisfied_opcode_resolved() {
let a = Witness(0);
Expand Down

0 comments on commit a3b162b

Please sign in to comment.