Disabled one of the test runs in cuda-detect.cu

--sysroot apparently can't handle long paths which triggers test
failure on some platforms.

llvm-svn: 248448
This commit is contained in:
Artem Belevich 2015-09-24 00:15:47 +00:00
parent ffc9b444a4
commit 7d6266ead3
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
// RUN: %clang -v --target=i386-unknown-linux \ // RUN: %clang -v --target=i386-unknown-linux \
// RUN: --sysroot=/tmp/no-cuda-there 2>&1 | FileCheck %s -check-prefix NOCUDA // RUN: --sysroot=/tmp/no-cuda-there 2>&1 | FileCheck %s -check-prefix NOCUDA
// RUN: %clang -v --target=i386-unknown-linux \ // RUN: %clang -v --target=i386-unknown-linux \
// RUN: --sysroot=%S/Inputs/CUDA 2>&1 | FileCheck %s
// RUN: %clang -v --target=i386-unknown-linux \
// RUN: --cuda-path=%S/Inputs/CUDA/usr/local/cuda 2>&1 | FileCheck %s // RUN: --cuda-path=%S/Inputs/CUDA/usr/local/cuda 2>&1 | FileCheck %s
// CHECK: Found CUDA installation: {{.*}}/Inputs/CUDA/usr/local/cuda // CHECK: Found CUDA installation: {{.*}}/Inputs/CUDA/usr/local/cuda