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
Testing is now very bare bones, only programs that works are tested. There should be tests for programs which are expected to fail. Seperated into #42.
The GC tests should also be run. It probably should be run three times:
With GC at every allocation and sanitizers
With normal GC and sanitizers
Release mode - No sanitizers, optimizations on and normal GC.
The text was updated successfully, but these errors were encountered:
Testing is now very bare bones, only programs that works are tested. There should be tests for programs which are expected to fail. Seperated into #42.
The GC tests should also be run. It probably should be run three times:
The text was updated successfully, but these errors were encountered: