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
.pgc files weren't being created when invoking the test harness
with default options. I suspect it has to do with existence of
multiple processes or something.
After some experimentation, running each test individually does
result in the creation of hundreds of .pgc files (at least 1 for
every test invocation). So this commit changes our test harness
execution strategy to run 1 test at a time.
0 commit comments