Skip to content

Commit b7d0206

Browse files
committed
[LIBCLC] Update XFAILs
1 parent b8f99bc commit b7d0206

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

libclc/test/binding/ocl/acos.cl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// RUN: %clang -emit-llvm -S -o - %s | FileCheck %s
1313

14-
// XFAIL: amdgcn
15-
1614
#include <spirv/spirv_types.h>
1715

1816
// CHECK-NOT: declare {{.*}} @_Z

libclc/test/binding/ocl/asin.cl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// RUN: %clang -emit-llvm -S -o - %s | FileCheck %s
1313

14-
// XFAIL: amdgcn
15-
1614
#include <spirv/spirv_types.h>
1715

1816
// CHECK-NOT: declare {{.*}} @_Z

libclc/test/binding/ocl/cos.cl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// RUN: %clang -emit-llvm -S -o - %s | FileCheck %s
1313

14-
// XFAIL: amdgcn
15-
1614
#include <spirv/spirv_types.h>
1715

1816
// CHECK-NOT: declare {{.*}} @_Z

libclc/test/binding/ocl/sin.cl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// RUN: %clang -emit-llvm -S -o - %s | FileCheck %s
1313

14-
// XFAIL: amdgcn
15-
1614
#include <spirv/spirv_types.h>
1715

1816
// CHECK-NOT: declare {{.*}} @_Z

libclc/test/binding/ocl/sincos.cl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// RUN: %clang -emit-llvm -S -o - %s | FileCheck %s
1313

14-
// XFAIL: amdgcn
15-
1614
#include <spirv/spirv_types.h>
1715

1816
// CHECK-NOT: declare {{.*}} @_Z

libclc/test/binding/ocl/sqrt.cl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// RUN: %clang -emit-llvm -S -o - %s | FileCheck %s
1313

14-
// XFAIL: amdgcn
15-
1614
#include <spirv/spirv_types.h>
1715

1816
// CHECK-NOT: declare {{.*}} @_Z

0 commit comments

Comments
 (0)