Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPIR-V] Add XFAIL to the broken test #118487

Merged

Conversation

VyacheslavLevytskyy
Copy link
Contributor

The test case llvm/test/CodeGen/SPIRV/debug-info/debug-type-basic.ll fails due to #118011

@llvmbot
Copy link
Member

llvmbot commented Dec 3, 2024

@llvm/pr-subscribers-backend-spir-v

Author: Vyacheslav Levytskyy (VyacheslavLevytskyy)

Changes

The test case llvm/test/CodeGen/SPIRV/debug-info/debug-type-basic.ll fails due to #118011


Full diff: https://github.com/llvm/llvm-project/pull/118487.diff

1 Files Affected:

  • (modified) llvm/test/CodeGen/SPIRV/debug-info/debug-type-basic.ll (+3)
diff --git a/llvm/test/CodeGen/SPIRV/debug-info/debug-type-basic.ll b/llvm/test/CodeGen/SPIRV/debug-info/debug-type-basic.ll
index d12914d378542a..03aedeb97dbb4b 100644
--- a/llvm/test/CodeGen/SPIRV/debug-info/debug-type-basic.ll
+++ b/llvm/test/CodeGen/SPIRV/debug-info/debug-type-basic.ll
@@ -1,3 +1,6 @@
+; Issue #118011
+; XFAIL: *
+
 ; RUN: llc --verify-machineinstrs --spv-emit-nonsemantic-debug-info --spirv-ext=+SPV_KHR_non_semantic_info --print-after=spirv-nonsemantic-debug-info -O0 -mtriple=spirv64-unknown-unknown %s -o - 2>&1 | FileCheck %s --check-prefix=CHECK-MIR
 ; RUN: llc --verify-machineinstrs --spv-emit-nonsemantic-debug-info --spirv-ext=+SPV_KHR_non_semantic_info -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
 ; RUN: llc --verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown --spirv-ext=+SPV_KHR_non_semantic_info %s -o - | FileCheck %s --check-prefix=CHECK-OPTION

@VyacheslavLevytskyy VyacheslavLevytskyy merged commit c7e1468 into llvm:main Dec 3, 2024
11 checks passed
TIFitis pushed a commit to TIFitis/llvm-project that referenced this pull request Dec 18, 2024
The test case llvm/test/CodeGen/SPIRV/debug-info/debug-type-basic.ll
fails due to llvm#118011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants