[all-commits] [llvm/llvm-project] f8a21d: [SPIR-V] Mark currently failing tests as XFAIL (#7...
Natalie Chouinard via All-commits
all-commits at lists.llvm.org
Thu Nov 30 12:17:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8a21dff70cc5d20db731b3af1858c5a2ae96d30
https://github.com/llvm/llvm-project/commit/f8a21dff70cc5d20db731b3af1858c5a2ae96d30
Author: Natalie Chouinard <1953083+sudonatalie at users.noreply.github.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/vstore_private.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/pstruct.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
Log Message:
-----------
[SPIR-V] Mark currently failing tests as XFAIL (#73858)
These tests are currently failing and their fix is being tracked in
Issue #60133. Marking them as XFAIL for now will get the test suite to a
passing state so we can work on adding a GitHub action to automatically
run these tests on a PR bot to help keep the tree green.
Also removed the no-longer supported -opaque-pointers=0 flag from the
couple tests where it was remaining.
More information about the All-commits
mailing list