-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Prevent Windows from displaying UI on errors. #38231
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
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
Looks good to me, thanks! Could this be added to a different location though? It seems like we should always do this but there's a few early-return locations in the method where it was added. |
Ok, I moved it to the top. |
@bors: r+ |
📌 Commit cc16122 has been approved by |
Per https://blogs.msdn.microsoft.com/oldnewthing/20040727-00/?p=38323, it's best to preserve inherited flags. |
📌 Commit 6404143 has been approved by |
⌛ Testing commit 6404143 with merge 26c3797... |
@bors: retry force clean |
⌛ Testing commit 6404143 with merge 8bbe326... |
💔 Test failed - auto-win-msvc-64-cargotest |
@bors: retry
…On Sat, Dec 10, 2016 at 4:55 AM, bors ***@***.***> wrote:
💔 Test failed - auto-win-msvc-64-cargotest
<https://buildbot.rust-lang.org/builders/auto-win-msvc-64-cargotest/builds/2552>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#38231 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95KTAteVb4i_nH5reR7Ks4COgIbCBks5rGqE1gaJpZM4LHRr1>
.
|
Prevent Windows from displaying UI on errors. Otherwise tests like run-pass/out-of-stack get wedged on Windows error reporting dialog (unless error reporting has been disabled, of course).
Otherwise tests like run-pass/out-of-stack get wedged on Windows error reporting dialog (unless error reporting has been disabled, of course).