-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[stdlib] Addressing Fixme comment atomic stdlib unit test flags #23198
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
[stdlib] Addressing Fixme comment atomic stdlib unit test flags #23198
Conversation
Hey :)) Just pinging you stdlib guys for quick a feedback on this one |
@swift-ci please test |
Build failed |
Hey guys :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a suggestion to improve readability; and to add a note about a potential issue -- otherwise it looks good!
@LucianoPAlmeida These failures sometimes occur if master happens to be temporarily broken. Unfortunately the build logs aren't available -- I'll spawn a new test just to be sure. @swift-ci please test macOS platform |
|
||
/// Run `body` and expect a failure to happen. | ||
/// | ||
/// The check passes iff `body` triggers one or more failures. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This iff
wasn't a typo -- it's a shorthand for "if and only if".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, sorry 😅
@swift-ci test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: LucianoPAlmeida <[email protected]>
@swift-ci test |
This comment has been minimized.
This comment has been minimized.
@swift-ci test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks @lorentey :)) |
Taking a shot at the FIXME comment in StdlibUnittest to make some flags atomic.
Does not solve any SR.