Skip to content

Commit 12ae94c

Browse files
Ignoring working crahes test in GCC backend
1 parent 3d7db3f commit 12ae94c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/crashes/118244.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ known-bug: #118244
22
//@ compile-flags: -Cdebuginfo=2
3+
//@ ignore-backends: gcc
34

45
#![allow(incomplete_features)]
56
#![feature(generic_const_exprs)]

tests/crashes/134479.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ known-bug: #134479
22
//@ compile-flags: -Csymbol-mangling-version=v0 -Cdebuginfo=1
3+
//@ ignore-backends: gcc
34

45
#![feature(generic_const_exprs)]
56

tests/crashes/139462.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ known-bug: #139462
22
//@ compile-flags: -Cdebuginfo=2
3+
//@ ignore-backends: gcc
34
#![feature(unsafe_binders)]
45
use std::unsafe_binder::wrap_binder;
56
fn main() {

tests/crashes/34127.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
22
//@ known-bug: #34127
33
//@ only-64bit
4+
//@ ignore-backends: gcc
45

56
pub fn main() {
67
let _a = [(); 1 << 63];

0 commit comments

Comments
 (0)