Skip to content

Commit

Permalink
XFAIL two tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvh committed Jan 30, 2025
1 parent f582ca9 commit 0b7d957
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
; TODO: update for nocapture -> captures(none) LLVM change.
; XFAIL: *

; RUN: llvm-as %s -o %t.bc
; RUN: llvm-spirv %t.bc -o %t.spt -spirv-text -spirv-ext=+SPV_INTEL_function_pointers
; RUN: FileCheck < %t.spt %s --check-prefix CHECK-SPIRV
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
; TODO: update for nocapture -> captures(none) LLVM change.
; XFAIL: *

; RUN: llvm-as %s -o %t.bc
; RUN: llvm-spirv %t.bc -o %t.spt -spirv-text -spirv-ext=+SPV_INTEL_function_pointers
; RUN: FileCheck < %t.spt %s --check-prefix CHECK-SPIRV
Expand Down

0 comments on commit 0b7d957

Please sign in to comment.