From e6c1cafb23f3a5bc64bd77a7029b9adcce7266ef Mon Sep 17 00:00:00 2001 From: Jacob Lambert Date: Fri, 8 May 2026 11:36:52 -0700 Subject: [PATCH] [CI test - DO NOT MERGE] Intentionally break two lit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modifies CHECK directives in two passing transcoding tests with sentinel strings that won't appear in the actual output: - test/transcoding/fmax.ll - test/transcoding/CommonAddrspaceGlobalVar.ll Verifies that the spirv-ci.yml baseline-diff comment correctly classifies these as 🔴 New failures (PR-only, not in amd-staging baseline). Once we confirm the bucket renders as expected, this PR should be closed without merging. --- test/transcoding/CommonAddrspaceGlobalVar.ll | 2 +- test/transcoding/fmax.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/transcoding/CommonAddrspaceGlobalVar.ll b/test/transcoding/CommonAddrspaceGlobalVar.ll index 604fe4178..2c2220d6d 100644 --- a/test/transcoding/CommonAddrspaceGlobalVar.ll +++ b/test/transcoding/CommonAddrspaceGlobalVar.ll @@ -7,7 +7,7 @@ ; FIXME: FILECHECK_FAIL during llvm-spirv -r in llc compilation flow ; CHECK-LLVM-NOT: alloca -; CHECK-LLVM: @CAG = common addrspace(1) global i32 0, align 4 +; CHECK-LLVM: @DELIBERATE_TEST_FAILURE_TO_VERIFY_CI_BASELINE_DIFF = common addrspace(1) global i32 0, align 4 ; CHECK-LLVM-NOT: alloca target triple = "spir64-unknown-unknown" diff --git a/test/transcoding/fmax.ll b/test/transcoding/fmax.ll index 3e1d8d3ba..e0c2962bc 100644 --- a/test/transcoding/fmax.ll +++ b/test/transcoding/fmax.ll @@ -7,7 +7,7 @@ ; Check enabling SPV_KHR_fma does not translate fmax to fma. -; CHECK-SPIRV: ExtInst [[#]] [[#]] [[#]] fmax [[#]] [[#]] +; CHECK-SPIRV: ExtInst [[#]] [[#]] [[#]] DELIBERATE_TEST_FAILURE_TO_VERIFY_CI_BASELINE_DIFF [[#]] [[#]] ; CHECK-LLVM: %{{.*}} = call spir_func float @_Z4fmaxff(float %{{.*}}, float %{{.*}})