Skip to content

Commit

Permalink
Ignore NVPTX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Jun 12, 2019
1 parent 52bd4f2 commit f8f9a28
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ci/docker/test-various/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \
patch

# FIXME: build the `ptx-linker` instead.
RUN curl -sL https://github.com/denzp/rust-ptx-linker/releases/download/v0.9.0-alpha.2/rust-ptx-linker.linux64.tar.gz | \
tar -xzvC /usr/bin

RUN curl -sL https://nodejs.org/dist/v9.2.0/node-v9.2.0-linux-x64.tar.xz | \
tar -xJ

Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/nvptx-arch-default.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: ptx-linker
// compile-flags: --crate-type cdylib
// only-nvptx64
// ignore-nvptx64

#![no_std]

Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/nvptx-arch-emit-asm.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: emit-asm
// compile-flags: --crate-type rlib
// only-nvptx64
// ignore-nvptx64

#![no_std]

Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/nvptx-arch-link-arg.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: ptx-linker
// compile-flags: --crate-type cdylib -C link-arg=--arch=sm_60
// only-nvptx64
// ignore-nvptx64

#![no_std]

Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/nvptx-arch-target-cpu.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: ptx-linker
// compile-flags: --crate-type cdylib -C target-cpu=sm_50
// only-nvptx64
// ignore-nvptx64

#![no_std]

Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/nvptx-atomics.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: ptx-linker
// compile-flags: --crate-type cdylib
// only-nvptx64
// ignore-nvptx64

#![feature(abi_ptx, core_intrinsics)]
#![no_std]
Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/nvptx-internalizing.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: ptx-linker
// compile-flags: --crate-type cdylib
// only-nvptx64
// ignore-nvptx64

#![feature(abi_ptx)]
#![no_std]
Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/nvptx-linking-binary.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: ptx-linker
// compile-flags: --crate-type bin
// only-nvptx64
// ignore-nvptx64

#![feature(abi_ptx)]
#![no_main]
Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/nvptx-linking-cdylib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: ptx-linker
// compile-flags: --crate-type cdylib
// only-nvptx64
// ignore-nvptx64

#![feature(abi_ptx)]
#![no_std]
Expand Down
1 change: 1 addition & 0 deletions src/test/assembly/nvptx-safe-naming.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assembly-output: ptx-linker
// compile-flags: --crate-type cdylib
// only-nvptx64
// ignore-nvptx64

#![feature(abi_ptx)]
#![no_std]
Expand Down

0 comments on commit f8f9a28

Please sign in to comment.