]> granicus.if.org Git - clang/commitdiff
Disabled one of the test runs in cuda-detect.cu
authorArtem Belevich <tra@google.com>
Thu, 24 Sep 2015 00:15:47 +0000 (00:15 +0000)
committerArtem Belevich <tra@google.com>
Thu, 24 Sep 2015 00:15:47 +0000 (00:15 +0000)
--sysroot apparently can't handle long paths which triggers test
failure on some platforms.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248448 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cuda-detect.cu

index d71b577a803a45c45952688d47557ddd56063581..31e8494027a61622ad5a2234498480ccccd6d8cb 100644 (file)
@@ -4,8 +4,6 @@
 // RUN: %clang -v --target=i386-unknown-linux \
 // RUN:   --sysroot=/tmp/no-cuda-there 2>&1 | FileCheck %s -check-prefix NOCUDA
 // 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
 
 // CHECK: Found CUDA installation: {{.*}}/Inputs/CUDA/usr/local/cuda