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
cpx_shutdown ensures drivers etc are properly cleaned up, but this doesn't get called when a test fails with an exception. We could wrap the runtime in a class for these c++ tests so that we rely on RAII to ensure shutdown is called.
The text was updated successfully, but these errors were encountered:
cpx_shutdown ensures drivers etc are properly cleaned up, but this doesn't get called when a test fails with an exception. We could wrap the runtime in a class for these c++ tests so that we rely on RAII to ensure shutdown is called.
The text was updated successfully, but these errors were encountered: