Skip to content

Commit

Permalink
Disable asm tests on system llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed May 18, 2020
1 parent ddcdea4 commit 330bdf8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/assembly/asm/aarch64-modifiers.rs
@@ -1,3 +1,4 @@
// no-system-llvm
// assembly-output: emit-asm
// compile-flags: -O
// compile-flags: --target aarch64-unknown-linux-gnu
Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/asm/aarch64-types.rs
@@ -1,3 +1,4 @@
// no-system-llvm
// assembly-output: emit-asm
// compile-flags: --target aarch64-unknown-linux-gnu

Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/asm/arm-modifiers.rs
@@ -1,3 +1,4 @@
// no-system-llvm
// assembly-output: emit-asm
// compile-flags: -O
// compile-flags: --target armv7-unknown-linux-gnueabihf
Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/asm/arm-types.rs
@@ -1,3 +1,4 @@
// no-system-llvm
// assembly-output: emit-asm
// compile-flags: --target armv7-unknown-linux-gnueabihf
// compile-flags: -C target-feature=+neon
Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/asm/riscv-modifiers.rs
@@ -1,3 +1,4 @@
// no-system-llvm
// assembly-output: emit-asm
// compile-flags: -O
// compile-flags: --target riscv64gc-unknown-linux-gnu
Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/asm/riscv-types.rs
@@ -1,3 +1,4 @@
// no-system-llvm
// revisions: riscv64 riscv32
// assembly-output: emit-asm
//[riscv64] compile-flags: --target riscv64imac-unknown-none-elf
Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/asm/x86-types.rs
@@ -1,3 +1,4 @@
// no-system-llvm
// revisions: x86_64 i686
// assembly-output: emit-asm
//[x86_64] compile-flags: --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 330bdf8

Please sign in to comment.