[PATCH] D27328: Remove faulty test from rL288448

Jason Henline via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 18:05:26 PST 2016


jhen created this revision.
jhen added a reviewer: jlebar.
jhen added a subscriber: cfe-commits.

The test introduced by https://reviews.llvm.org/rL288448 is currently failing because
unimportant but unexpected errors appear as output from a test compile
line. This patch removes the faulty test for now. Tomorrow I will come
back and figure out how to put it back in a safe way.


https://reviews.llvm.org/D27328

Files:
  test/Driver/cuda-no-sanitizers.cu


Index: test/Driver/cuda-no-sanitizers.cu
===================================================================
--- test/Driver/cuda-no-sanitizers.cu
+++ test/Driver/cuda-no-sanitizers.cu
@@ -6,7 +6,6 @@
 // RUN: %clang -### -target x86_64-linux-gnu -c --cuda-gpu-arch=sm_20 -fsanitize=address %s 2>&1 | \
 // RUN:   FileCheck %s
 
-// CHECK-NOT: error:
 // CHECK-DAG: "-fcuda-is-device"
 // CHECK-NOT: "-fsanitize=address"
 // CHECK-DAG: "-triple" "x86_64--linux-gnu"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27328.80009.patch
Type: text/x-patch
Size: 466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161202/79055523/attachment.bin>


More information about the cfe-commits mailing list