From: Artem Belevich Date: Thu, 24 Sep 2015 00:15:47 +0000 (+0000) Subject: Disabled one of the test runs in cuda-detect.cu X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0461540c59362540245492dccc0883dea485554c;p=clang Disabled one of the test runs in cuda-detect.cu --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 --- diff --git a/test/Driver/cuda-detect.cu b/test/Driver/cuda-detect.cu index d71b577a80..31e8494027 100644 --- a/test/Driver/cuda-detect.cu +++ b/test/Driver/cuda-detect.cu @@ -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