You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the integration tests in cairo_run_tests.rs also check that the amount of memory holes after the vm run is equal to the ones counted when running with the python VM, however this is not such a robust solution as the values are hardcoded and may be wrong (as evidenced by #1583).
Once #1578 is merged, we will be able to truly check that the memory holes are not miscounted by comparing Cairo PIE outputs against the python vm, removing the need for these specific checks that may be unreliable.
The text was updated successfully, but these errors were encountered:
Most of the integration tests in cairo_run_tests.rs also check that the amount of memory holes after the vm run is equal to the ones counted when running with the python VM, however this is not such a robust solution as the values are hardcoded and may be wrong (as evidenced by #1583).
Once #1578 is merged, we will be able to truly check that the memory holes are not miscounted by comparing Cairo PIE outputs against the python vm, removing the need for these specific checks that may be unreliable.
The text was updated successfully, but these errors were encountered: