test: ignore asm tests on mips* which won't work

"mov" is not a valid assembly mnemonic on mips.
This commit is contained in:
James Cowgill 2018-03-09 10:15:45 +00:00
parent e0863c5155
commit 54467ae319
5 changed files with 10 additions and 0 deletions

View file

@ -15,6 +15,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64
#![feature(asm, rustc_attrs)]

View file

@ -12,6 +12,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64
#![feature(asm)]

View file

@ -15,6 +15,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64
#![feature(asm, rustc_attrs)]

View file

@ -12,6 +12,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64
#![feature(asm)]

View file

@ -12,6 +12,8 @@
// ignore-emscripten
// ignore-powerpc
// ignore-sparc
// ignore-mips
// ignore-mips64
// revisions: ast mir
//[mir]compile-flags: -Z borrowck=mir