Skip to content

Commit

Permalink
test: ignore asm tests on mips* which won't work
Browse files Browse the repository at this point in the history
"mov" is not a valid assembly mnemonic on mips.
  • Loading branch information
jcowgill committed Mar 9, 2018
1 parent e0863c5 commit 54467ae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/compile-fail/asm-bad-clobber.rs
Expand Up @@ -15,6 +15,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64

#![feature(asm, rustc_attrs)]

Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/asm-in-bad-modifier.rs
Expand Up @@ -12,6 +12,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64

#![feature(asm)]

Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/asm-misplaced-option.rs
Expand Up @@ -15,6 +15,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64

#![feature(asm, rustc_attrs)]

Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/asm-out-no-modifier.rs
Expand Up @@ -12,6 +12,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64

#![feature(asm)]

Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/asm-out-read-uninit.rs
Expand Up @@ -12,6 +12,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64

// revisions: ast mir
//[mir]compile-flags: -Z borrowck=mir
Expand Down

0 comments on commit 54467ae

Please sign in to comment.