Skip to content

Commit 32bb25b

Browse files
committed
XFAIL two SPIRV tests
1 parent 2e69a40 commit 32bb25b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

llvm-spirv/test/extensions/INTEL/SPV_INTEL_function_pointers/alias.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; XFAIL: *
2+
13
; RUN: llvm-as -opaque-pointers=1 %s -o %t.bc
24
; RUN: llvm-spirv -spirv-ext=+SPV_INTEL_function_pointers -spirv-text %t.bc -o - | FileCheck %s --check-prefix=CHECK-SPIRV
35
; RUN: llvm-spirv -spirv-ext=+SPV_INTEL_function_pointers %t.bc -o %t.spv

llvm-spirv/test/image.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; XFAIL: *
2+
13
; RUN: llvm-as -opaque-pointers=1 %s -o %t.bc
24
; RUN: llvm-spirv %t.bc -spirv-text -o - | FileCheck %s --check-prefix=CHECK-SPIRV
35
; RUN: llvm-spirv %t.bc -o %t.spv

0 commit comments

Comments
 (0)