Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 93c70a5

Browse files
committedApr 14, 2024
crashes: limit a couple tests to only run on x86_64 and/or not on windows
1 parent 37df490 commit 93c70a5

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed
 

‎tests/crashes/113280.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ known-bug: #113280
2+
//@ only-x86_64
23

34
#![feature(dyn_star, pointer_like_trait)]
45
#![allow(incomplete_features)]

‎tests/crashes/121444.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//@ known-bug: #121444
22
//@ compile-flags: -Copt-level=0
33
//@ edition:2021
4+
//@ only-x86_64
5+
//@ ignore-windows
46
#[repr(align(536870912))]
57
pub struct A(i64);
68

‎tests/crashes/123077-1.rs

-9
This file was deleted.

‎tests/crashes/123077-2.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ known-bug: #123077
2+
//@ only-x86_64
23
use std::arch::x86_64::{__m128, _mm_blend_ps};
34

45
pub fn sse41_blend_noinline( ) -> __m128 {

‎tests/crashes/34127.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ compile-flags: -g -Copt-level=0
22
//@ known-bug: #34127
3+
//@ only-x86_64
34

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

0 commit comments

Comments
 (0)
Failed to load comments.