Skip to content

Commit

Permalink
Enable opencl driver tests, which never ran.
Browse files Browse the repository at this point in the history
Then mark it as XFAIL because it always fails. I'll let OpenCL people
figure this out.

llvm-svn: 274221
  • Loading branch information
d0k committed Jun 30, 2016
1 parent 8c6538b commit 0048964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/lit.local.cfg
@@ -1,5 +1,5 @@
config.suffixes = ['.c', '.cpp', '.h', '.m', '.mm', '.S', '.s', '.f90', '.f95',
'.cu', '.rs']
'.cu', '.rs', '.cl']
config.substitutions = list(config.substitutions)
config.substitutions.insert(0,
('%clang_cc1',
Expand Down
1 change: 1 addition & 0 deletions clang/test/Driver/opencl.cl
@@ -1,3 +1,4 @@
// XFAIL: *
// RUN: %clang -S -### -cl-std=CL %s | FileCheck --check-prefix=CHECK-CL %s
// RUN: %clang -S -### -cl-std=CL1.1 %s | FileCheck --check-prefix=CHECK-CL11 %s
// RUN: %clang -S -### -cl-std=CL1.2 %s | FileCheck --check-prefix=CHECK-CL12 %s
Expand Down

0 comments on commit 0048964

Please sign in to comment.