Skip to content

Commit 3dc76dc

Browse files
committed
Ignore failing GCC test
1 parent 48ea70c commit 3dc76dc

22 files changed

+23
-0
lines changed

tests/mir-opt/inline/inline_instruction_set.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//
55
//@ compile-flags: --target thumbv4t-none-eabi
66
//@ needs-llvm-components: arm
7+
//@ ignore-backends: gcc
78

89
#![crate_type = "lib"]
910
#![feature(rustc_attrs)]

tests/ui/check-cfg/values-target-json.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//@ no-auto-check-cfg
66
//@ needs-llvm-components: x86
77
//@ compile-flags: --crate-type=lib --check-cfg=cfg() --target={{src-base}}/check-cfg/my-awesome-platform.json
8+
//@ ignore-backends: gcc
89

910
#![feature(lang_items, no_core, auto_traits, rustc_attrs)]
1011
#![no_core]

tests/ui/cmse-nonsecure/cmse-nonsecure-call/generics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ add-minicore
22
//@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib
33
//@ needs-llvm-components: arm
4+
//@ ignore-backends: gcc
45
#![feature(abi_cmse_nonsecure_call, no_core, lang_items)]
56
#![no_core]
67

tests/ui/cmse-nonsecure/cmse-nonsecure-call/params-via-stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ add-minicore
22
//@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib
33
//@ needs-llvm-components: arm
4+
//@ ignore-backends: gcc
45
#![feature(abi_cmse_nonsecure_call, no_core, lang_items)]
56
#![no_core]
67

tests/ui/cmse-nonsecure/cmse-nonsecure-call/return-via-stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib
33
//@ needs-llvm-components: arm
44
//@ add-minicore
5+
//@ ignore-backends: gcc
56

67
#![feature(abi_cmse_nonsecure_call, no_core, lang_items)]
78
#![no_core]

tests/ui/cmse-nonsecure/cmse-nonsecure-call/undeclared-lifetime.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib
33
//@ incremental (required to trigger the bug)
44
//@ needs-llvm-components: arm
5+
//@ ignore-backends: gcc
56
#![feature(abi_cmse_nonsecure_call, no_core)]
67
#![no_core]
78

tests/ui/cmse-nonsecure/cmse-nonsecure-call/via-registers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//@ build-pass
33
//@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib
44
//@ needs-llvm-components: arm
5+
//@ ignore-backends: gcc
56
#![feature(abi_cmse_nonsecure_call, no_core, lang_items, intrinsics)]
67
#![no_core]
78

tests/ui/cmse-nonsecure/cmse-nonsecure-call/wrong-abi-location-1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ add-minicore
22
//@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib
33
//@ needs-llvm-components: arm
4+
//@ ignore-backends: gcc
45
#![feature(abi_cmse_nonsecure_call, lang_items, no_core)]
56
#![no_core]
67

tests/ui/cmse-nonsecure/cmse-nonsecure-call/wrong-abi-location-2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ add-minicore
22
//@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib
33
//@ needs-llvm-components: arm
4+
//@ ignore-backends: gcc
45
#![feature(abi_cmse_nonsecure_call, lang_items, no_core)]
56
#![no_core]
67

tests/ui/cmse-nonsecure/cmse-nonsecure-entry/c-variadic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//@ edition: 2018
33
//@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib
44
//@ needs-llvm-components: arm
5+
//@ ignore-backends: gcc
56
#![feature(cmse_nonsecure_entry, c_variadic, no_core, lang_items)]
67
#![no_core]
78

0 commit comments

Comments
 (0)