about summary refs log tree commit diff
path: root/tests/ui/allocator/no_std-alloc-error-handler-default.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-07-23 13:31:22 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-07-23 13:48:04 +0200
commitde93fb13feeb6263bef61d4035e78ab8651c5714 (patch)
tree5528427835e57a72586d772c5f9e2ecac027d192 /tests/ui/allocator/no_std-alloc-error-handler-default.rs
parent20aa182235d6b27ecee519f1d18ee30f0d1c4a61 (diff)
downloadrust-de93fb13feeb6263bef61d4035e78ab8651c5714.tar.gz
rust-de93fb13feeb6263bef61d4035e78ab8651c5714.zip
Add `ignore-backends` annotations in failing GCC backend ui tests
Diffstat (limited to 'tests/ui/allocator/no_std-alloc-error-handler-default.rs')
-rw-r--r--tests/ui/allocator/no_std-alloc-error-handler-default.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/allocator/no_std-alloc-error-handler-default.rs b/tests/ui/allocator/no_std-alloc-error-handler-default.rs
index 51ecf1a6731..5a6c0b33d51 100644
--- a/tests/ui/allocator/no_std-alloc-error-handler-default.rs
+++ b/tests/ui/allocator/no_std-alloc-error-handler-default.rs
@@ -2,6 +2,7 @@
 //@ ignore-android no libc
 //@ ignore-emscripten no libc
 //@ ignore-sgx no libc
+//@ ignore-backends: gcc
 //@ only-linux
 //@ compile-flags:-C panic=abort
 //@ aux-build:helper.rs