Skip to content

Commit

Permalink
Rollup merge of rust-lang#40035 - er-1:master, r=alexcrichton
Browse files Browse the repository at this point in the history
Ignore ASM tests on powerpc

Part of rust-lang#39015
  • Loading branch information
frewsxcv committed Feb 23, 2017
2 parents c6ce7b4 + f557e71 commit 8d9ef38
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/compile-fail/asm-bad-clobber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// ignore-aarch64
// ignore-s390x
// ignore-emscripten
// ignore-powerpc

#![feature(asm, rustc_attrs)]

Expand Down
1 change: 1 addition & 0 deletions src/test/compile-fail/asm-in-bad-modifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

// ignore-s390x
// ignore-emscripten
// ignore-powerpc

#![feature(asm)]

Expand Down
1 change: 1 addition & 0 deletions src/test/compile-fail/asm-misplaced-option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// ignore-aarch64
// ignore-s390x
// ignore-emscripten
// ignore-powerpc

#![feature(asm, rustc_attrs)]

Expand Down
1 change: 1 addition & 0 deletions src/test/compile-fail/asm-out-assign-imm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

// ignore-s390x
// ignore-emscripten
// ignore-powerpc

#![feature(asm)]

Expand Down
1 change: 1 addition & 0 deletions src/test/compile-fail/asm-out-no-modifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

// ignore-s390x
// ignore-emscripten
// ignore-powerpc

#![feature(asm)]

Expand Down
1 change: 1 addition & 0 deletions src/test/compile-fail/asm-out-read-uninit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

// ignore-s390x
// ignore-emscripten
// ignore-powerpc

#![feature(asm)]

Expand Down

0 comments on commit 8d9ef38

Please sign in to comment.