[llvm-branch-commits] [llvm] [LLVM] Make crashing tests with not use --crash (PR #174297)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jan 3 14:57:59 PST 2026
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/174297
>From 09fef69cb5e078be8a911216bf350cfdda804e26 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sat, 3 Jan 2026 22:57:49 +0000
Subject: [PATCH] feedback
Created using spr 1.3.7
---
llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll | 1 -
llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll | 1 -
llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll | 1 -
.../CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll | 1 -
4 files changed, 4 deletions(-)
diff --git a/llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll b/llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
index 525c7dabf5f4a..da272d1109b93 100644
--- a/llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
+++ b/llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
@@ -1,4 +1,3 @@
-; REQUIRES: asserts
; RUN: not --crash llc -O0 -mtriple=spirv64-unknown-unknown < %s 2>&1 | FileCheck %s
; CHECK: unable to translate instruction: call (in function: kernel)
diff --git a/llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll b/llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
index 9487b0a551904..b11f110de657e 100644
--- a/llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
+++ b/llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
@@ -1,4 +1,3 @@
-; REQUIRES: asserts
; RUN: not --crash llc -O0 -mtriple=spirv64-unknown-unknown < %s 2>&1 | FileCheck %s
; CHECK: unable to translate instruction: call (in function: kernel)
diff --git a/llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll b/llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
index 17403806b19af..6f8f6d798fbb1 100644
--- a/llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
+++ b/llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
@@ -1,4 +1,3 @@
-; REQUIRES: asserts
; RUN: not --crash llc -O0 -mtriple=spirv64-unknown-unknown < %s 2>&1 | FileCheck %s
; CHECK: unable to translate instruction: call (in function: kernel)
diff --git a/llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll b/llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
index 53211a7704cf4..fc5c0f55c557e 100644
--- a/llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
+++ b/llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
@@ -1,4 +1,3 @@
-; REQUIRES: asserts
; RUN: not --crash llc -O0 -mtriple=spirv32-unknown-unknown %s -o %t.spvt 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR
; CHECK-ERROR: LLVM ERROR: Implicit binding calls with the same order ID must have the same descriptor set
More information about the llvm-branch-commits
mailing list