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
#24 illustrated a problem in hand writing sim files. If the fixture should fail and you test it by running against your own compiler, the test harness will "pass" but for the wrong reason (syntax error and not an error in the phase you're testing). Ideally, there'd be some way to catch these kind of mistakes as a linter (run as part of the test suite testing the harness).