Ignoring working crahes test in GCC backend
This commit is contained in:
parent
97eaf45e31
commit
1c075acfb5
4 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
//@ known-bug: #118244
|
||||
//@ compile-flags: -Cdebuginfo=2
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
#![allow(incomplete_features)]
|
||||
#![feature(generic_const_exprs)]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
//@ known-bug: #134479
|
||||
//@ compile-flags: -Csymbol-mangling-version=v0 -Cdebuginfo=1
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
#![feature(generic_const_exprs)]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
//@ known-bug: #139462
|
||||
//@ compile-flags: -Cdebuginfo=2
|
||||
//@ ignore-backends: gcc
|
||||
#![feature(unsafe_binders)]
|
||||
use std::unsafe_binder::wrap_binder;
|
||||
fn main() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
|
||||
//@ known-bug: #34127
|
||||
//@ only-64bit
|
||||
//@ ignore-backends: gcc
|
||||
|
||||
pub fn main() {
|
||||
let _a = [(); 1 << 63];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue