Skip to content

Commit

Permalink
crashes: limit a couple tests to only run on x86_64 and/or not on win…
Browse files Browse the repository at this point in the history
…dows
  • Loading branch information
matthiaskrgr committed Apr 14, 2024
1 parent 37df490 commit 2ce487c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
1 change: 1 addition & 0 deletions tests/crashes/113280.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//@ known-bug: #113280
//@ only-x86_64

#![feature(dyn_star, pointer_like_trait)]
#![allow(incomplete_features)]
Expand Down
2 changes: 2 additions & 0 deletions tests/crashes/121444.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//@ known-bug: #121444
//@ compile-flags: -Copt-level=0
//@ edition:2021
//@ only-x86_64
//@ ignore-windows
#[repr(align(536870912))]
pub struct A(i64);

Expand Down
9 changes: 0 additions & 9 deletions tests/crashes/123077-1.rs

This file was deleted.

1 change: 1 addition & 0 deletions tests/crashes/123077-2.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//@ known-bug: #123077
//@ only-x86_64
use std::arch::x86_64::{__m128, _mm_blend_ps};

pub fn sse41_blend_noinline( ) -> __m128 {
Expand Down
2 changes: 1 addition & 1 deletion tests/crashes/23707.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//@ known-bug: #23707
//@ compile-flags: -Copt-level=0 --edition=2021

//@ only-x86_64
#![recursion_limit="2048"]

use std::marker::PhantomData;
Expand Down
1 change: 1 addition & 0 deletions tests/crashes/34127.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//@ compile-flags: -g -Copt-level=0
//@ known-bug: #34127
//@ only-x86_64

pub fn main() {
let _a = [(); 1 << 63];
Expand Down

0 comments on commit 2ce487c

Please sign in to comment.