diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-23 13:31:22 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-23 13:48:04 +0200 |
| commit | de93fb13feeb6263bef61d4035e78ab8651c5714 (patch) | |
| tree | 5528427835e57a72586d772c5f9e2ecac027d192 /tests/ui/process/println-with-broken-pipe.rs | |
| parent | 20aa182235d6b27ecee519f1d18ee30f0d1c4a61 (diff) | |
| download | rust-de93fb13feeb6263bef61d4035e78ab8651c5714.tar.gz rust-de93fb13feeb6263bef61d4035e78ab8651c5714.zip | |
Add `ignore-backends` annotations in failing GCC backend ui tests
Diffstat (limited to 'tests/ui/process/println-with-broken-pipe.rs')
| -rw-r--r-- | tests/ui/process/println-with-broken-pipe.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/process/println-with-broken-pipe.rs b/tests/ui/process/println-with-broken-pipe.rs index fbac9b6cd95..58b83a2dd9a 100644 --- a/tests/ui/process/println-with-broken-pipe.rs +++ b/tests/ui/process/println-with-broken-pipe.rs @@ -5,6 +5,7 @@ //@ ignore-fuchsia //@ ignore-horizon //@ ignore-android +//@ ignore-backends: gcc //@ normalize-stderr: ".rs:\d+:\d+" -> ".rs:LL:CC" //@ compile-flags: -Zon-broken-pipe=error |
