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

fix: enable previously disabled tests #1552

Open
wants to merge 3 commits into
base: arith-dev
Choose a base branch
from

Commits on Nov 28, 2024

  1. Enable previously disabled tests

    This enables a number of previously disabled tests which actually pass.
    This also tidies up the naming of some of the regular tests.
    DavePearce committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b36e6c6 View commit details
    Browse the repository at this point in the history
  2. Disable tests which still use too much resource

    This disable remaining tests which actually still use too much resource
    for `go-corset`.  Potentially, we should be considering some kind of
    graceful exit when this happens.
    
    Situations where it gets stuck:
    
    (1) Actually reading the trace file.
    DavePearce committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4ed3cde View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Experiment (2)

    DavePearce committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1426856 View commit details
    Browse the repository at this point in the history