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
Currently, we run each test twice when unions aren't required: once with
and once without them enabled. Since we run with the union enabled
first, legitimate test failures are prepended with "fails when unions
are on" which is misleading since they may not be caused by unions.
Running union tests last removes that mis-leading prefix and makes it
clear if the problem comes from union or not.
0 commit comments