Skip to content

Commit f8f9a28

Browse files
committed
Ignore NVPTX tests
1 parent 52bd4f2 commit f8f9a28

10 files changed

+9
-4
lines changed

Diff for: src/ci/docker/test-various/Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1515
wget \
1616
patch
1717

18-
# FIXME: build the `ptx-linker` instead.
19-
RUN curl -sL https://github.com/denzp/rust-ptx-linker/releases/download/v0.9.0-alpha.2/rust-ptx-linker.linux64.tar.gz | \
20-
tar -xzvC /usr/bin
21-
2218
RUN curl -sL https://nodejs.org/dist/v9.2.0/node-v9.2.0-linux-x64.tar.xz | \
2319
tar -xJ
2420

Diff for: src/test/assembly/nvptx-arch-default.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: ptx-linker
22
// compile-flags: --crate-type cdylib
33
// only-nvptx64
4+
// ignore-nvptx64
45

56
#![no_std]
67

Diff for: src/test/assembly/nvptx-arch-emit-asm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: emit-asm
22
// compile-flags: --crate-type rlib
33
// only-nvptx64
4+
// ignore-nvptx64
45

56
#![no_std]
67

Diff for: src/test/assembly/nvptx-arch-link-arg.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: ptx-linker
22
// compile-flags: --crate-type cdylib -C link-arg=--arch=sm_60
33
// only-nvptx64
4+
// ignore-nvptx64
45

56
#![no_std]
67

Diff for: src/test/assembly/nvptx-arch-target-cpu.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: ptx-linker
22
// compile-flags: --crate-type cdylib -C target-cpu=sm_50
33
// only-nvptx64
4+
// ignore-nvptx64
45

56
#![no_std]
67

Diff for: src/test/assembly/nvptx-atomics.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: ptx-linker
22
// compile-flags: --crate-type cdylib
33
// only-nvptx64
4+
// ignore-nvptx64
45

56
#![feature(abi_ptx, core_intrinsics)]
67
#![no_std]

Diff for: src/test/assembly/nvptx-internalizing.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: ptx-linker
22
// compile-flags: --crate-type cdylib
33
// only-nvptx64
4+
// ignore-nvptx64
45

56
#![feature(abi_ptx)]
67
#![no_std]

Diff for: src/test/assembly/nvptx-linking-binary.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: ptx-linker
22
// compile-flags: --crate-type bin
33
// only-nvptx64
4+
// ignore-nvptx64
45

56
#![feature(abi_ptx)]
67
#![no_main]

Diff for: src/test/assembly/nvptx-linking-cdylib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: ptx-linker
22
// compile-flags: --crate-type cdylib
33
// only-nvptx64
4+
// ignore-nvptx64
45

56
#![feature(abi_ptx)]
67
#![no_std]

Diff for: src/test/assembly/nvptx-safe-naming.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// assembly-output: ptx-linker
22
// compile-flags: --crate-type cdylib
33
// only-nvptx64
4+
// ignore-nvptx64
45

56
#![feature(abi_ptx)]
67
#![no_std]

0 commit comments

Comments
 (0)