Skip to content

Commit

Permalink
Merge branch 'main' into sanchda/add_faultinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchda authored Nov 12, 2024
2 parents 89210c8 + 873ea85 commit dac1014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crashtracker/src/collector/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ fn test_altstack_nouse() -> anyhow::Result<()> {
#[cfg_attr(miri, ignore)]
#[cfg(target_os = "linux")]
#[test]
#[ignore]
fn test_waitall_nohang() -> anyhow::Result<()> {
// This test checks whether the crashtracking implementation can cause malformed `waitall()`
// idioms to hang.
Expand Down

0 comments on commit dac1014

Please sign in to comment.