-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[AutoDiff] Do not require no optimizations for control_flow test #78604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[AutoDiff] Do not require no optimizations for control_flow test #78604
Conversation
The test used to crash with optimizations enabled previously, but currently it passes with `swift_test_mode_optimize` and `swift_test_mode_optimize_size`.
Tagging @asl |
@swift-ci please test |
preset=buildbot |
preset=buildbot,tools=RA,stdlib=RA |
preset=buildbot_all_platforms,tools=RA,stdlib=RA |
preset=buildbot_incremental,tools=RA,stdlib=RA |
Tagging @rxwei @JaapWijnen |
Let's check if preset is fixed: preset=buildbot_incremental,tools=RA,stdlib=RA |
preset=buildbot_incremental,tools=RA,stdlib=RA |
preset=buildbot,tools=RA,stdlib=DA |
preset=buildbot,tools=RA,stdlib=DA |
The test used to crash with optimizations enabled previously, but currently it passes with
swift_test_mode_optimize
andswift_test_mode_optimize_size
.