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
The test was reenabled for the `swift_stdlib_asserts` context in
#82559 . That had the effect of
enabling it for noasserts builds. But the test uses subpass flags which
are only heeded in asserts builds. That behavior is disabled--the flags
are made always effective--in
#82736 . But there's no reason
to take that change onto a release branch. Just disable the test again
in exactly the relevant configuration.
rdar://154499140
0 commit comments