-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Silent panic in rust builder scope tests #811
Comments
This is an expected failure: gtk4-rs/gtk4/src/builder_rust_scope.rs Line 269 in ca06eb3
The problem here is that output is not being captured because this is a glib thread, |
Relevant crate? https://crates.io/crates/gag |
This also could be an option if custom test frameworks are stabilized: rust-lang/rust#50297 (comment) That would also save us any issues where things like |
Until is #811 resolved as it fails for nightly now
Until is #811 resolved as it fails for nightly now
Until is #811 resolved as it fails for nightly now
check the CI.
cc @jf2048
The text was updated successfully, but these errors were encountered: