Skip to content

Commit

Permalink
Add one more error annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tiif committed Oct 14, 2024
1 parent 213885b commit bc3f54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fail-dep/libc/eventfd_block_twice.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//@only-target: linux

Check failure on line 1 in tests/fail-dep/libc/eventfd_block_twice.rs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, x86_64-unknown-linux-gnu)

Unmatched diagnostics

Error: deadlock: the evaluated program deadlocked

Check failure on line 1 in tests/fail-dep/libc/eventfd_block_twice.rs

View workflow job for this annotation

GitHub Actions / build (macos-14, aarch64-apple-darwin)

Unmatched diagnostics

Error: deadlock: the evaluated program deadlocked

Check failure on line 1 in tests/fail-dep/libc/eventfd_block_twice.rs

View workflow job for this annotation

GitHub Actions / build (windows-latest, i686-pc-windows-msvc)

Unmatched diagnostics

Error: deadlock: the evaluated program deadlocked
//@compile-flags: -Zmiri-preemption-rate=0
//@error-in-other-file: deadlock

use std::thread;

Expand Down

0 comments on commit bc3f54d

Please sign in to comment.