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 2 commits into
base: arith-dev
Choose a base branch
from

Commits on Nov 25, 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 25, 2024
    Configuration menu
    Copy the full SHA
    986e514 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. 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 26, 2024
    Configuration menu
    Copy the full SHA
    831524a View commit details
    Browse the repository at this point in the history