Skip to content

Commit 85ec714

Browse files
committed
Exclude some inline assembly test
Those tests contains inline assembly which is architecture dependent. gcc/testsuite/ChangeLog: * rust/execute/inline_asm_inout_ident.rs: Add arch filter on test. * rust/execute/inline_asm_inout_var.rs: Likewise. Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
1 parent af5f096 commit 85ec714

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gcc/testsuite/rust/execute/inline_asm_inout_ident.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* { dg-do run { target x86_64*-*-* } } */
12
/* { dg-output "Value is: 5\r*\n" } */
23
#![feature(rustc_attrs)]
34

gcc/testsuite/rust/execute/inline_asm_inout_var.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* { dg-do run { target x86_64*-*-* } } */
12
/* { dg-output "Value is: 5\r*\n" } */
23
#![feature(rustc_attrs)]
34

0 commit comments

Comments
 (0)