Skip to content

Commit

Permalink
Ignore ASM tests on powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
er-1 committed Feb 22, 2017
1 parent fc6f092 commit f557e71
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 f557e71

Please sign in to comment.